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.
Fri, 27 Jul 2007 15:04:25 +0100 Gustavo J. A. M. Carneiro WAF: handle the option --doxygen before building the entire project.
Thu, 26 Jul 2007 12:49:00 +0100 Gustavo J. A. M. Carneiro Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
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:11:37 +0100 Gustavo J. A. M. Carneiro Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
Thu, 26 Jul 2007 12:08:22 +0100 Gustavo J. A. M. Carneiro Add a Timer class (bug #46)
Thu, 26 Jul 2007 12:05:31 +0100 Gustavo J. A. M. Carneiro EvenId const fixes.
Thu, 11 Oct 2007 15:39:39 +0100 Gustavo J. A. M. Carneiro Bug #88 (Ipv4Address operator ==, !=, < should be inline for performance reasons)
Thu, 11 Oct 2007 17:59:59 +0200 Mathieu Lacage bug 87: do not export the garbage collection facility from the Timer class.
Thu, 11 Oct 2007 13:11:45 +0200 Mathieu Lacage bug 86: add missing functions to manipulate Mac48Address
Thu, 11 Oct 2007 13:02:47 +0200 Mathieu Lacage constify more conversion operators
Thu, 11 Oct 2007 13:00:12 +0200 Mathieu Lacage constify conversion operator
Wed, 10 Oct 2007 15:32:04 +0200 Mathieu Lacage add missing call to Simulator::Destroy to cleanup after test
Wed, 10 Oct 2007 11:14:16 +0100 Gustavo J. A. M. Carneiro Fix CommandLine::AddArgCommand memory leak.
Tue, 09 Oct 2007 11:38:01 +0100 Gustavo J. A. M. Carneiro Bug 81 (CommandLine::AddArgValue not working correctly)
Mon, 08 Oct 2007 17:49:18 +0100 Gustavo J. A. M. Carneiro Bug 82 (Add convenience API to retrieve default values)
Mon, 08 Oct 2007 17:44:17 +0100 Gustavo J. A. M. Carneiro Fix bug 80 (valgrind error when finalizing PacketMetadata).
Mon, 08 Oct 2007 14:14:24 +0100 Gustavo J. A. M. Carneiro merge
Mon, 08 Oct 2007 14:13:58 +0100 Gustavo J. A. M. Carneiro Use 'const Ptr<T>' rather than 'Ptr<T> const'
Fri, 05 Oct 2007 19:13:36 +0100 Gustavo J. A. M. Carneiro Add operator < to Ptr smart pointers, to make them behave well with STL containers.
Mon, 08 Oct 2007 15:54:36 +0200 Mathieu Lacage remove 'All rights reserved' mention
Mon, 08 Oct 2007 15:50:25 +0200 Mathieu Lacage add missing copyright
Mon, 08 Oct 2007 10:28:52 +0200 Mathieu Lacage merge with HEAD
Thu, 04 Oct 2007 09:22:05 +0200 Mathieu Lacage add Timer::GetDelayLeft
Thu, 04 Oct 2007 09:14:16 +0200 Mathieu Lacage make the timer a tristate object
Wed, 03 Oct 2007 13:01:29 +0200 Mathieu Lacage add Timer::Suspend/Resume/IsSuspended
Wed, 03 Oct 2007 13:01:12 +0200 Mathieu Lacage add Simulator::GetDelayLeft
Tue, 02 Oct 2007 11:32:16 +0200 Mathieu Lacage remove uneeded forward declaration
Fri, 28 Sep 2007 16:14:16 +0200 Mathieu Lacage add a Timer::Schedule (delay) method
Fri, 28 Sep 2007 13:27:37 +0200 Mathieu Lacage add tests
Fri, 28 Sep 2007 13:19:43 +0200 Mathieu Lacage add support for 6-arg Timer::SetFunction
Fri, 28 Sep 2007 13:02:14 +0200 Mathieu Lacage add support for 6-arg SetArguments
Fri, 28 Sep 2007 12:49:05 +0200 Mathieu Lacage add 6 arg support to pointer to function traits
Fri, 28 Sep 2007 12:46:17 +0200 Mathieu Lacage add 6 arg support to pointer to member traits
Fri, 28 Sep 2007 10:42:29 +0200 Mathieu Lacage simplicy policy handling
Fri, 28 Sep 2007 10:33:19 +0200 Mathieu Lacage re-implement the Timer class with the new type traits
Fri, 28 Sep 2007 10:32:59 +0200 Mathieu Lacage implement the helper IntToType template
Fri, 28 Sep 2007 10:32:15 +0200 Mathieu Lacage forgot to add the nArgs enum in FunctionPtrTraits
Fri, 28 Sep 2007 09:27:57 +0200 Mathieu Lacage rewrite the TypeTraits and add some tests
Thu, 27 Sep 2007 13:48:32 +0200 Mathieu Lacage add testcase, make it work
Thu, 27 Sep 2007 13:45:55 +0200 Mathieu Lacage implement the member function version of Timer::SetFunction (a1)
Thu, 27 Sep 2007 13:31:20 +0200 Mathieu Lacage add some doxygen
Thu, 27 Sep 2007 13:27:18 +0200 Mathieu Lacage add doxygen for Timer class and implement the policy flags
Thu, 27 Sep 2007 12:51:17 +0200 Mathieu Lacage Implement a Timer API
Thu, 27 Sep 2007 12:50:55 +0200 Mathieu Lacage add TypeTraits<T>::NonConstType
Thu, 27 Sep 2007 12:50:26 +0200 Gustavo J. A. M. Carneiro Event Garbage Collector
Thu, 04 Oct 2007 11:24:05 +0100 Gustavo J. A. M. Carneiro Fix race condition in mobility-visualizer-view; reduce refresh rate to 30fps.
Wed, 03 Oct 2007 19:38:03 +0100 Gustavo J. A. M. Carneiro Compile mobility-visualizer with -fno-strict-aliasing to avoid GNOME bug #316221
Wed, 03 Oct 2007 19:36:56 +0100 Gustavo J. A. M. Carneiro Use GStaticMutex instead of G_DEFINE_LOCK
Wed, 03 Oct 2007 17:38:05 +0100 Gustavo J. A. M. Carneiro Hide the velocity vector if it is null.
Wed, 03 Oct 2007 17:33:45 +0100 Gustavo J. A. M. Carneiro mereg
Wed, 03 Oct 2007 17:29:27 +0100 Gustavo J. A. M. Carneiro Draw the velocity vector
Wed, 03 Oct 2007 16:38:17 +0100 Gustavo J. A. M. Carneiro Add a small mobility model visualization tool
Mon, 01 Oct 2007 18:55:04 +0100 Gustavo J. A. M. Carneiro According to the literature, in RandomWaypointMobilityModel the pause should come before the walk, not after; fixed.
Mon, 01 Oct 2007 18:01:38 +0100 Gustavo J. A. M. Carneiro Add ns2-mobility-file-topology sources
Mon, 01 Oct 2007 17:11:06 +0100 Gustavo J. A. M. Carneiro Adapt to StaticSpeedHelper change
Mon, 01 Oct 2007 17:10:46 +0100 Gustavo J. A. M. Carneiro Adapt to StaticSpeedHelper change
Mon, 01 Oct 2007 17:10:15 +0100 Gustavo J. A. M. Carneiro Refactor handling of pauses in StaticSpeedHelper to fix bug (must return null speed when paused)
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip