src/node/ipv4.cc
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
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 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Mon, 05 Nov 2007 21:08:02 -0800 Tom Henderson move ipv4 static to member functions
Tue, 11 Sep 2007 18:29:26 -0700 Craig Dowell socket update broke multicast
Mon, 03 Sep 2007 23:32:23 -0700 Tom Henderson Fold the two patches for bu6 69 together, building on the bug 65 patch
Mon, 03 Sep 2007 14:55:51 -0700 Tom Henderson Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function
Mon, 04 Jun 2007 18:25:43 +0200 Mathieu Lacage IIpv4 -> Ipv4
Mon, 04 Jun 2007 18:05:36 +0200 Mathieu Lacage i-ipv4.h -> ipv4.h
Thu, 03 May 2007 12:46:50 +0200 Mathieu Lacage make Ipv4L4Demux an NsUnknown object.
Thu, 03 May 2007 12:33:08 +0200 Mathieu Lacage make L3Demux an NsUnknown object.
Thu, 03 May 2007 00:33:03 +0200 Mathieu Lacage remove dead code
Wed, 02 May 2007 23:42:22 +0200 Mathieu Lacage implement properly the refcounting rules for the capability getters
Wed, 02 May 2007 22:32:25 +0200 Mathieu Lacage use Dispose more extensively
Wed, 02 May 2007 14:40:40 +0200 Mathieu Lacage apply ref/unref rules consistently for Node
Wed, 02 May 2007 10:25:06 +0200 Mathieu Lacage manage NetDevice objects with refcounts
Tue, 01 May 2007 11:54:21 +0200 Mathieu Lacage merge Packet API changes needed for Packet pretty printing.
Tue, 01 May 2007 11:35:27 +0200 Mathieu Lacage merge with pcap branch
Thu, 29 Mar 2007 23:41:16 +0200 Mathieu Lacage add context information to tx and rx trace callbacks
Mon, 30 Apr 2007 10:00:34 +0200 Mathieu Lacage remove ipv4 interface from public API
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Sat, 17 Feb 2007 09:28:02 +0100 Mathieu Lacage remove Ipv4L3Protocol class.
Fri, 16 Feb 2007 10:04:02 +0100 Mathieu Lacage convert old TRACE code to use new NS_DEBUG macro
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Mon, 12 Feb 2007 22:44:18 +0100 Mathieu Lacage make route iteration actually work
Mon, 12 Feb 2007 15:55:49 +0100 Mathieu Lacage add arp stack
Mon, 12 Feb 2007 13:06:05 +0100 Mathieu Lacage add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
Sat, 10 Feb 2007 11:29:44 +0100 Mathieu Lacage add non-debugged udp stack
less more (0) tip