src/routing/olsr/olsr-agent-impl.h
2008-12-02 Fix a couple of OLSR bugs (#415)
2008-11-07 Make olsr::RoutingTable public, add a method GetEntries to it, and add a method GetRoutingTable to OlsrAgent. This way it is possible to read the actual routing table that OLSR has discovered, for debugging/visualization purposes.
2008-04-25 Cut over UDP applications to use the new receive API
2008-04-09 add destructor. Easier to plant a breakpoint in there.
2008-03-13 merge with HEAD
2008-02-27 merge with HEAD
2008-02-26 port Olsr code to attributes/helpers
2008-03-03 Small OLSR memory optimisation.
2008-02-14 Add support for tracing the OLSR routing table size.
2008-02-13 OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
2008-01-15 iid (void) -> GetTypeId (void)
2008-01-15 InterfaceId -> TypeId
2008-01-03 replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
2007-12-06 Create a new contrib module; move event-garbage-collector.{h,cc} to the contrib module.
2007-11-08 baranch merge
2007-10-29 olsr gets new packet
2007-10-30 Remove empty OlsrTest unit test class.
2007-10-29 Add OLSR message tracing, as discussed on ns-developers list.
2007-10-29 Put everything OLSR into the 'olsr' C++ namespace, for consistency.
2007-10-17 Make OlsrAgentImpl::GetMainAddress const
2007-10-13 Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources.
2007-10-11 Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes.
2007-10-08 Adapt the OLSR agent code to use the new Timer class.
2007-09-26 Make the OLSR headers usable from the AciiTracing point of view
2007-09-25 Cleanup copyright headers and some unused includes.
2007-09-24 Move EventCollector and SingleEvent classes, making them private to the OLSR code.
2007-09-06 Update OLSR code to NS-3 API changes.
2007-07-30 Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.