Tue, 11 Sep 2007 14:52:15 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Thu, 06 Sep 2007 15:18:14 +0100 Gustavo J. A. M. Carneiro Stop OLSR simulation after 10 seconds (since OLSR never stops generating events)
Thu, 06 Sep 2007 13:34:54 +0100 Gustavo J. A. M. Carneiro Update OLSR code to NS-3 API changes.
Wed, 05 Sep 2007 18:46:13 +0100 Gustavo J. A. M. Carneiro fix olsr wscript
Wed, 05 Sep 2007 18:42:41 +0100 Gustavo J. A. M. Carneiro merge
Wed, 05 Sep 2007 18:35:39 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Tue, 31 Jul 2007 11:53:11 +0100 Gustavo J. A. M. Carneiro Fix the OLSR documentation.
Mon, 30 Jul 2007 19:11:21 +0100 Gustavo J. A. M. Carneiro Patch from Mathieu, makes EnableNodes templated
Mon, 30 Jul 2007 17:43:52 +0100 Gustavo J. A. M. Carneiro Add documentation for the (few) OLSR public APIs
Mon, 30 Jul 2007 17:33:12 +0100 Gustavo J. A. M. Carneiro Add a simpler olsr::EnableAllNodes API as suggested by Mathieu.
Mon, 30 Jul 2007 17:15:35 +0100 Gustavo J. A. M. Carneiro fix indentation in some places (was broken due to class rename)
Mon, 30 Jul 2007 17:06:06 +0100 Gustavo J. A. M. Carneiro Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.
Mon, 30 Jul 2007 15:03:45 +0100 Gustavo J. A. M. Carneiro solve some merge problems
Mon, 30 Jul 2007 15:01:18 +0100 Gustavo J. A. M. Carneiro merge
Mon, 30 Jul 2007 14:48:56 +0100 Gustavo J. A. M. Carneiro EventCollector: tune the parameters and add a shrinking heuristic.
Mon, 30 Jul 2007 14:22:12 +0100 Gustavo J. A. M. Carneiro Add simple EventCollector benchmark
Mon, 30 Jul 2007 13:09:02 +0100 Gustavo J. A. M. Carneiro EventCollector: move methods to the .cc file
Mon, 30 Jul 2007 12:50:13 +0100 Gustavo J. A. M. Carneiro SingleEvent: move methods to .cc file; add EventId proxy methods, instead of a single GetEventId method.
Mon, 30 Jul 2007 11:04:11 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Fri, 27 Jul 2007 19:21:35 +0100 Gustavo J. A. M. Carneiro Adapt OLSR code to use SingleEvent instead of Timer, and EventCollector.
Fri, 27 Jul 2007 18:54:01 +0100 Gustavo J. A. M. Carneiro merge with ns-3-olsr-support
Fri, 27 Jul 2007 18:50:45 +0100 Gustavo J. A. M. Carneiro Remove Timer, made mostly redundant with the introduction of SingleEvent.
Fri, 27 Jul 2007 18:45:12 +0100 Gustavo J. A. M. Carneiro Add a SingleEvent class.
Fri, 27 Jul 2007 17:15:30 +0100 Gustavo J. A. M. Carneiro Add an EventCollector class, based on concepts discussed in the mailing list
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
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip