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.
Tue, 27 May 2008 22:30:11 -0700 Craig Dowell CSMA Model Description
Tue, 27 May 2008 15:57:51 -0700 Mathieu Lacage avoid segfault
Tue, 27 May 2008 15:32:08 -0700 Mathieu Lacage doxygen.
Tue, 27 May 2008 15:01:11 -0700 Mathieu Lacage merge with HEAD
Sun, 25 May 2008 14:58:22 -0700 Mathieu Lacage report packet drops in ARP.
Sun, 25 May 2008 14:44:36 -0700 Mathieu Lacage fix bug 185
Sun, 25 May 2008 14:44:14 -0700 Mathieu Lacage more logging. Make sure we do dispose attached Ipv4Interface
Sun, 25 May 2008 14:43:41 -0700 Mathieu Lacage more logging. Make sure we invoke parent's Dispose method
Sun, 25 May 2008 14:42:55 -0700 Mathieu Lacage more logging output
Sun, 25 May 2008 11:07:08 -0700 Mathieu Lacage re-organize the ARP code to expose arp cache attributes.
Sun, 25 May 2008 10:27:34 -0700 Mathieu Lacage add attributes to ArpCache
Tue, 27 May 2008 06:03:48 -0700 Tom Henderson fix optimized build
Mon, 26 May 2008 21:41:23 -0700 Tom Henderson branch merge
Mon, 26 May 2008 11:48:18 -0700 Tom Henderson some doxygen cleanup
Mon, 26 May 2008 11:22:42 -0700 Tom Henderson Receive raw buffer variant
Mon, 26 May 2008 11:07:41 -0700 Tom Henderson Tutorial material for sockets
Sun, 25 May 2008 08:05:26 -0700 Tom Henderson branch merge
Sun, 25 May 2008 08:04:57 -0700 Tom Henderson Add tag serialize methods; add serialize routines to Address
Wed, 21 May 2008 22:40:18 -0700 Tom Henderson merge with ns-3-dev
Wed, 21 May 2008 19:00:38 -0700 Tom Henderson branch merge
Wed, 21 May 2008 00:38:49 -0700 Tom Henderson Move Tcp attributes from factory to TcpSocket
Tue, 20 May 2008 12:55:23 -0700 Tom Henderson Add missing files
Tue, 20 May 2008 12:36:05 -0700 Tom Henderson Add abstract base class TcpSocket
Tue, 20 May 2008 12:27:30 -0700 Tom Henderson change TcpImpl to TcpSocketFactoryImpl
Tue, 20 May 2008 12:16:55 -0700 Tom Henderson move Tcp to TcpSocketFactory
Tue, 20 May 2008 11:52:25 -0700 Tom Henderson change TcpSocket to TcpSocketImpl
Tue, 20 May 2008 10:30:40 -0700 Tom Henderson rename UdpSocket to UdpSocketImpl
Tue, 20 May 2008 10:16:03 -0700 Tom Henderson Move UdpSocket to UdpSocketImpl
Tue, 20 May 2008 07:27:16 -0700 Tom Henderson remove spurious test line
Tue, 20 May 2008 07:25:17 -0700 Tom Henderson Add attributes to new abstract base class for UdpSocket
Sat, 17 May 2008 22:02:09 -0700 Tom Henderson s/UdpImpl/UdpSocketFactoryImpl
Sat, 17 May 2008 12:08:20 -0700 Tom Henderson s/ns3::Udp/ns3::UdpSocketFactory
Sat, 17 May 2008 11:15:02 -0700 Tom Henderson Implement IPTTL socket option for UDP
Fri, 16 May 2008 21:28:07 -0700 Tom Henderson undo SocketDefaults class; plumb in new UdpSocket option attributes
Thu, 15 May 2008 23:06:58 -0700 Tom Henderson improve send semantics, documentation
Thu, 15 May 2008 21:35:55 -0700 Tom Henderson branch merge
Tue, 13 May 2008 07:22:03 -0700 Tom Henderson swap SendTo parameters
Tue, 13 May 2008 06:57:57 -0700 Tom Henderson Fix semantics of NotifySend() for Tcp
Mon, 12 May 2008 23:02:44 -0700 Tom Henderson Add SocketDefaults to store socket option attributes (missing files)
Mon, 12 May 2008 23:02:23 -0700 Tom Henderson Add SocketDefaults to store socket option attributes
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip