src/internet-node/internet-node.cc
Mon, 24 Mar 2008 11:56:50 -0700 Mathieu Lacage introduce AddInternetStack
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Wed, 27 Feb 2008 19:44:22 +0100 Mathieu Lacage convert InternetNode to Attributes.
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 30 Jan 2008 17:20:55 +0100 Mathieu Lacage merge with HEAD
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Fri, 25 Jan 2008 13:57:38 -0500 Raj Bhattacharjea Added in ns-3-tcp (second try)
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Mon, 06 Aug 2007 09:59:29 +0200 Mathieu Lacage merge packet socket with trunk
Wed, 01 Aug 2007 12:33:44 +0200 Mathieu Lacage replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
Tue, 31 Jul 2007 09:17:05 +0200 Mathieu Lacage remove now-unused ArpPrivate class
Tue, 31 Jul 2007 09:09:31 +0200 Mathieu Lacage implement the Node::ProtocolHandler support.
Fri, 03 Aug 2007 08:29:24 -0700 Tom Henderson merge with ns-3-dev
Fri, 27 Jul 2007 20:34:25 -0700 Craig Dowell remove routing environment, move router interface creation to global-route-manager
Fri, 27 Jul 2007 14:04:54 -0700 Craig Dowell rename party
Fri, 06 Jul 2007 15:04:33 -0700 Craig Dowell static routing
Tue, 03 Jul 2007 22:25:42 -0500 Emmanuelle Laprise Remove the const after the DoAddDevice function
Tue, 12 Jun 2007 22:54:10 +0200 Mathieu Lacage merge
Mon, 04 Jun 2007 17:42:37 +0200 Mathieu Lacage IIpv4Private -> Ipv4Private
Mon, 04 Jun 2007 17:40:09 +0200 Mathieu Lacage IIpv4Impl -> Ipv4Impl
Mon, 04 Jun 2007 17:24:18 +0200 Mathieu Lacage IUdpImpl -> UdpImpl
Mon, 04 Jun 2007 17:22:52 +0200 Mathieu Lacage Udp -> UdpL4Protocol
Mon, 04 Jun 2007 17:18:02 +0200 Mathieu Lacage udp.h -> udp-l4-protocol.h
Mon, 04 Jun 2007 17:14:59 +0200 Mathieu Lacage i-arp-private.h -> arp-private.h
Mon, 04 Jun 2007 17:13:21 +0200 Mathieu Lacage i-udp-impl.h -> udp-impl.h
Mon, 04 Jun 2007 17:06:03 +0200 Mathieu Lacage i-ipv4-private.h ipv4-private.h
Mon, 04 Jun 2007 16:59:51 +0200 Mathieu Lacage i-ipv4-impl.h -> ipv4-impl.h
Mon, 04 Jun 2007 16:57:24 +0200 Mathieu Lacage Arp -> ArpL3Protocol
Mon, 04 Jun 2007 16:54:36 +0200 Mathieu Lacage arp.h -> arp-l3-protocol.h
Mon, 04 Jun 2007 16:51:59 +0200 Mathieu Lacage Ipv4 -> Ipv4L3Protocol
Mon, 04 Jun 2007 16:42:10 +0200 Mathieu Lacage rename ipv4.h to ipv4-l3-protocol.h
Mon, 04 Jun 2007 16:32:37 +0200 Mathieu Lacage rename MakeNewObject to Create
Mon, 04 Jun 2007 16:28:18 +0200 Mathieu Lacage remove MakeInternetNode
Mon, 04 Jun 2007 16:17:01 +0200 Mathieu Lacage rename INode to Node
Mon, 14 May 2007 10:06:12 +0200 Mathieu Lacage rename Node to INode
Mon, 14 May 2007 09:26:51 +0200 Mathieu Lacage add back internet-node.h header for MakeInternetNode function
Sun, 13 May 2007 11:30:15 +0200 Mathieu Lacage make the Node API more consistent
Sun, 13 May 2007 09:46:38 +0200 Mathieu Lacage remove ApplicationList. Move functionality to Node class
Fri, 11 May 2007 18:52:05 +0200 Mathieu Lacage rename NsUnknown to Interface and NsUnknownManager to ComponentManager
Fri, 11 May 2007 09:46:01 +0200 Mathieu Lacage rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
Fri, 11 May 2007 08:59:49 +0200 Mathieu Lacage rework the refcounting framework to use the MakeNewObject function
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Thu, 10 May 2007 18:33:52 +0200 Mathieu Lacage remove leaks and rework the Ptr class to work with a new refcount mechanism
Fri, 04 May 2007 15:04:07 +0200 Mathieu Lacage move code around
less more (0) tip