Tue, 11 Sep 2007 23:38:18 -0700 Tom Henderson turn off DEBUG on simple-point-to-point
Tue, 11 Sep 2007 22:47:13 -0700 Tom Henderson branch merge
Tue, 11 Sep 2007 22:46:29 -0700 Tom Henderson Copyrights/licenses for routing code
Tue, 11 Sep 2007 22:40:04 -0700 Tom Henderson Remove m_quiet variable, fix copyright
Tue, 11 Sep 2007 19:40:50 -0700 Craig Dowell variable unused in optimized build -- fixed via attribute
Tue, 11 Sep 2007 19:11:03 -0700 Craig Dowell turn off debugging flags
Tue, 11 Sep 2007 19:09:49 -0700 Craig Dowell integrating broadcast with multicast and sockets with multiple interfaces required default route for disambiguation
Tue, 11 Sep 2007 18:29:26 -0700 Craig Dowell socket update broke multicast
Tue, 11 Sep 2007 12:20:09 -0700 Craig Dowell merge with trunk again
Mon, 10 Sep 2007 15:57:33 -0700 Craig Dowell name changes missed
Mon, 10 Sep 2007 15:50:07 -0700 Craig Dowell merge with trunk
Thu, 06 Sep 2007 16:24:17 -0700 Craig Dowell monster changeset
Thu, 06 Sep 2007 15:57:53 -0700 Craig Dowell readme file includes APIs
Tue, 04 Sep 2007 18:06:06 -0700 Craig Dowell clarify use of wildcards in multicast routes versus default mulicast routes.
Tue, 04 Sep 2007 15:10:47 -0700 Craig Dowell Don't flood multicasts if no route found
Tue, 04 Sep 2007 14:38:40 -0700 Craig Dowell piles of doxygen, changes to SetDefaultMulticastRoute plumbing
Wed, 29 Aug 2007 12:11:11 -0700 Craig Dowell Move MakeMulticastAddress to NetDevice
Mon, 27 Aug 2007 23:46:14 -0700 Craig Dowell real multicast enet addr, more source routes, default multicast route
Fri, 24 Aug 2007 17:38:49 -0700 Craig Dowell semi-real multicast hardware addresses
Fri, 24 Aug 2007 16:57:54 -0700 Craig Dowell add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
Fri, 24 Aug 2007 13:29:51 -0700 Craig Dowell merge with trunk
Mon, 20 Aug 2007 13:40:15 -0700 Craig Dowell branch merge
Mon, 13 Aug 2007 23:40:51 -0700 Craig Dowell fix non-unique ethernet addresses
Mon, 13 Aug 2007 20:14:36 -0700 Craig Dowell Silliness for optimized version
Mon, 13 Aug 2007 19:54:47 -0700 Craig Dowell set source IP address in udp-socket packets
Mon, 13 Aug 2007 16:21:39 -0700 Craig Dowell set source address in socket
Mon, 13 Aug 2007 14:58:06 -0700 Craig Dowell cleanup. more complex multicast example
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
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip