Wed, 04 Jun 2008 10:18:57 -0700 Mathieu Lacage bug 207: ipv4-header.h needed in src/node module.
Wed, 04 Jun 2008 10:09:29 -0700 Mathieu Lacage bug 206: allow comparing addresses of different types.
Wed, 04 Jun 2008 09:22:37 -0700 Mathieu Lacage bug 204: implement Queue::DequeueAll.
Wed, 04 Jun 2008 09:19:16 -0700 Mathieu Lacage bug 203: Listen must be implemented for Udp and Packet sockets.
Wed, 04 Jun 2008 09:18:44 -0700 Mathieu Lacage improve attribute documentation
Wed, 04 Jun 2008 14:02:06 +0100 Gustavo J. A. M. Carneiro merge
Wed, 04 Jun 2008 14:00:41 +0100 Gustavo J. A. M. Carneiro Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font.
Tue, 03 Jun 2008 16:20:32 -0700 Mathieu Lacage merge with HEAD
Tue, 03 Jun 2008 16:20:17 -0700 Mathieu Lacage bug 200: Packet::PrintTags is not implemented.
Tue, 03 Jun 2008 21:19:36 +0100 Gustavo J. A. M. Carneiro merge
Tue, 03 Jun 2008 21:16:21 +0100 Gustavo J. A. M. Carneiro Change default WiFi ProbeRequestTimeout to 50 ms; closes bug #199.
Tue, 03 Jun 2008 12:46:37 -0700 Mathieu Lacage merge with HEAD
Mon, 02 Jun 2008 09:42:29 -0700 Mathieu Lacage merge with HEAD
Sat, 31 May 2008 14:12:40 -0700 Mathieu Lacage bug197: fix infinite loop
Sat, 31 May 2008 14:12:24 -0700 Mathieu Lacage a testcase for bug 197
Sat, 31 May 2008 11:00:01 -0700 Mathieu Lacage add small comment
Sat, 31 May 2008 10:57:49 -0700 Mathieu Lacage some more cleanup
Sat, 31 May 2008 10:47:24 -0700 Mathieu Lacage add small comment
Sat, 31 May 2008 10:46:23 -0700 Mathieu Lacage add logging, cleanup AddAtEnd.
Tue, 03 Jun 2008 18:15:08 +0100 Gustavo J. A. M. Carneiro Change the default beacon interval to a more realistic value (100 ms); closes bug #177.
Tue, 03 Jun 2008 07:09:40 -0700 Tom Henderson Gustavo's API warnings
Mon, 02 Jun 2008 21:21:26 -0700 Tom Henderson Added tag release ns-3.0.13 for changeset 79dba133b5f8
Mon, 02 Jun 2008 21:21:16 -0700 Tom Henderson update RELEASE_NOTES and a few other files ns-3.0.13
Mon, 02 Jun 2008 10:51:55 -0700 Mathieu Lacage doxygen updates
Mon, 02 Jun 2008 10:38:19 -0700 Mathieu Lacage update doxygen
Mon, 02 Jun 2008 10:38:10 -0700 Mathieu Lacage remove dead code.
Mon, 02 Jun 2008 10:30:24 -0700 Mathieu Lacage add some doxygen, remove a couple of XXX
Sat, 31 May 2008 16:14:49 +0100 Gustavo J. A. M. Carneiro Check for the 'diff' command, don't allow running regression tests without it.
Fri, 30 May 2008 11:11:00 -0700 Mathieu Lacage fix a couple of XXX
Fri, 30 May 2008 11:03:18 -0700 Mathieu Lacage doxygen
Fri, 30 May 2008 10:39:43 -0700 Mathieu Lacage merge with HEAD
Fri, 30 May 2008 10:38:59 -0700 Mathieu Lacage fix dox warnings
Fri, 30 May 2008 10:35:25 -0700 Mathieu Lacage fix dox warning
Fri, 30 May 2008 10:36:02 -0700 Tom Henderson more doxygen
Thu, 29 May 2008 23:24:10 -0700 Tom Henderson Doxygen organization
Thu, 29 May 2008 19:09:56 -0700 Craig Dowell point-to-point cleanup
Thu, 29 May 2008 12:13:42 -0700 Mathieu Lacage new Packet testcases, bug fix.
Thu, 29 May 2008 09:37:07 -0700 Mathieu Lacage bug 146: s/HostOrder//
Thu, 29 May 2008 09:06:42 -0700 Mathieu Lacage make sure we output the right diff command
Thu, 29 May 2008 09:01:31 -0700 Mathieu Lacage DequeuePending returns 0 upon error, not the other way round.
Thu, 29 May 2008 08:16:53 -0700 Mathieu Lacage fix valgrind-reported leak
Thu, 29 May 2008 15:10:40 +0100 Gustavo J. A. M. Carneiro Fix TCP valgrind problem (bug #194): TcpSocketImpl::m_wouldBlock was not always being initialized.
Thu, 29 May 2008 11:45:57 +0100 Gustavo J. A. M. Carneiro Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
Thu, 29 May 2008 09:34:47 +0100 Gustavo J. A. M. Carneiro merge
Thu, 29 May 2008 09:34:31 +0100 Gustavo J. A. M. Carneiro Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces.
Wed, 28 May 2008 22:45:59 -0700 Tom Henderson undo changeset 3161 (to pass unit tests)
Wed, 28 May 2008 22:06:14 -0700 Tom Henderson Undo changeset 3163 (breaks multicast)
Wed, 28 May 2008 13:59:53 -0700 Mathieu Lacage make sure that the mac low listener is destroyed _after_ the mac low itself.
Wed, 28 May 2008 13:22:50 -0700 Mathieu Lacage remove dead code
Wed, 28 May 2008 13:03:29 -0700 Mathieu Lacage Fix off-by-2 errors
Wed, 28 May 2008 11:28:06 -0700 Mathieu Lacage the TypeId for Packet sockets is PacketSocketFactory, not PacketSocket. fix bug introduced by changeset c33b6d2775b7.
Wed, 28 May 2008 10:49:01 -0700 Mathieu Lacage merge with HEAD
Wed, 28 May 2008 10:47:21 -0700 Mathieu Lacage document
Wed, 28 May 2008 10:47:14 -0700 Mathieu Lacage fix new packet bug
Wed, 28 May 2008 10:31:09 -0700 Mathieu Lacage fix the testcase
Wed, 28 May 2008 10:11:25 -0700 Mathieu Lacage a failing testcase.
Wed, 28 May 2008 10:11:08 -0700 Mathieu Lacage more logging code
Wed, 28 May 2008 10:10:47 -0700 Mathieu Lacage kill dead code
Wed, 28 May 2008 08:51:27 -0700 Mathieu Lacage add logging
Wed, 28 May 2008 17:52:42 +0100 Gustavo J. A. M. Carneiro Bug #154: Attach sockets to nodes. Patch by Rajib Bhattacharjea.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip