Wed, 01 Aug 2007 19:52:59 +0200 Mathieu Lacage merge with trunk
Fri, 27 Jul 2007 17:49:04 +0200 Mathieu Lacage optmize slightly Ptr<T>::Acquire
Fri, 27 Jul 2007 17:44:15 +0200 Mathieu Lacage remove GetEventImpl
Fri, 27 Jul 2007 17:36:14 +0200 Mathieu Lacage be more consistant in the handling of references
Fri, 27 Jul 2007 17:28:17 +0200 Mathieu Lacage more optimizations
Fri, 27 Jul 2007 17:18:14 +0200 Mathieu Lacage optimize EventImpl refcounting
Fri, 27 Jul 2007 15:37:22 +0200 Mathieu Lacage use a Ptr<> to manage EventImpl instances
Fri, 27 Jul 2007 15:37:05 +0200 Mathieu Lacage add an extra constructor to use when the Create template cannot be used
Fri, 27 Jul 2007 09:53:15 +0200 Mathieu Lacage add refcounting to EventImpl
Fri, 27 Jul 2007 09:50:21 +0200 Mathieu Lacage GetEventImpl -> PeekEventImpl
Wed, 01 Aug 2007 09:38:55 +0200 Mathieu Lacage merge
Wed, 01 Aug 2007 09:38:09 +0200 Mathieu Lacage fix bug 59: debug output now goes to stderr.
Tue, 31 Jul 2007 13:49:11 +0100 Gustavo J. A. M. Carneiro Add emacs C++ mode selection line, missing from some header files.
Sat, 28 Jul 2007 23:20:58 -0700 Tom Henderson Fix lengthType initialization for optimized build
Sat, 28 Jul 2007 14:14:16 +0100 Gustavo J. A. M. Carneiro WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
Sat, 28 Jul 2007 14:50:56 +0200 Mathieu Lacage start filling release notes with merged items
Sat, 28 Jul 2007 13:25:10 +0200 Mathieu Lacage fix basic coding style issues
Sat, 28 Jul 2007 13:22:47 +0200 Mathieu Lacage fix indent, basic coding style issues
Sat, 28 Jul 2007 13:20:47 +0200 Mathieu Lacage protocol number is a 16 bit unsigned integer
Sat, 28 Jul 2007 13:15:04 +0200 Mathieu Lacage param is a 16 bit integer. implement proper llc encapsulation/decapsulation
Sat, 28 Jul 2007 13:14:24 +0200 Mathieu Lacage small cleanups
Sat, 28 Jul 2007 12:41:53 +0200 Mathieu Lacage pktType -> encapMode
Sat, 28 Jul 2007 12:30:31 +0200 Mathieu Lacage disable copy constructor and operator = for CsmaCdNetDevice
Fri, 27 Jul 2007 14:54:41 -0700 Tom Henderson fix tracing
Fri, 27 Jul 2007 14:43:56 -0700 Tom Henderson disable tracing; fix ifIndex assignment
Fri, 27 Jul 2007 14:40:50 -0700 Tom Henderson return ifIndex when adding netdevice to node (topology)
Fri, 27 Jul 2007 13:07:36 -0700 Tom Henderson rename example from p2p to point-to-point
Fri, 27 Jul 2007 12:50:31 -0700 Tom Henderson new script for csma-cd
Thu, 26 Jul 2007 12:11:37 +0100 Gustavo J. A. M. Carneiro Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
Fri, 27 Jul 2007 15:38:04 +0100 Gustavo J. A. M. Carneiro Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
Thu, 26 Jul 2007 12:27:49 +0100 Gustavo J. A. M. Carneiro Allow UDP sockets to receive broadcast (bug #51)
Thu, 26 Jul 2007 12:26:21 +0100 Gustavo J. A. M. Carneiro Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Thu, 26 Jul 2007 12:12:51 +0100 Gustavo J. A. M. Carneiro Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36.
Thu, 26 Jul 2007 12:05:31 +0100 Gustavo J. A. M. Carneiro EvenId const fixes.
Fri, 27 Jul 2007 10:49:29 -0700 Tom Henderson merge
Fri, 27 Jul 2007 10:48:10 -0700 Tom Henderson Add patch 49 (add/remove network route when bringing interface up/down)
Fri, 27 Jul 2007 21:39:58 +0200 Mathieu Lacage cleanup simple example
Fri, 27 Jul 2007 21:17:14 +0200 Emmanuelle Laprise a csma/cd NetDevice subclass and a test script
Fri, 27 Jul 2007 21:16:40 +0200 Emmanuelle Laprise ethernet Header and Trailer classes
Fri, 27 Jul 2007 20:45:18 +0200 Emmanuelle Laprise Move LLC encapsulation from NetDevice to subclasses.
Fri, 27 Jul 2007 20:45:07 +0200 Emmanuelle Laprise cleanup the wscripts
Fri, 27 Jul 2007 20:26:36 +0200 Emmanuelle Laprise src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
Fri, 27 Jul 2007 20:17:23 +0200 Emmanuelle Laprise src/devices/p2p -> src/devices/point-to-point
Thu, 26 Jul 2007 16:04:54 +0200 Mathieu Lacage disable copying PointToPointNetDevice
Thu, 26 Jul 2007 08:18:11 +0200 Mathieu Lacage fix optimized build
Tue, 24 Jul 2007 16:13:31 +0100 Gustavo J. A. M. Carneiro WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration.
Mon, 23 Jul 2007 15:53:54 +0200 Mathieu Lacage mobility models
Mon, 23 Jul 2007 15:24:17 +0200 Mathieu Lacage a small typo
Mon, 23 Jul 2007 15:23:14 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Mon, 23 Jul 2007 15:22:36 +0200 Mathieu Lacage add dirtyness tracking to DefaultValueBase
Mon, 23 Jul 2007 15:16:45 +0200 Mathieu Lacage make sure IsExpired handles destroy events correctly
Mon, 23 Jul 2007 14:52:51 +0200 Mathieu Lacage add support to cancel Now and Destroy events.
Mon, 23 Jul 2007 14:51:57 +0200 Mathieu Lacage add operator == and != t o EventId
Mon, 23 Jul 2007 14:41:53 +0200 Mathieu Lacage TimeDefaultValue
Mon, 23 Jul 2007 14:41:34 +0200 Mathieu Lacage RandomVariableDefaultValue
Mon, 23 Jul 2007 14:13:03 +0200 Mathieu Lacage IntegerDefaultValue -> NumericDefaultValue
Mon, 23 Jul 2007 14:01:43 +0200 Mathieu Lacage merge
Mon, 23 Jul 2007 13:58:53 +0200 Mathieu Lacage fix bug 57
Fri, 20 Jul 2007 14:51:25 +0100 Gustavo J. A. M. Carneiro Update README to mention WAF instead of SCons.
Fri, 20 Jul 2007 11:38:16 +0100 Gustavo J. A. M. Carneiro WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip