src/node/queue.cc
Tue, 15 Apr 2008 15:10:53 -0700 Mathieu Lacage NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
Mon, 14 Apr 2008 16:06:44 -0700 Mathieu Lacage improve documentation
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Sun, 02 Mar 2008 22:08:17 +0100 Mathieu Lacage port AsciiTrace to Config::ConnectWithContext
Sun, 02 Mar 2008 21:57:51 +0100 Mathieu Lacage re-implement tracing using Attributes.
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 16 Jan 2008 10:27:07 +0100 Mathieu Lacage interface-id -> type-id
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
Thu, 03 Jan 2008 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
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:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Thu, 15 Nov 2007 11:41:42 +0000 Gustavo J. A. M. Carneiro Bug 105: Queue getter methods should be const
Wed, 14 Nov 2007 21:59:14 -0800 Tom Henderson nicer logging of parameters (bug 79 patch from Gustavo)
Thu, 13 Sep 2007 22:17:29 -0700 Craig Dowell disable log unless debug build
Thu, 13 Sep 2007 21:36:32 -0700 Craig Dowell debug to log
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 13:10:18 +0200 Mathieu Lacage document trace source signatures
Tue, 28 Aug 2007 11:01:00 +0200 Mathieu Lacage keep track of trace source help strings
Mon, 27 Aug 2007 14:59:50 +0200 Mathieu Lacage add TraceContextElement::GetName method
Sun, 12 Aug 2007 22:31:16 +0200 Mathieu Lacage CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
less more (0) -50 -30 tip