src/routing/olsr/olsr-agent-impl.cc
Thu, 17 Apr 2008 15:50:49 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 16 Apr 2008 11:32:55 +0100 Gustavo J. A. M. Carneiro Fix bad usage of std container iteration and erase () all over OLSR code; closes #171; thanks to Liu Jian for spotting and submitting an initial patch.
Wed, 09 Apr 2008 10:03:28 -0700 Mathieu Lacage add destructor. Easier to plant a breakpoint in there.
Mon, 31 Mar 2008 14:34:27 -0700 Mathieu Lacage do not include internet-node.h
Thu, 13 Mar 2008 14:35:54 -0700 Mathieu Lacage merge with HEAD
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Tue, 26 Feb 2008 19:52:17 +0100 Mathieu Lacage port Olsr code to attributes/helpers
Thu, 13 Mar 2008 19:00:30 +0000 Gustavo J. A. M. Carneiro OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
Thu, 06 Mar 2008 19:14:52 +0000 Gustavo J. A. M. Carneiro OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
Mon, 03 Mar 2008 15:02:33 +0000 Gustavo J. A. M. Carneiro Small OLSR memory optimisation.
Thu, 14 Feb 2008 19:01:01 +0000 Gustavo J. A. M. Carneiro Make the OLSR routing protocol priority higher, not lower, than static routing.
Thu, 14 Feb 2008 18:55:11 +0000 Gustavo J. A. M. Carneiro Add support for tracing the OLSR routing table size.
Wed, 13 Feb 2008 18:23:20 +0000 Gustavo J. A. M. Carneiro A couple more OLSR bug fixes
Wed, 13 Feb 2008 17:44:05 +0000 Gustavo J. A. M. Carneiro OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
Sun, 03 Feb 2008 19:09:35 +0000 Gustavo J. A. M. Carneiro OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
Sun, 03 Feb 2008 19:05:37 +0000 Gustavo J. A. M. Carneiro merge
Sun, 03 Feb 2008 18:50:55 +0000 Gustavo J. A. M. Carneiro OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
Fri, 01 Feb 2008 19:37:27 +0000 Gustavo J. A. M. Carneiro UDP sockets are fixed, remove the hack and note.
Fri, 01 Feb 2008 18:07:45 +0000 Gustavo J. A. M. Carneiro In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux. Add note explaining what's wrong.
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 08 Nov 2007 17:05:37 -0800 Craig Dowell baranch merge
Mon, 29 Oct 2007 13:40:25 -0700 Craig Dowell olsr gets new packet
Tue, 30 Oct 2007 15:55:50 +0000 Gustavo J. A. M. Carneiro Remove empty OlsrTest unit test class.
Tue, 30 Oct 2007 10:09:39 +0100 Mathieu Lacage bug 96: debug.h duplicates functionality from log.h
Mon, 29 Oct 2007 14:11:20 +0000 Gustavo J. A. M. Carneiro Add OLSR message tracing, as discussed on ns-developers list.
Mon, 29 Oct 2007 12:39:34 +0000 Gustavo J. A. M. Carneiro Put everything OLSR into the 'olsr' C++ namespace, for consistency.
Wed, 17 Oct 2007 18:16:09 +0100 Gustavo J. A. M. Carneiro more const optimisations
Wed, 17 Oct 2007 17:25:19 +0100 Gustavo J. A. M. Carneiro Make OlsrAgentImpl::GetMainAddress const
Sat, 13 Oct 2007 14:21:27 +0100 Gustavo J. A. M. Carneiro Fix OLSR agent finalization issues.
Sat, 13 Oct 2007 13:09:55 +0100 Gustavo J. A. M. Carneiro Remove 'All rights reserved.' GPL-incompatible phrase from OLSR sources.
Thu, 11 Oct 2007 16:17:27 +0100 Gustavo J. A. M. Carneiro Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes.
Mon, 08 Oct 2007 11:37:03 +0100 Gustavo J. A. M. Carneiro Adapt the OLSR agent code to use the new Timer class.
Mon, 08 Oct 2007 11:23:53 +0100 Gustavo J. A. M. Carneiro Fix typo
Wed, 03 Oct 2007 19:11:46 +0100 Gustavo J. A. M. Carneiro Fix a couple more warnings in OLSR
Wed, 26 Sep 2007 18:27:52 +0100 Gustavo J. A. M. Carneiro Make the OLSR headers usable from the AciiTracing point of view
Tue, 25 Sep 2007 16:26:02 +0100 Gustavo J. A. M. Carneiro Cleanup copyright headers and some unused includes.
Thu, 06 Sep 2007 13:34:54 +0100 Gustavo J. A. M. Carneiro Update OLSR code to NS-3 API changes.
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.
less more (0) tip