Sat, 16 Feb 2008 12:01:48 -0800 Tom Henderson Added tag release-3.0.11 for changeset ee5e1da76ecc
Sat, 16 Feb 2008 11:51:58 -0800 Tom Henderson add Joe Kopena to AUTHORS list ns-3.0.11
Fri, 15 Feb 2008 19:54:34 -0800 Tom Henderson avoid infinite recursion in Tcp callback (bug 131)
Fri, 15 Feb 2008 20:53:07 +0100 Mathieu Lacage fix doxygen.
Fri, 15 Feb 2008 20:37:34 +0100 Mathieu Lacage update version number
Fri, 15 Feb 2008 20:37:19 +0100 Mathieu Lacage initial release notes
Fri, 15 Feb 2008 20:03:48 +0100 Mathieu Lacage bug 133: automate RandomVariable memory management.
Fri, 15 Feb 2008 19:14:35 +0100 Mathieu Lacage fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo.
Thu, 14 Feb 2008 19:01:01 +0000 Gustavo J. A. M. Carneiro Make the OLSR routing protocol priority higher, not lower, than static routing.
Thu, 14 Feb 2008 18:55:11 +0000 Gustavo J. A. M. Carneiro Add support for tracing the OLSR routing table size.
Thu, 14 Feb 2008 18:15:26 +0000 Gustavo J. A. M. Carneiro Check for malformed trace paths that do not start with '/'.
Thu, 14 Feb 2008 17:48:15 +0000 Gustavo J. A. M. Carneiro Make Packet::RemoveTag behave as documented (bug #139)
Wed, 13 Feb 2008 09:55:15 -0500 Raj Bhattacharjea Fix TCP server socket connection notification (part of bug 132)
Wed, 13 Feb 2008 18:23:20 +0000 Gustavo J. A. M. Carneiro A couple more OLSR bug fixes
Wed, 13 Feb 2008 17:44:05 +0000 Gustavo J. A. M. Carneiro OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
Wed, 13 Feb 2008 17:42:08 +0000 Gustavo J. A. M. Carneiro Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
Wed, 13 Feb 2008 17:37:43 +0000 Gustavo J. A. M. Carneiro Fix broadcast packet reception for locally bound sockets (bug #136)
Mon, 11 Feb 2008 14:46:44 +0000 Gustavo J. A. M. Carneiro Add the IPv4 header before deciding whether to drop packets. Closes bug #135.
Sun, 10 Feb 2008 22:34:04 +0000 Gustavo J. A. M. Carneiro The message "Unable to determine outbound interface. No default route set"
Sun, 10 Feb 2008 13:19:07 +0000 Gustavo J. A. M. Carneiro Upgrade WAF to version 1.3.2
Sun, 10 Feb 2008 11:51:53 +0000 Gustavo J. A. M. Carneiro RandomWalk2dMobilityModel changed name to RandomWalkMobilityModel (typo or intentional?)
Sat, 09 Feb 2008 18:37:58 +0000 Gustavo J. A. M. Carneiro Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)
Wed, 06 Feb 2008 10:03:46 -0800 Craig Dowell branch merge
Wed, 06 Feb 2008 10:03:09 -0800 Craig Dowell further ns-3-obj changes
Wed, 06 Feb 2008 17:11:56 +0000 Gustavo J. A. M. Carneiro Move TcpSocket's m_retxEvent.Cancel() to ~TcpSocket(), so that it is executed by all possible code paths leading up to a TcpSocket deallocation.
Tue, 05 Feb 2008 15:30:16 -0500 Raj Bhattacharjea Merge
Tue, 05 Feb 2008 15:29:17 -0500 Raj Bhattacharjea Slight refactor of TCP code so two way connections don't bug out
Tue, 05 Feb 2008 09:54:32 -0500 Raj Bhattacharjea Patch for bug 130 from Gustavo
Mon, 04 Feb 2008 23:09:07 -0800 Tom Henderson some more edits to the front part of the tutorial
Mon, 04 Feb 2008 19:17:45 -0800 Craig Dowell fix instances of stale names
Mon, 04 Feb 2008 19:04:01 -0800 Craig Dowell object model section of tutorial needed to be rewritten due to ns-3-object changes.
Mon, 04 Feb 2008 12:56:08 -0800 Craig Dowell tutorial now agrees with ns3-object changes
Mon, 04 Feb 2008 12:27:18 -0800 Craig Dowell half of example describing how to plumb in new model without plumbing
Sun, 03 Feb 2008 14:34:10 -0800 Tom Henderson Further alignment of simple-point-to-point.cc with ns-2/simple.tcl (add TCP)
Sun, 03 Feb 2008 19:09:35 +0000 Gustavo J. A. M. Carneiro OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
Sun, 03 Feb 2008 19:05:37 +0000 Gustavo J. A. M. Carneiro merge
Sun, 03 Feb 2008 18:50:55 +0000 Gustavo J. A. M. Carneiro OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
Sun, 03 Feb 2008 18:29:25 +0000 Gustavo J. A. M. Carneiro Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
Sat, 02 Feb 2008 20:46:04 -0800 Tom Henderson Fix tutorial TOC
Sat, 02 Feb 2008 15:52:54 -0800 Tom Henderson formatting cleanup
Fri, 01 Feb 2008 21:31:15 -0800 Tom Henderson typos and formatting of Introduction section
Fri, 01 Feb 2008 19:37:27 +0000 Gustavo J. A. M. Carneiro UDP sockets are fixed, remove the hack and note.
Fri, 01 Feb 2008 19:29:56 +0000 Gustavo J. A. M. Carneiro Fix UDP source address, make it honor Bind().
Fri, 01 Feb 2008 18:40:14 +0000 Gustavo J. A. M. Carneiro Some more udp socket debug messages
Fri, 01 Feb 2008 18:39:37 +0000 Gustavo J. A. M. Carneiro Put back the simulation time in 30 seconds, else we generate huge trace files.
Fri, 01 Feb 2008 18:24:39 +0000 Gustavo J. A. M. Carneiro Add more debug info to olsr routing table
Fri, 01 Feb 2008 18:07:45 +0000 Gustavo J. A. M. Carneiro In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux. Add note explaining what's wrong.
Fri, 01 Feb 2008 17:17:24 +0000 Gustavo J. A. M. Carneiro Fix OLSR example: don't add static routes, increase simulation time to 300 seconds.
Fri, 01 Feb 2008 15:16:44 +0000 Gustavo J. A. M. Carneiro Unbreak ParameterLogger
Fri, 01 Feb 2008 14:05:59 +0000 Gustavo J. A. M. Carneiro Start the Olsr agent (accidentally removed during last code refactoring)
Fri, 01 Feb 2008 08:50:03 +0100 Mathieu Lacage merge with HEAD
Tue, 15 Jan 2008 13:29:41 +0100 Mathieu Lacage add an extra link to the PHY model paper
Tue, 15 Jan 2008 13:27:45 +0100 Mathieu Lacage fix doxygen warnings
Tue, 15 Jan 2008 12:07:31 +0100 Mathieu Lacage merge with HEAD
Wed, 19 Dec 2007 13:24:52 +0100 Mathieu Lacage forward only packets for ourselves.
Wed, 19 Dec 2007 13:24:30 +0100 Mathieu Lacage it is possible to receive packets which are not tagged. ignore them rather than crash.
Wed, 19 Dec 2007 13:22:55 +0100 Mathieu Lacage ensure m_listener is initialized properly
Mon, 17 Dec 2007 13:41:51 +0100 Mathieu Lacage doxygen
Mon, 17 Dec 2007 13:27:22 +0100 Mathieu Lacage add a few comments here and there
Mon, 17 Dec 2007 13:20:02 +0100 Mathieu Lacage more doxygen
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip