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
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Tue, 31 Jul 2007 11:42:25 +0200 Mathieu Lacage packet socket address
Tue, 31 Jul 2007 11:42:10 +0200 Mathieu Lacage extra Address API to be used by packet socket address
Tue, 31 Jul 2007 11:33:44 +0200 Mathieu Lacage fix build
Tue, 31 Jul 2007 10:47:29 +0200 Mathieu Lacage I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_.
Tue, 31 Jul 2007 10:46:43 +0200 Mathieu Lacage add license headers
Tue, 31 Jul 2007 10:45:37 +0200 Mathieu Lacage an eui 64 address type
Tue, 31 Jul 2007 10:45:15 +0200 Mathieu Lacage fix bugless in address allocation
Tue, 31 Jul 2007 09:21:40 +0200 Mathieu Lacage forgot to set the interface id
Tue, 31 Jul 2007 09:17:05 +0200 Mathieu Lacage remove now-unused ArpPrivate class
Tue, 31 Jul 2007 09:09:31 +0200 Mathieu Lacage implement the Node::ProtocolHandler support.
Tue, 31 Jul 2007 07:54:26 +0200 Mathieu Lacage small cleanups
Mon, 30 Jul 2007 13:59:13 +0200 Mathieu Lacage add doxygen
Mon, 30 Jul 2007 13:58:39 +0200 Mathieu Lacage add Ipv4Address::IsMatchingType and Eui48Address::IsMatchingType
Mon, 30 Jul 2007 13:55:28 +0200 Mathieu Lacage add InetSocketAddress::IsMatchingType and use it
Mon, 30 Jul 2007 13:29:36 +0200 Mathieu Lacage InetAddress -> InetSocketAddress
Mon, 30 Jul 2007 11:07:56 +0200 Mathieu Lacage fix optimized build
Mon, 30 Jul 2007 11:03:13 +0200 Mathieu Lacage fix address deserialization
Mon, 30 Jul 2007 10:35:40 +0200 Mathieu Lacage remove dead files after merge
Mon, 30 Jul 2007 10:35:03 +0200 Mathieu Lacage merge
Fri, 27 Jul 2007 09:44:24 +0200 Mathieu Lacage add doxygen
Fri, 27 Jul 2007 08:47:58 +0200 Mathieu Lacage add extra conveniance constructors and use them
Fri, 27 Jul 2007 08:44:26 +0200 Mathieu Lacage Ipv4TransportAddress -> InetAddress
Fri, 27 Jul 2007 08:32:34 +0200 Mathieu Lacage ipv4-transport-address -> inet-address
Fri, 27 Jul 2007 08:23:20 +0200 Mathieu Lacage convert Socket to use Address class
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip