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).
Wed, 09 Jul 2008 17:31:01 +0100 Gustavo J. A. M. Carneiro Upgrade to a patched WAF 1.4.2; needed for redirecting stderr of command-output objects.
Wed, 09 Jul 2008 14:58:02 +0100 Gustavo J. A. M. Carneiro The 'everything.h' header file is only used for Python bindings and should be generated into bindings/python/, not ns3/.
Tue, 08 Jul 2008 10:43:58 -0700 Gustavo J. A. M. Carneiro python bindings
Fri, 11 Jul 2008 19:24:33 +0100 Gustavo J. A. M. Carneiro Check that the compiler accepts -Wno-error=deprecated-declarations before using it
Fri, 11 Jul 2008 11:36:59 +0100 Gustavo J. A. M. Carneiro Add compilation flag -Wno-error=deprecated-declarations, or else the NS_DEPRECATED macro becomes useless.
Thu, 10 Jul 2008 21:32:33 -0400 Raj Bhattacharjea Remove tcp-2way as a regression test
Thu, 10 Jul 2008 15:58:24 -0700 Mathieu Lacage bug 247: tcp checksum crashes when enabled.
Wed, 09 Jul 2008 20:12:05 -0700 Mathieu Lacage use NS_DEPRECATED for bug 232.
Wed, 09 Jul 2008 20:11:16 -0700 Mathieu Lacage define NS_DEPRECATED
Wed, 09 Jul 2008 19:52:15 -0700 Mathieu Lacage more cleanups based on bug 249.
Wed, 09 Jul 2008 17:04:29 -0400 Raj Bhattacharjea Add David Evensky's tcp-2way regression test
Wed, 09 Jul 2008 14:10:18 -0400 Raj Bhattacharjea Add some additional TCP dox about RFC compliance
Wed, 09 Jul 2008 18:34:42 +0100 Gustavo J. A. M. Carneiro Don't re-declare pure virtual methods from the parent Socket class. Fixes bug #249.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip