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
Thu, 17 Jul 2008 17:57:18 +0100 Gustavo J. A. M. Carneiro A couple of attribute python unit tests
Wed, 16 Jul 2008 22:33:51 -0700 Tom Henderson Add NS_LOG_FUNCTION calls in arp implementation
Wed, 16 Jul 2008 17:44:42 +0100 Gustavo J. A. M. Carneiro Don't run python unit tests if python bindings not enabled. Closes #254.
Wed, 16 Jul 2008 10:46:51 +0100 Gustavo J. A. M. Carneiro merge
Wed, 16 Jul 2008 10:45:13 +0100 Gustavo J. A. M. Carneiro Patch WAF to make output redirection work again (Utils.get_term_cols() bug)
Tue, 15 Jul 2008 16:14:57 -0700 Craig Dowell update RELEASE_NOTES
Tue, 15 Jul 2008 15:59:57 -0700 Craig Dowell add system threads and synchronization primitives
Mon, 14 Jul 2008 11:35:58 +0100 Gustavo J. A. M. Carneiro Again, make Python depend only on scanned modules (last fix was incomplete).
Mon, 14 Jul 2008 11:25:10 +0100 Gustavo J. A. M. Carneiro Make Python bindings depend only on NS-3 modules that have been API-scanned, not all modules.
Sun, 13 Jul 2008 18:08:48 +0100 Gustavo J. A. M. Carneiro Add mixed-wireless example ported to Python.
Sun, 13 Jul 2008 17:55:48 +0100 Gustavo J. A. M. Carneiro Python: make helper class methods using attribute optional parameters work.
Sat, 12 Jul 2008 22:06:15 +0100 Gustavo J. A. M. Carneiro If GtkConfigStore support is disabled, disable the python bindings for it, or else compilation fails.
Sat, 12 Jul 2008 19:33:29 +0100 Gustavo J. A. M. Carneiro Add WAF option --pyrun, to make it easier to run Python programs.
Fri, 11 Jul 2008 19:32:45 +0100 Gustavo J. A. M. Carneiro merge
Fri, 11 Jul 2008 19:32:22 +0100 Gustavo J. A. M. Carneiro Make sure we don't trigger deprecation warnings while compiling the python bindings.
Fri, 11 Jul 2008 18:39:19 +0100 Gustavo J. A. M. Carneiro Rescan APIs
Fri, 11 Jul 2008 18:15:52 +0100 Gustavo J. A. M. Carneiro merge
Wed, 09 Jul 2008 18:50:28 +0100 Gustavo J. A. M. Carneiro Rescan API; fix and enable the socket unit test, as it now works.
Wed, 09 Jul 2008 18:36:10 +0100 Gustavo J. A. M. Carneiro merge
Wed, 09 Jul 2008 18:33:16 +0100 Gustavo J. A. M. Carneiro Fix a problem with callback proxies with zero or one parameters.
Wed, 09 Jul 2008 17:31:37 +0100 Gustavo J. A. M. Carneiro Redirect the stderr of pybindgen to a log file (ns3modulegen.log).
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip