src/routing/olsr/olsr-state.h
2008-12-02 Fix a couple of OLSR bugs (#415)
2008-03-13 OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
2008-03-06 OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
2008-02-13 OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
2007-10-17 more const optimisations
2007-10-17 Make OlsrAgentImpl::GetMainAddress const
2007-10-13 Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources.
2007-09-25 Cleanup copyright headers and some unused includes.
2007-07-30 Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.
2007-07-26 Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).