Mon, 02 Feb 2009 10:12:29 -0800 Craig Dowell cleanup, doxygen, prepare for review
Sat, 31 Jan 2009 22:45:42 -0800 Craig Dowell correct net numbering
Sat, 31 Jan 2009 22:41:43 -0800 Craig Dowell expand comments in tap-dumbbell.cc to suggest some things to do
Sat, 31 Jan 2009 21:53:25 -0800 Craig Dowell add a more complicated tap example that uses routing.
Sat, 31 Jan 2009 20:59:13 -0800 Craig Dowell fixed previous wscript mods not entirely successful
Sat, 31 Jan 2009 20:48:05 -0800 Craig Dowell teach enable-sudo to be a config time thing
Fri, 30 Jan 2009 15:47:38 -0800 Craig Dowell turn on checksums in example csma-tap-bridge and tweaks to make ping demo work
Thu, 29 Jan 2009 16:16:10 -0800 Craig Dowell checkpoint tap progress
Thu, 29 Jan 2009 13:03:03 -0800 Craig Dowell last connections on tap-bridge, start flowing packets
Thu, 29 Jan 2009 11:53:12 -0800 Craig Dowell wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case
Tue, 27 Jan 2009 22:00:29 -0800 Craig Dowell checkpoint tap
Tue, 27 Jan 2009 21:22:50 -0800 Craig Dowell checkpoint tap
Tue, 27 Jan 2009 20:26:34 -0800 Craig Dowell checkpoint tap bridge
Tue, 27 Jan 2009 12:36:46 -0800 Craig Dowell checkpoint tap development
Thu, 12 Feb 2009 16:49:58 -0500 Raj Bhattacharjea Merge names branch
Wed, 11 Feb 2009 22:37:00 -0800 craigdo endless loops are not a good thing
Tue, 10 Feb 2009 11:28:40 -0800 Craig Dowell more dox for names
Tue, 10 Feb 2009 11:05:10 -0800 Craig Dowell a few tests, a little reorganization for clarity
Tue, 10 Feb 2009 10:36:26 -0800 Craig Dowell some naming changes suggested by Gustavo
Mon, 09 Feb 2009 10:15:40 -0800 Craig Dowell QueryObject comment changed to GetObject
Thu, 05 Feb 2009 11:27:30 -0800 Craig Dowell update log component name
Thu, 05 Feb 2009 11:25:55 -0800 Craig Dowell rename names.cc to object-names.cc
Tue, 03 Feb 2009 10:24:30 -0800 Craig Dowell branch merge
Fri, 30 Jan 2009 17:34:41 -0800 Craig Dowell add a Rename function to the object name service to facilitate auto naming
Fri, 30 Jan 2009 10:34:05 -0800 Craig Dowell beef up a couple of comments in example names.cc
Fri, 30 Jan 2009 10:30:07 -0800 Craig Dowell Testmeister Tom found a bug in Names::Add for his shortcut semantics
Tue, 27 Jan 2009 12:39:43 -0800 Craig Dowell branch merge
Fri, 23 Jan 2009 15:18:40 -0800 Craig Dowell Alloc clients to omit /Names/ in Names::Find
Thu, 22 Jan 2009 23:54:11 -0800 Craig Dowell move a function definition in names.cc for a little more clarity
Thu, 22 Jan 2009 23:07:34 -0800 Craig Dowell rename object-names.{cc,h} to names.{cc,h} per convention
Wed, 21 Jan 2009 00:28:47 -0800 Craig Dowell a little more doxygen for object-names.h
Tue, 20 Jan 2009 22:42:11 -0800 Craig Dowell add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs
Tue, 20 Jan 2009 21:55:04 -0800 Craig Dowell add examples of Config::Set to example names.cc
Tue, 20 Jan 2009 21:16:52 -0800 Craig Dowell fix crasher in config unit tests
Tue, 20 Jan 2009 18:56:33 -0800 Craig Dowell fix crasher in config
Tue, 20 Jan 2009 18:29:06 -0800 Craig Dowell make simple version of Names:Add even simpler. Use that in examples/names.cc
Tue, 20 Jan 2009 17:39:18 -0800 Craig Dowell Brute force all of the helpers to use object name service
Tue, 20 Jan 2009 15:47:14 -0800 Craig Dowell add an object name service
Tue, 10 Feb 2009 17:15:06 +0000 Gustavo J. A. M. Carneiro examples/first.cc ported to Python
Tue, 10 Feb 2009 17:14:41 +0000 Gustavo J. A. M. Carneiro Fix waf --pyrun bug
Mon, 09 Feb 2009 19:09:07 +0000 Gustavo J. A. M. Carneiro Fix TagBuffer::ReadU64 bug.
Tue, 03 Feb 2009 06:56:47 -0800 Tom Henderson branch merge
Tue, 03 Feb 2009 06:56:14 -0800 Tom Henderson start a manual section on new models
Sun, 01 Feb 2009 13:44:29 +0000 Gustavo J. A. M. Carneiro Skip the real-time udp echo test if real-time support not compiled in.
Sat, 31 Jan 2009 21:22:04 +0000 Gustavo J. A. M. Carneiro Upgrade waf to 1.5.3; closes #474.
Fri, 30 Jan 2009 19:28:00 +0000 Gustavo J. A. M. Carneiro Skip the NSC-based regression test on non-linux platforms
Wed, 28 Jan 2009 11:06:50 +0000 Gustavo J. A. M. Carneiro Skip the NSC test when valgrind is enabled.
Wed, 28 Jan 2009 11:01:02 +0000 Gustavo J. A. M. Carneiro Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
Tue, 27 Jan 2009 14:18:55 +0000 Gustavo J. A. M. Carneiro Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
Mon, 26 Jan 2009 13:41:54 -0800 Tom Henderson add wifi-architecture figure to manual
Sun, 25 Jan 2009 21:57:24 +0000 Gustavo J. A. M. Carneiro Workaround WAF issue 325 for generating module header files
Sun, 25 Jan 2009 15:44:55 +0000 Gustavo J. A. M. Carneiro samples/main-test-sync also depends on the realtime optional feature
Sun, 25 Jan 2009 15:39:36 +0000 Gustavo J. A. M. Carneiro Don't use the flag -pthread on darwin to avoid warning message
Sun, 25 Jan 2009 14:52:09 +0000 Gustavo J. A. M. Carneiro Fix 'no newline at the end of file' compilation error in the pthread test
Sun, 25 Jan 2009 14:48:47 +0000 Gustavo J. A. M. Carneiro EmuNetDevice also depends on the availibility of threading support
Sat, 24 Jan 2009 19:25:33 +0000 Gustavo J. A. M. Carneiro Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
Sat, 24 Jan 2009 18:47:47 +0000 Gustavo J. A. M. Carneiro librt is need not for threading primitives but for the real time scheduler
Sat, 24 Jan 2009 18:09:29 +0000 Gustavo J. A. M. Carneiro Bug #323: waf --valgrind doesn't check for valgrind first
Sat, 24 Jan 2009 15:51:09 +0000 Gustavo J. A. M. Carneiro (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
Sat, 24 Jan 2009 15:38:20 +0000 Gustavo J. A. M. Carneiro Try to guess NSC location (finally closes #478)
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip