Thu, 13 Mar 2008 14:22:26 -0400 Raj Bhattacharjea Undo changes to the packet sink to accept incoming connections; change the default behavior of the socket connection request notifier instead
Wed, 20 Feb 2008 14:26:42 -0500 Raj Bhattacharjea fix rtt::copy's signature
Wed, 12 Mar 2008 16:05:31 -0400 Raj Bhattacharjea undoes 2326:eec07777d1a2 because localInterface is no longer needed (see bug 136)
Wed, 12 Mar 2008 15:33:11 -0400 Raj Bhattacharjea Cleanup of ipv4endpointdemux and tcpl4protocol
Wed, 12 Mar 2008 14:52:29 -0400 Raj Bhattacharjea Fixes to tcp and to the ipv4endpointdemux to allow forking to work correctly
Wed, 12 Mar 2008 11:55:08 -0400 Raj Bhattacharjea First cut at making the socket clone
Thu, 13 Mar 2008 19:00:30 +0000 Gustavo J. A. M. Carneiro OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
Fri, 07 Mar 2008 11:36:33 -0800 Guillaume Vu-Brugier store length type field in ethernet packets in network order.
Thu, 06 Mar 2008 19:14:52 +0000 Gustavo J. A. M. Carneiro OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
Mon, 03 Mar 2008 15:02:33 +0000 Gustavo J. A. M. Carneiro Small OLSR memory optimisation.
Tue, 26 Feb 2008 01:39:59 +0100 Mathieu Lacage Release all events left upon Simulator::Destroy
Tue, 26 Feb 2008 01:23:27 +0100 Federico Maguolo Sync event must be properly canceled upon tx during sync.
Tue, 26 Feb 2008 01:22:44 +0100 Federico Maguolo Use the physical rate where needed.
Mon, 25 Feb 2008 17:06:18 -0500 Raj Bhattacharjea Fix memory leaks in PendingData class by returning Ptr<Packet> instead of PendingData* where appropriate
Mon, 25 Feb 2008 15:28:03 -0500 Raj Bhattacharjea Move TcpSocket::m_retxEvent.Cancel to TcpSocket::Destroy; undoes d4217d7ba4ba
Mon, 25 Feb 2008 14:40:25 -0500 Kulin Shah Fix to make the TCP SYN retransmission do a binary exponential backoff
Fri, 22 Feb 2008 23:45:25 +0100 Federico Maguolo RRAA implementation.
Fri, 22 Feb 2008 23:34:53 +0100 Mathieu Lacage Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
Fri, 22 Feb 2008 23:28:01 +0100 Federico Maguolo allow rate control algorithms to control more per-packet parameters.
Fri, 22 Feb 2008 23:16:51 +0100 Federico Maguolo the NAV should be updated only when the packet is _not_ addressed to us. (see section 9.2.5.4)
Wed, 20 Feb 2008 19:40:36 +0100 Mathieu Lacage add extra StopAt call to ensure that the simulation ends at some point.
Tue, 19 Feb 2008 21:33:08 -0800 Tom Henderson Update NS_LOG documentation
Tue, 19 Feb 2008 21:43:28 +0000 Gustavo J. A. M. Carneiro Fix the WAF --run option for running a program with command line options
Sun, 17 Feb 2008 14:02:45 +0000 Gustavo J. A. M. Carneiro Fix a typo in the WAF scripts; don't access m_linktask directly, use the get_target_name() method instead (to make it work with waf trunk).
Sat, 16 Feb 2008 13:24:08 -0800 Tom Henderson a few tweaks to the release steps document
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
Mon, 17 Dec 2007 13:07:41 +0100 Mathieu Lacage add some doxygen
Sat, 15 Dec 2007 11:58:14 +0100 Mathieu Lacage fix optimized build
Sat, 15 Dec 2007 11:57:43 +0100 Mathieu Lacage fix optimized build
Fri, 14 Dec 2007 17:42:16 +0100 Mathieu Lacage success heuristic was inverted.
Fri, 14 Dec 2007 15:43:52 +0100 Mathieu Lacage some debugging. Max rate test was inverted.
Fri, 14 Dec 2007 15:18:14 +0100 Mathieu Lacage avoid uninitialized variables.
Thu, 13 Dec 2007 15:07:08 +0100 Mathieu Lacage implement the MRR portion of AMRR
Thu, 13 Dec 2007 15:04:11 +0100 Mathieu Lacage return the computed rate
Thu, 13 Dec 2007 14:43:56 +0100 Mathieu Lacage implement AMRR for true.
Thu, 13 Dec 2007 13:00:02 +0100 Mathieu Lacage AMRR rate control algorithm
Thu, 13 Dec 2007 09:26:20 +0100 Mathieu Lacage the meat of the onoe rate control algorithm.
Thu, 13 Dec 2007 08:39:08 +0100 Mathieu Lacage Onoe rate control
Wed, 12 Dec 2007 13:36:16 +0100 Mathieu Lacage use the new MacStation::Report*Failed methods.
Wed, 12 Dec 2007 13:17:04 +0100 Mathieu Lacage add MacStation::ReportFinal* methods for onoe rate control model
Wed, 12 Dec 2007 12:03:38 +0100 Mathieu Lacage introduce a low latency parameter for rate control algorithms
Wed, 12 Dec 2007 09:33:22 +0100 Mathieu Lacage add legend support to gnuplot output
Tue, 11 Dec 2007 17:53:54 +0100 Mathieu Lacage updated doxygen
Tue, 11 Dec 2007 17:48:09 +0100 Mathieu Lacage estimation delay and jitter
Tue, 11 Dec 2007 15:54:58 +0100 Mathieu Lacage merge with HEAD
Tue, 11 Dec 2007 14:03:20 +0100 Mathieu Lacage add tracing support to PacketSink
Tue, 11 Dec 2007 14:03:02 +0100 Mathieu Lacage fix small typo
Tue, 11 Dec 2007 13:51:18 +0100 Mathieu Lacage add tx packet trace support
Tue, 11 Dec 2007 13:51:03 +0100 Mathieu Lacage add application tracing support
Tue, 11 Dec 2007 13:42:09 +0100 Mathieu Lacage make Packet::AddTag a const method
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Thu, 31 Jan 2008 21:58:13 +0100 Mathieu Lacage merge with HEAD again
Wed, 30 Jan 2008 17:20:55 +0100 Mathieu Lacage merge with HEAD
Wed, 16 Jan 2008 10:27:07 +0100 Mathieu Lacage interface-id -> type-id
Tue, 15 Jan 2008 12:58:27 +0100 Mathieu Lacage merge with head
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 11:37:23 +0100 Mathieu Lacage typo
(0) -1000 -120 +120 +1000 +3000 tip