Thu, 10 Apr 2008 11:11:55 -0700 Mathieu Lacage add missing registration macro call
Thu, 10 Apr 2008 11:11:34 -0700 Mathieu Lacage add functions to access list of root namespace objects
Thu, 10 Apr 2008 10:24:18 -0700 Mathieu Lacage add missing TypeId in base class
Thu, 10 Apr 2008 10:23:56 -0700 Mathieu Lacage make IsChildOf not return true for test against self. Add operator < for TypeId.
Thu, 10 Apr 2008 09:23:24 -0700 Mathieu Lacage iterate over the _aggregated_ objects: this does not include the initial pointer.
Wed, 09 Apr 2008 17:35:18 -0700 Mathieu Lacage iterate over aggregated objects dynamically.
Wed, 09 Apr 2008 17:28:19 -0700 Mathieu Lacage define a TypeId for ns3::Ipv4Interface
Wed, 09 Apr 2008 17:27:56 -0700 Mathieu Lacage use a specific type if you can
Wed, 09 Apr 2008 17:27:12 -0700 Mathieu Lacage typos in WifiChannel
Wed, 09 Apr 2008 14:58:52 -0700 Mathieu Lacage add ObjectVector::GetItemTypeId
Wed, 09 Apr 2008 14:28:16 -0700 Mathieu Lacage allow access to the pointee's TypeId.
Wed, 09 Apr 2008 13:05:20 -0700 Mathieu Lacage improve type linking behavior.
Wed, 09 Apr 2008 13:04:37 -0700 Mathieu Lacage add doxygen documentation to avoid doxygen warnings.
Wed, 09 Apr 2008 13:04:18 -0700 Mathieu Lacage add space to ensure doxygen reference generation.
Wed, 09 Apr 2008 13:03:58 -0700 Mathieu Lacage add doxygen anchors to avoid warnings.
Wed, 09 Apr 2008 12:15:24 -0700 Mathieu Lacage get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
Wed, 09 Apr 2008 11:46:04 -0700 Mathieu Lacage Pointer class for primitive type pointer.
Fri, 18 Apr 2008 14:35:38 -0700 Mathieu Lacage use CopyObject and not Create to copy RttMeanDeviation. Implement the copy constructor correctly.
Fri, 18 Apr 2008 14:35:10 -0700 Mathieu Lacage add const version of CopyObject
Thu, 17 Apr 2008 16:24:43 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 16:24:13 -0700 Mathieu Lacage fix regression introduced by changeset 6244ea5e7831 to fix bug #173
Thu, 17 Apr 2008 17:19:24 +0100 Gustavo J. A. M. Carneiro Add assertion to detect TimeUnit<N> divide by zero (if not detected, it creates an infinite loop)
Wed, 16 Apr 2008 10:52:38 -0700 Mathieu Lacage merge
Wed, 16 Apr 2008 10:52:26 -0700 Mathieu Lacage bug 107
Wed, 16 Apr 2008 18:37:20 +0100 Gustavo J. A. M. Carneiro Address instances of different m_type's should compare differently; closes #173.
Wed, 16 Apr 2008 12:40:46 -0400 Raj Bhattacharjea Fix for bug 166
Wed, 16 Apr 2008 11:32:55 +0100 Gustavo J. A. M. Carneiro Fix bad usage of std container iteration and erase () all over OLSR code; closes #171; thanks to Liu Jian for spotting and submitting an initial patch.
Tue, 15 Apr 2008 11:01:13 -0700 Mathieu Lacage bug 150: CommandLine::Parse argc parameter should not be a reference
Tue, 15 Apr 2008 10:49:09 -0700 Mathieu Lacage update testcase to deal with the return value of Socket::Send. Make sure udp packets are copied before going down the ip stack.
Tue, 15 Apr 2008 10:09:42 -0700 Mathieu Lacage bug 143: rename scheduler files
Tue, 15 Apr 2008 09:41:58 -0700 Liu Jian Fix bug 168: Socket::SendTo does not return the number of bytes sent for udp sockets.
Mon, 14 Apr 2008 17:12:52 -0700 Mathieu Lacage fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.
Mon, 14 Apr 2008 14:19:12 +0100 Gustavo Carneiro Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
Fri, 11 Apr 2008 11:30:05 -0700 Mathieu Lacage merge
Fri, 11 Apr 2008 11:29:49 -0700 Mathieu Lacage Backed out changeset 9fa2f44cdafa
Fri, 11 Apr 2008 11:20:05 -0700 Mathieu Lacage merge with HEAD
Fri, 11 Apr 2008 11:19:54 -0700 Mathieu Lacage ensure that out PcapTraces are generated in a consistant format to allow simple comparison of traces against a single set of reference traces.
Thu, 10 Apr 2008 14:08:14 -0700 Mathieu Lacage allocate/deallocate buffer by hand.
Thu, 10 Apr 2008 16:33:44 -0400 Raj Bhattacharjea Shorten Tcp attribute names (bug 163)
Thu, 10 Apr 2008 15:04:47 -0400 Raj Bhattacharjea Add support for TCP cwnd tracing
Thu, 10 Apr 2008 13:16:43 -0700 Craig Dowell make duplicate aggregations fail; avoid duplicate aggregations
Wed, 09 Apr 2008 10:04:16 -0700 Mathieu Lacage Make sure that we really attempt to destroy everything upon process exit. Gets rid of spurious leak reports in valgrind.
Wed, 09 Apr 2008 10:03:28 -0700 Mathieu Lacage add destructor. Easier to plant a breakpoint in there.
Wed, 09 Apr 2008 10:02:54 -0700 Mathieu Lacage add pcap files to ignore list.
Wed, 09 Apr 2008 10:01:16 -0700 Mathieu Lacage add some debugging
Wed, 09 Apr 2008 09:08:54 -0700 Mathieu Lacage avoid compilation warning about undefined MobilityModel class.
Tue, 08 Apr 2008 23:12:19 -0700 Tom Henderson revive mixed-wireless example from Simutools tutorial
Tue, 08 Apr 2008 23:10:39 -0700 Tom Henderson Prevent internet stack helper from overwriting internet stack
Tue, 08 Apr 2008 23:10:11 -0700 Tom Henderson some additional debugging for addressing conflicts
Mon, 07 Apr 2008 21:39:40 -0700 Tom Henderson Added tag release ns-3.0.12 for changeset b17f2928291e
Mon, 07 Apr 2008 21:35:54 -0700 Tom Henderson note that waf generates reference trace tarball now ns-3.0.12
Mon, 07 Apr 2008 21:07:38 -0700 Tom Henderson nits for 3.0.12 release
Mon, 07 Apr 2008 18:29:38 -0700 Craig Dowell rework app constructors
Mon, 07 Apr 2008 10:44:06 -0700 Mathieu Lacage SetupUdp -> SetUdpLocal, SetupTcp -> SetTcpLocal
Mon, 07 Apr 2008 10:41:21 -0700 Mathieu Lacage Ipv4AddressHelper::Allocate -> Ipv4AddressHelper::Assign
Mon, 07 Apr 2008 10:38:37 -0700 Mathieu Lacage Build -> Install
Sun, 06 Apr 2008 21:57:11 +0100 Gustavo J. A. M. Carneiro Create regression traces tarball automatically on waf dist.
Sun, 06 Apr 2008 21:41:31 +0100 Gustavo J. A. M. Carneiro Ignore .py[co] files (python bytecodes)
Sun, 06 Apr 2008 19:58:29 +0100 Gustavo J. A. M. Carneiro Fix a diff|head race condition; Fix regression error messages to indicate the new waf commands to run regression tests.
Sun, 06 Apr 2008 19:54:39 +0100 Gustavo J. A. M. Carneiro merge
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip