Mon, 28 Jul 2008 09:03:10 -0700 Mathieu Lacage bug 251: mobility helper has no ascii output
Mon, 28 Jul 2008 08:59:05 -0700 Mathieu Lacage bug 252: make python bindings compile
Mon, 28 Jul 2008 08:54:20 -0700 Mathieu Lacage bug 252: get rid of dead code.
Mon, 28 Jul 2008 08:30:32 -0700 Sebastien Vincent bug 262: fix g++ 4.3 build
Mon, 28 Jul 2008 16:06:46 +0100 Gustavo J. A. M. Carneiro OLSR: HELLO messages hold time should be 3 times hello interval, not hello interval.
Sat, 26 Jul 2008 15:23:41 +0100 Gustavo J. A. M. Carneiro Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260.
Sat, 26 Jul 2008 15:10:34 +0100 Gustavo J. A. M. Carneiro When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly.
Fri, 25 Jul 2008 16:54:29 +0100 Gustavo J. A. M. Carneiro When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed.
Fri, 25 Jul 2008 16:51:40 +0100 Gustavo J. A. M. Carneiro Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258.
Thu, 24 Jul 2008 17:24:01 +0100 Gustavo J. A. M. Carneiro hg ignore the pybindgen checkout dir
Thu, 24 Jul 2008 11:41:56 +0100 Gustavo J. A. M. Carneiro merge
Thu, 24 Jul 2008 11:41:15 +0100 Gustavo J. A. M. Carneiro Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
Thu, 24 Jul 2008 11:37:56 +0100 Gustavo J. A. M. Carneiro Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
Thu, 24 Jul 2008 11:27:57 +0100 Gustavo J. A. M. Carneiro Add helper waf proxy script
Wed, 23 Jul 2008 18:29:13 -0700 Craig Dowell fix supidity in mtu stuff
Wed, 23 Jul 2008 17:09:12 -0700 Craig Dowell begin sorting out mtu woes
Wed, 23 Jul 2008 16:09:17 -0400 Raj Bhattacharjea Make PacketSink multitasking for TCP (closes bug 244)
Wed, 23 Jul 2008 11:48:17 +0100 Gustavo J. A. M. Carneiro Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs)
Tue, 22 Jul 2008 16:54:24 +0100 Gustavo J. A. M. Carneiro Require new PyBindGen; make it work for Python 2.3.
Mon, 21 Jul 2008 15:53:03 -0700 Craig Dowell branch merge
Fri, 18 Jul 2008 21:59:43 -0700 Craig Dowell update on-demand RELEASE_NOTES
Fri, 18 Jul 2008 21:51:31 -0700 Craig Dowell make simulator implementation replaceable via global default value
Thu, 17 Jul 2008 23:52:59 -0700 Craig Dowell factor simulator into interface and (multiple) implementation pieces
Mon, 21 Jul 2008 15:30:15 +0100 Gustavo J. A. M. Carneiro Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read
Mon, 21 Jul 2008 11:43:05 +0100 Gustavo J. A. M. Carneiro python scanning: remove redundant incref/decref_method annotations
Sun, 20 Jul 2008 07:59:21 -0700 Tom Henderson more details for 3.2 release notes
Fri, 18 Jul 2008 12:12:43 +0100 Gustavo J. A. M. Carneiro Add release notes.
Fri, 18 Jul 2008 11:41:22 +0100 Gustavo J. A. M. Carneiro No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...).
Fri, 18 Jul 2008 11:23:29 +0100 Gustavo J. A. M. Carneiro merge
Fri, 18 Jul 2008 11:12:31 +0100 Gustavo J. A. M. Carneiro merge
Wed, 16 Jul 2008 16:17:21 +0100 Gustavo J. A. M. Carneiro Remove some useless code
Wed, 16 Jul 2008 16:06:50 +0100 Gustavo J. A. M. Carneiro New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
Wed, 16 Jul 2008 14:33:44 +0100 Gustavo J. A. M. Carneiro merge
Mon, 14 Jul 2008 15:41:51 +0100 Gustavo J. A. M. Carneiro Add csma-bridge example ported to Python.
Mon, 14 Jul 2008 11:42:49 +0100 Gustavo J. A. M. Carneiro Rescan API
Mon, 14 Jul 2008 11:39:41 +0100 Gustavo J. A. M. Carneiro merge
Mon, 14 Jul 2008 11:29:31 +0100 Gustavo J. A. M. Carneiro merge
Mon, 14 Jul 2008 11:29:13 +0100 Gustavo J. A. M. Carneiro Again, make Python depend only on scanned modules (last fix was incomplete).
Mon, 14 Jul 2008 11:25:59 +0100 Gustavo J. A. M. Carneiro merge
Mon, 14 Jul 2008 11:12:30 +0100 Gustavo J. A. M. Carneiro merge
Tue, 08 Jul 2008 14:40:01 +0100 Gustavo J. A. M. Carneiro Adapt to evil API breakage
Tue, 08 Jul 2008 14:18:50 +0100 Gustavo J. A. M. Carneiro sync with ns-3-dev
Mon, 07 Jul 2008 12:52:48 +0100 Gustavo J. A. M. Carneiro Add BridgeChannel
Mon, 07 Jul 2008 12:18:05 +0100 Gustavo J. A. M. Carneiro Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
Mon, 07 Jul 2008 10:37:09 +0100 Gustavo J. A. M. Carneiro Move the csma packet-from-self receive filtering away from the CsmaChannel into the CsmaNetDevice, with the help of an extra Ptr<CsmaNetDevice> parameter in Receive(). As discussed in the mailing list.
Mon, 07 Jul 2008 10:26:00 +0100 Gustavo J. A. M. Carneiro Backed out changeset ae9f7d5e2d56
Fri, 04 Jul 2008 19:15:00 +0100 Gustavo J. A. M. Carneiro Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
Fri, 04 Jul 2008 18:48:10 +0100 Gustavo J. A. M. Carneiro Add the 'learning' part of the Learning Bridge, with option to disable it and revert to dummy mode (hub-like).
Fri, 04 Jul 2008 18:04:13 +0100 Gustavo J. A. M. Carneiro Use NetDevice::SendFrom where appropriate, in order to preserve source address of bridged mac frames.
Fri, 04 Jul 2008 18:03:26 +0100 Gustavo J. A. M. Carneiro Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
Fri, 04 Jul 2008 17:58:31 +0100 Gustavo J. A. M. Carneiro Don't allow csma devices to receive packets sent by themselves.
Fri, 04 Jul 2008 15:40:29 +0100 Gustavo J. A. M. Carneiro Start of a BridgeNetDevice example, using csma (basically an Ethernet Switch).
Fri, 04 Jul 2008 15:39:24 +0100 Gustavo J. A. M. Carneiro Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
Fri, 04 Jul 2008 15:37:54 +0100 Gustavo J. A. M. Carneiro Implement the promiscuous receive callback for CsmaNetDevice.
Fri, 04 Jul 2008 15:37:03 +0100 Gustavo J. A. M. Carneiro Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter.
Fri, 04 Jul 2008 12:35:13 +0100 Gustavo J. A. M. Carneiro For csma, set a sensible netdevice name, if none has been set.
Mon, 30 Jun 2008 19:25:58 +0100 Gustavo J. A. M. Carneiro Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
Thu, 17 Jul 2008 18:57:08 -0700 craigdo fix darwin build break
Thu, 17 Jul 2008 18:45:58 -0700 Craig Dowell fix darwin build break
Thu, 17 Jul 2008 17:58:14 +0100 Gustavo J. A. M. Carneiro merge
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip