Fri, 27 Jul 2007 12:50:31 -0700 Tom Henderson new script for csma-cd
Thu, 26 Jul 2007 12:11:37 +0100 Gustavo J. A. M. Carneiro Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
Fri, 27 Jul 2007 15:38:04 +0100 Gustavo J. A. M. Carneiro Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
Thu, 26 Jul 2007 12:27:49 +0100 Gustavo J. A. M. Carneiro Allow UDP sockets to receive broadcast (bug #51)
Thu, 26 Jul 2007 12:26:21 +0100 Gustavo J. A. M. Carneiro Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Thu, 26 Jul 2007 12:12:51 +0100 Gustavo J. A. M. Carneiro Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36.
Thu, 26 Jul 2007 12:05:31 +0100 Gustavo J. A. M. Carneiro EvenId const fixes.
Fri, 27 Jul 2007 10:49:29 -0700 Tom Henderson merge
Fri, 27 Jul 2007 10:48:10 -0700 Tom Henderson Add patch 49 (add/remove network route when bringing interface up/down)
Fri, 27 Jul 2007 21:39:58 +0200 Mathieu Lacage cleanup simple example
Fri, 27 Jul 2007 21:17:14 +0200 Emmanuelle Laprise a csma/cd NetDevice subclass and a test script
Fri, 27 Jul 2007 21:16:40 +0200 Emmanuelle Laprise ethernet Header and Trailer classes
Fri, 27 Jul 2007 20:45:18 +0200 Emmanuelle Laprise Move LLC encapsulation from NetDevice to subclasses.
Fri, 27 Jul 2007 20:45:07 +0200 Emmanuelle Laprise cleanup the wscripts
Fri, 27 Jul 2007 20:26:36 +0200 Emmanuelle Laprise src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
Fri, 27 Jul 2007 20:17:23 +0200 Emmanuelle Laprise src/devices/p2p -> src/devices/point-to-point
Thu, 26 Jul 2007 16:04:54 +0200 Mathieu Lacage disable copying PointToPointNetDevice
Thu, 26 Jul 2007 08:18:11 +0200 Mathieu Lacage fix optimized build
Tue, 24 Jul 2007 16:13:31 +0100 Gustavo J. A. M. Carneiro WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration.
Mon, 23 Jul 2007 15:53:54 +0200 Mathieu Lacage mobility models
Mon, 23 Jul 2007 15:24:17 +0200 Mathieu Lacage a small typo
Mon, 23 Jul 2007 15:23:14 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Mon, 23 Jul 2007 15:22:36 +0200 Mathieu Lacage add dirtyness tracking to DefaultValueBase
Mon, 23 Jul 2007 15:16:45 +0200 Mathieu Lacage make sure IsExpired handles destroy events correctly
Mon, 23 Jul 2007 14:52:51 +0200 Mathieu Lacage add support to cancel Now and Destroy events.
Mon, 23 Jul 2007 14:51:57 +0200 Mathieu Lacage add operator == and != t o EventId
Mon, 23 Jul 2007 14:41:53 +0200 Mathieu Lacage TimeDefaultValue
Mon, 23 Jul 2007 14:41:34 +0200 Mathieu Lacage RandomVariableDefaultValue
Mon, 23 Jul 2007 14:13:03 +0200 Mathieu Lacage IntegerDefaultValue -> NumericDefaultValue
Mon, 23 Jul 2007 14:01:43 +0200 Mathieu Lacage merge
Mon, 23 Jul 2007 13:58:53 +0200 Mathieu Lacage fix bug 57
Fri, 20 Jul 2007 14:51:25 +0100 Gustavo J. A. M. Carneiro Update README to mention WAF instead of SCons.
Fri, 20 Jul 2007 11:38:16 +0100 Gustavo J. A. M. Carneiro WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default.
Fri, 20 Jul 2007 11:27:34 +0100 Gustavo J. A. M. Carneiro WAF: use a separate 'waf task' for installing each public ns3 header to work around a dependency tracking bug in waf causing too many rebuilds when a single header file changes.
Fri, 20 Jul 2007 11:12:43 +0100 Gustavo J. A. M. Carneiro WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
Fri, 20 Jul 2007 09:13:51 +0200 Mathieu Lacage update ignore rules for waf generated files
Fri, 20 Jul 2007 09:10:49 +0200 Mathieu Lacage remove scons scripts
Thu, 09 Aug 2007 21:16:39 +0200 Mathieu Lacage forgot to update waf build scripts
Thu, 19 Jul 2007 19:08:43 +0200 Mathieu Lacage merge
Thu, 19 Jul 2007 18:57:19 +0200 Mathieu Lacage finish support for references as arguments to event handlers
Thu, 19 Jul 2007 15:10:59 +0200 Mathieu Lacage fix testcase
Thu, 19 Jul 2007 13:53:14 +0200 Mathieu Lacage rename traits to handle Ptr<> object pointers
Thu, 19 Jul 2007 13:45:07 +0200 Mathieu Lacage failing testcases to for events with references as arguments
Thu, 19 Jul 2007 13:44:42 +0200 Mathieu Lacage revert george's fix to support events with references as arguments
Thu, 19 Jul 2007 12:48:22 +0100 Gustavo J. A. M. Carneiro Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not
Wed, 18 Jul 2007 17:43:45 -0400 Raj Bhattacharjea Added Triangularly distributed random variables
Wed, 18 Jul 2007 09:27:22 -0500 Emmanuelle Laprise Fixed a typo in the documentation. Had to change NodeList::Index to
Wed, 18 Jul 2007 09:11:48 -0500 Emmanuelle Laprise trying to merge again
Mon, 16 Jul 2007 18:42:40 -0500 Emmanuelle Laprise Testing
Tue, 03 Jul 2007 22:28:45 -0500 Emmanuelle Laprise Needed to push const changes
Tue, 03 Jul 2007 22:25:42 -0500 Emmanuelle Laprise Remove the const after the DoAddDevice function
Mon, 02 Jul 2007 19:59:40 -0500 Emmanuelle Laprise Removed the const after the DoAddDevice function because it is used to
Wed, 18 Jul 2007 12:20:31 +0100 Gustavo J. A. M. Carneiro WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Wed, 18 Jul 2007 12:17:53 +0100 Gustavo J. A. M. Carneiro Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
Wed, 18 Jul 2007 11:43:39 +0100 Gustavo J. A. M. Carneiro WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Mon, 16 Jul 2007 22:49:48 -0700 Tom Henderson update release checklist
Mon, 16 Jul 2007 22:44:02 -0700 Tom Henderson Added tag release ns-3.0.4 for changeset 5701e60bf01a
Mon, 16 Jul 2007 22:43:10 -0700 Tom Henderson Remove doc/build-waf.txt ns-3.0.4
Mon, 16 Jul 2007 21:41:19 -0700 Tom Henderson changes for 3.0.4 release
Sun, 15 Jul 2007 13:04:47 +0100 Gustavo J. A. M. Carneiro WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip