Mon, 13 Aug 2007 12:08:01 -0700 Craig Dowell more multicast plumbing
Sun, 12 Aug 2007 22:43:25 -0700 Craig Dowell branch merge
Sun, 12 Aug 2007 22:41:24 -0700 Craig Dowell many debug prints
Sun, 12 Aug 2007 15:51:12 -0700 Craig Dowell debug prints to make validation easier
Sun, 12 Aug 2007 13:59:49 -0700 Craig Dowell untested multicast support
Tue, 11 Sep 2007 15:09:00 +0100 Gustavo J. A. M. Carneiro Use NS_DEBUG instead of NS_DEBUG_UNCOND in PacketSink code.
Tue, 11 Sep 2007 14:44:23 +0100 Gustavo J. A. M. Carneiro WAF: in optimized builds, replace -O2 with -O3
Tue, 11 Sep 2007 13:37:23 +0100 Gustavo J. A. M. Carneiro WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.
Tue, 11 Sep 2007 13:33:06 +0100 Gustavo J. A. M. Carneiro WAF: remove redundant -Wall (was appearing twice)
Tue, 11 Sep 2007 12:42:37 +0200 Mathieu Lacage add a few missing doxygen method documentations
Tue, 11 Sep 2007 12:13:16 +0200 Mathieu Lacage merge gustavo's changes
Tue, 11 Sep 2007 12:11:00 +0200 Mathieu Lacage merge tracing overhaul in trunk
Thu, 06 Sep 2007 13:32:29 +0200 Mathieu Lacage rename ConnectPrinterToAll to TraceAll
Thu, 06 Sep 2007 12:56:31 +0200 Mathieu Lacage add support for NodeList::ConnectPrinterToAll
Thu, 06 Sep 2007 12:33:22 +0200 Mathieu Lacage add bound callback tests and make them work
Thu, 06 Sep 2007 10:04:19 +0200 Mathieu Lacage add tests, fix the failing tests and add support for 6-arg callbacks
Wed, 05 Sep 2007 12:39:11 +0200 Mathieu Lacage fix a small typo
Wed, 05 Sep 2007 12:36:21 +0200 Mathieu Lacage add missing section on simple trace connection
Wed, 05 Sep 2007 12:34:53 +0200 Mathieu Lacage add an overload of the TraceSource::AddCallback method
Wed, 05 Sep 2007 12:08:57 +0200 Mathieu Lacage re-organize the tutorial and use sections
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Tue, 04 Sep 2007 15:34:04 +0200 Mathieu Lacage move tracing tutorial to doc directory
Thu, 30 Aug 2007 16:38:41 +0200 Mathieu Lacage finish trace tutorial
Thu, 30 Aug 2007 16:38:26 +0200 Mathieu Lacage add missing requirement to doxygen
Thu, 30 Aug 2007 16:00:26 +0200 Mathieu Lacage start section on registering new TraceSource objects
Thu, 30 Aug 2007 15:45:46 +0200 Mathieu Lacage add section on TraceContexts in tutorial
Thu, 30 Aug 2007 15:20:08 +0200 Mathieu Lacage add missing const
Thu, 30 Aug 2007 15:14:26 +0200 Mathieu Lacage make sure that l4 protocols are correctly registered within the tracing namespace
Thu, 30 Aug 2007 14:57:59 +0200 Mathieu Lacage add explanatory diagram
Thu, 30 Aug 2007 14:54:05 +0200 Mathieu Lacage add doxygen for each TraceSourceElement subclass
Thu, 30 Aug 2007 14:42:38 +0200 Mathieu Lacage fix dox warnings
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Thu, 30 Aug 2007 14:25:09 +0200 Mathieu Lacage rewrite the TraceContext::SourceCollection::Iterator class
Thu, 30 Aug 2007 13:58:15 +0200 Mathieu Lacage move printing to client code
Wed, 29 Aug 2007 16:43:19 +0200 Mathieu Lacage reference the proper trace source list group
Wed, 29 Aug 2007 16:43:04 +0200 Mathieu Lacage add PrintDoxygen method
Wed, 29 Aug 2007 16:42:55 +0200 Mathieu Lacage add iterator to go through available list
Wed, 29 Aug 2007 16:42:18 +0200 Mathieu Lacage add trace-source-file.h to doxygen list
Wed, 29 Aug 2007 16:42:00 +0200 Mathieu Lacage ignore empty file
Wed, 29 Aug 2007 16:41:23 +0200 Mathieu Lacage empty file for doxygen generation
Wed, 29 Aug 2007 15:11:29 +0200 Mathieu Lacage add some text on trace sink signatures
Wed, 29 Aug 2007 14:43:31 +0200 Mathieu Lacage add some tracing documentation
Wed, 29 Aug 2007 14:41:21 +0200 Mathieu Lacage improve output of list of existing traces
Wed, 29 Aug 2007 14:30:58 +0200 Mathieu Lacage s/lowleveltracing/tracing/
Wed, 29 Aug 2007 14:30:44 +0200 Mathieu Lacage make the output of the list of existing traces more readable
Tue, 28 Aug 2007 16:06:12 +0200 Mathieu Lacage some doxygen additions
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 15:04:37 +0200 Mathieu Lacage add some doxygen
Tue, 28 Aug 2007 14:51:13 +0200 Mathieu Lacage add doxygen documentation and rename TraceContext::Get to TraceContext::GetElement
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 14:32:44 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 14:10:54 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 13:14:43 +0200 Mathieu Lacage api doxygen for Object base class
Tue, 28 Aug 2007 13:10:18 +0200 Mathieu Lacage document trace source signatures
Tue, 28 Aug 2007 12:42:27 +0200 Mathieu Lacage document trace source signature
Tue, 28 Aug 2007 12:06:15 +0200 Mathieu Lacage improve trace list output
Tue, 28 Aug 2007 12:05:35 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 11:22:01 +0200 Mathieu Lacage document also mobility model notifier
Tue, 28 Aug 2007 11:21:42 +0200 Mathieu Lacage avoid problems with recursive use of Object::DoCollectSources
Tue, 28 Aug 2007 11:20:55 +0200 Mathieu Lacage make sure to get to the parent during trace resolution
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip