Wed, 08 Aug 2007 11:27:17 +0200 Mathieu Lacage beautify packet API doxygen
Wed, 08 Aug 2007 11:20:49 +0200 Mathieu Lacage move header sample and build tag sample
Wed, 08 Aug 2007 11:20:35 +0200 Mathieu Lacage make sure udp-header.h is exported for main-packet-printer
Wed, 08 Aug 2007 11:20:09 +0200 Mathieu Lacage improve print output
Wed, 08 Aug 2007 11:19:39 +0200 Mathieu Lacage Tag doxygen documentation
Wed, 08 Aug 2007 11:19:19 +0200 Mathieu Lacage add Packet::PrintTags and move tag documentation to tag.h
Wed, 08 Aug 2007 11:18:49 +0200 Mathieu Lacage update reference to header sample code
Wed, 08 Aug 2007 11:16:41 +0200 Mathieu Lacage make sure we include a space between tag printed output
Wed, 08 Aug 2007 11:16:11 +0200 Mathieu Lacage remove dead code
Wed, 08 Aug 2007 11:15:45 +0200 Mathieu Lacage sample packet tag code
Wed, 08 Aug 2007 10:18:55 +0200 Mathieu Lacage rework the NS_XX_ENSURE_REGISTERED macros and make sure we typecheck the input to TraceContext::Add and TraceContext::Get methods
Wed, 08 Aug 2007 10:06:58 +0200 Mathieu Lacage TraceContextElement::Register -> TraceContextElement::AllocateUid
Wed, 08 Aug 2007 10:01:19 +0200 Mathieu Lacage Trailer::Register -> Trailer::AllocateUid and Header::Register -> Header::AllocateUid
Wed, 08 Aug 2007 09:49:56 +0200 Mathieu Lacage introduce Tag base class similar to Header and Trailer
Wed, 08 Aug 2007 09:12:55 +0200 Mathieu Lacage remove Chunk base class
Tue, 07 Aug 2007 08:36:31 +0200 Mathieu Lacage merge with trunk
Mon, 06 Aug 2007 19:43:09 +0200 Mathieu Lacage tweak ascii trace output
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Mon, 06 Aug 2007 17:21:57 +0200 Mathieu Lacage merge with trunk
Mon, 06 Aug 2007 17:19:13 +0200 Mathieu Lacage work in progress towards a working trace context
Thu, 09 Aug 2007 13:38:04 +0200 Mathieu Lacage add missing space in default PacketPrinter
Thu, 09 Aug 2007 09:39:29 +0200 Mathieu Lacage merge
Wed, 08 Aug 2007 16:41:59 +0200 Mathieu Lacage rename Bind to DefaultValue::Bind. fix bug 62
Wed, 08 Aug 2007 20:56:59 -0700 Tom Henderson Removing (again?) src/devices/p2p
Wed, 08 Aug 2007 14:19:56 -0700 Craig Dowell fix race in csma-cd channel
Wed, 08 Aug 2007 21:17:48 +0100 Gustavo J. A. M. Carneiro By popular demand, add the working waf snapshot to the ns-3 source tree.
Wed, 08 Aug 2007 21:07:52 +0100 Gustavo J. A. M. Carneiro Build all modules as a single ns3 shared library.
Wed, 08 Aug 2007 23:23:24 +0200 Mathieu Lacage avoid initialization ordering problem
Wed, 08 Aug 2007 15:25:00 +0100 Gustavo J. A. M. Carneiro merge
Wed, 08 Aug 2007 15:10:36 +0100 Gustavo J. A. M. Carneiro WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
Wed, 08 Aug 2007 15:59:08 +0200 Mathieu Lacage use fixed-width types to avoid portability problems
Wed, 08 Aug 2007 15:43:05 +0200 Mathieu Lacage use NS_TEST_ASSERT macros
Wed, 08 Aug 2007 14:11:29 +0100 Gustavo J. A. M. Carneiro Revert experimental code in src/wscript accidentally committed.
Wed, 08 Aug 2007 12:36:59 +0100 Gustavo J. A. M. Carneiro WAF: handle --doxygen before building; now only generates docs and does not build anything.
Tue, 07 Aug 2007 20:37:52 -0700 Tom Henderson add unreachable statement to solve gcc-4.0.x compiler bug for optimized builds on os x
Tue, 07 Aug 2007 00:16:13 +0100 Gustavo J. A. M. Carneiro Fix compilation of BreakpointFallback on win32/mingw, which has signal.h but does not define SIGTRAP.
Mon, 06 Aug 2007 14:40:43 -0700 Craig Dowell fix opt warnings, let compiler do tail call optimization in csma nd, remove protected access from router iface
Mon, 06 Aug 2007 15:45:29 +0200 Mathieu Lacage make the previous merge actually work
Mon, 06 Aug 2007 15:32:27 +0200 Mathieu Lacage merge implicit conversion tree
Mon, 30 Jul 2007 14:57:49 +0200 Mathieu Lacage remove implicit conversion from Address to Eui48Address, to Ipv4Address and to InetSocketAddress
Mon, 30 Jul 2007 14:20:10 +0200 Mathieu Lacage add implicit conversion to Ipv4Address
Mon, 30 Jul 2007 14:17:12 +0200 Mathieu Lacage add implicit conversion to Eui48Address
Mon, 30 Jul 2007 14:07:39 +0200 Mathieu Lacage InetSocketAddress: replace explicit conversion to implicit conversion
Mon, 06 Aug 2007 11:55:17 +0100 Gustavo J. A. M. Carneiro Correct misspelled BreakpointFallback function implementation; fixes OS X build.
Mon, 06 Aug 2007 10:29:28 +0200 Mathieu Lacage fix memory leak
Mon, 06 Aug 2007 10:29:19 +0200 Mathieu Lacage main should return a value
Mon, 06 Aug 2007 10:09:18 +0200 Mathieu Lacage fix memory leak
Mon, 06 Aug 2007 10:06:25 +0200 Mathieu Lacage use the InetSocketAddress API for ip sockets
Mon, 06 Aug 2007 09:59:29 +0200 Mathieu Lacage merge packet socket with trunk
Wed, 01 Aug 2007 13:56:30 +0200 Mathieu Lacage merge with trunk
Wed, 01 Aug 2007 13:54:09 +0200 Mathieu Lacage update address size
Wed, 01 Aug 2007 13:53:48 +0200 Mathieu Lacage fix tracing
Wed, 01 Aug 2007 12:33:44 +0200 Mathieu Lacage replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
Wed, 01 Aug 2007 10:29:40 +0200 Mathieu Lacage example code.
Wed, 01 Aug 2007 10:29:22 +0200 Mathieu Lacage add an extra constructor
Wed, 01 Aug 2007 10:29:03 +0200 Mathieu Lacage PacketSocketAddress serialization code was buggy.
Wed, 01 Aug 2007 09:15:48 +0200 Mathieu Lacage remove extra includes
Wed, 01 Aug 2007 09:14:31 +0200 Mathieu Lacage fix build: missing const
Wed, 01 Aug 2007 09:02:03 +0200 Mathieu Lacage a packet socket
Wed, 01 Aug 2007 09:01:54 +0200 Mathieu Lacage add Address::IsInvalid
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip