Tue, 03 Jul 2007 13:19:09 +0200 Mathieu Lacage add dirtyness tracking to DefaultValueBase
Tue, 03 Jul 2007 12:36:01 +0200 Mathieu Lacage parse command-line arguments
Tue, 03 Jul 2007 12:34:26 +0200 Mathieu Lacage a bunch of new DefaultValue subclasses
Tue, 03 Jul 2007 10:04:16 +0200 Mathieu Lacage change GridTopology API and add RandomRectangle topology with similar API.
Tue, 03 Jul 2007 09:15:20 +0200 Mathieu Lacage test random walk position model with grid topology
Tue, 03 Jul 2007 08:56:40 +0200 Mathieu Lacage RandomWalk is a Position
Tue, 03 Jul 2007 08:54:37 +0200 Mathieu Lacage change default values and add some debugging
Mon, 02 Jul 2007 20:25:25 +0200 Mathieu Lacage add cid/iid support to RandomWalk
Mon, 02 Jul 2007 20:17:06 +0200 Mathieu Lacage rename GridTopology::Create to GridTopology::ArrangeHorizontally
Mon, 02 Jul 2007 20:12:01 +0200 Mathieu Lacage improve grid topology sample code and add dox documentation
Mon, 02 Jul 2007 18:14:20 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 18:12:27 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 15:28:28 +0200 Mathieu Lacage increase sample simulation run
Mon, 02 Jul 2007 15:27:53 +0200 Mathieu Lacage add some debugging output. initialize the time argument correctly.
Mon, 02 Jul 2007 15:15:25 +0200 Mathieu Lacage make the sample code actually do something
Mon, 02 Jul 2007 15:08:10 +0200 Mathieu Lacage improve sample code, make it build
Mon, 02 Jul 2007 14:57:19 +0200 Mathieu Lacage rework the notification mechanism to allow its optional use with every position model
Mon, 02 Jul 2007 14:07:51 +0200 Mathieu Lacage random walk position model (untested)
Mon, 02 Jul 2007 14:07:27 +0200 Mathieu Lacage forgot to add TypeName implementation for float and double
Mon, 02 Jul 2007 14:02:57 +0200 Mathieu Lacage forgot to add missing constructor implementation
Mon, 02 Jul 2007 14:02:02 +0200 Mathieu Lacage TimeDefaultValue class
Mon, 02 Jul 2007 14:01:49 +0200 Mathieu Lacage make default constructor private to avoid potential problems
Mon, 02 Jul 2007 12:14:24 +0200 Mathieu Lacage grid topology
Mon, 02 Jul 2007 12:14:12 +0200 Mathieu Lacage add cid support
Mon, 02 Jul 2007 11:29:54 +0200 Mathieu Lacage add cid support to position subclasses
Mon, 02 Jul 2007 11:29:27 +0200 Mathieu Lacage DoSet should not be const
Mon, 02 Jul 2007 10:50:18 +0200 Mathieu Lacage add Position::DoSet et al.
Mon, 02 Jul 2007 10:50:07 +0200 Mathieu Lacage add floating point support to type names
Fri, 29 Jun 2007 09:41:37 +0200 Mathieu Lacage position models
Wed, 03 Oct 2007 13:59:32 +0100 Gustavo J. A. M. Carneiro hg ignore doc/trace-source-list.h
Wed, 03 Oct 2007 13:58:01 +0100 Gustavo J. A. M. Carneiro Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing.
Tue, 02 Oct 2007 15:34:00 -0700 Craig Dowell tutorial
Tue, 02 Oct 2007 11:51:45 +0100 Gustavo J. A. M. Carneiro In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss.
Tue, 02 Oct 2007 11:11:27 +0100 Gustavo J. A. M. Carneiro merge
Tue, 02 Oct 2007 11:10:31 +0100 Gustavo J. A. M. Carneiro Run the program print-trace-sources to generate doc/trace-source-list.h when generating docs. As a side effect, --doxygen is now has to be processed at the end of the build.
Mon, 01 Oct 2007 21:04:46 -0700 Tom Henderson Fix callbacks in packet-sink
Mon, 01 Oct 2007 14:33:17 +0100 Gustavo J. A. M. Carneiro Make Object::QueryInterface and AddInterface check for the aggregate refcount instead of the object refcount, reason explained in a comment near Object::CheckLoose. Add the same check also to TraceConnect/Disconnect and GetTraceResolver.
Fri, 28 Sep 2007 17:13:20 +0100 Gustavo J. A. M. Carneiro Fix infinite loop in CommandLine::Parse when trying to ignore a badly formed parameter.
Thu, 27 Sep 2007 12:44:29 +0100 Gustavo J. A. M. Carneiro WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)
Thu, 27 Sep 2007 12:40:01 +0100 Gustavo J. A. M. Carneiro WAF: update to WAF trunk to get bug fixes and smaller script.
Wed, 26 Sep 2007 19:55:35 -0700 Craig Dowell branch merge
Wed, 26 Sep 2007 19:55:09 -0700 Craig Dowell tutorial files
Wed, 26 Sep 2007 18:09:19 +0100 Gustavo J. A. M. Carneiro Add a couple of NS_LOG_PARAM calls for debugging.
Mon, 24 Sep 2007 13:28:27 -0700 Craig Dowell add tutorial files
Mon, 24 Sep 2007 18:54:14 +0100 Gustavo J. A. M. Carneiro Need to enable packet metadata early, else we trigger an assertion.
Mon, 24 Sep 2007 16:11:43 +0100 Gustavo J. A. M. Carneiro Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78.
Mon, 24 Sep 2007 11:00:08 +0100 Gustavo J. A. M. Carneiro Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
Fri, 21 Sep 2007 18:07:54 +0100 Gustavo J. A. M. Carneiro Remove a redundant log message
Fri, 21 Sep 2007 18:04:53 +0100 Gustavo J. A. M. Carneiro Call Simulator::Destroy () before running simulator unit tests, to force time to start from zero (some tests check for absolute times)
Fri, 21 Sep 2007 17:57:06 +0100 Gustavo J. A. M. Carneiro Use NS_TEST_* macros for simulator unit tests
Fri, 21 Sep 2007 15:57:20 +0100 Gustavo J. A. M. Carneiro Fix a small error in the unit test added recently (though it doesn't change the result)
Fri, 21 Sep 2007 15:54:00 +0100 Gustavo J. A. M. Carneiro Add a couple of Udp socket unit tests: unicast (passing) and broadcast (failing, bug #51).
Sat, 15 Sep 2007 14:07:35 -0700 Tom Henderson Added tag release ns-3.0.6 for changeset 606df29888e7
Sat, 15 Sep 2007 13:56:21 -0700 Tom Henderson bump version number ns-3.0.6
Sat, 15 Sep 2007 13:52:59 -0700 Tom Henderson release notes for 3.0.6
Fri, 14 Sep 2007 16:23:49 -0700 Tom Henderson Add PacketSink to receive multicast
Fri, 14 Sep 2007 16:17:10 -0700 Tom Henderson change port number used by example scripts to 'discard' or 'echo' instead of '80'
Fri, 14 Sep 2007 16:11:36 -0700 Tom Henderson change ephemeral port range to 49152-65535 (IANA recommendation)
Fri, 14 Sep 2007 15:57:49 -0700 Tom Henderson add PacketSinks, change port number to UDP discard port, fix comment on onoff-application, delete logic for setting a default route
Fri, 14 Sep 2007 15:46:04 -0700 Tom Henderson remove local address setting from UdpSocket::Connect()
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip