src/node/node.h
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
Fri, 10 Aug 2007 15:47:13 +0200 Mathieu Lacage convert TraceResolver * to Ptr<TraceResolver>
Thu, 09 Aug 2007 21:25:23 +0200 Mathieu Lacage remove TraceContext argument from TraceResolver constructor and move it to Connect
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Wed, 01 Aug 2007 13:53:48 +0200 Mathieu Lacage fix tracing
Wed, 01 Aug 2007 12:33:44 +0200 Mathieu Lacage replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Tue, 31 Jul 2007 09:09:31 +0200 Mathieu Lacage implement the Node::ProtocolHandler support.
Tue, 31 Jul 2007 07:54:26 +0200 Mathieu Lacage small cleanups
Mon, 02 Jul 2007 19:59:40 -0500 Emmanuelle Laprise Removed the const after the DoAddDevice function because it is used to
Mon, 04 Jun 2007 16:21:05 +0200 Mathieu Lacage rename i-node to node
Sun, 13 May 2007 11:46:11 +0200 Mathieu Lacage add dox documentation for Node
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:57:45 +0200 Mathieu Lacage rename Iid to InterfaceId
Fri, 11 May 2007 18:52:05 +0200 Mathieu Lacage rename NsUnknown to Interface and NsUnknownManager to ComponentManager
Fri, 11 May 2007 18:42:39 +0200 Mathieu Lacage rename ns-unknown.h/cc ns-unknown-manager.h/cc
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Sun, 06 May 2007 11:20:12 +0200 Mathieu Lacage define class Iid to replace the uint32_t as suggested by Gustavo
Thu, 03 May 2007 15:24:34 +0200 Mathieu Lacage remove Node::GetIpv4
Thu, 03 May 2007 14:39:37 +0200 Mathieu Lacage remove Node::GetArp
Thu, 03 May 2007 14:23:41 +0200 Mathieu Lacage remove Node::GetUdp
Thu, 03 May 2007 13:17:29 +0200 Mathieu Lacage make ApplicationList an NsUnknown object.
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 11:08:13 +0200 Mathieu Lacage make Node derive from NsUnknown rather than Object
Wed, 02 May 2007 13:44:41 +0200 Mathieu Lacage rework the Node and NodeList classes to manage reference counts correctly
Wed, 02 May 2007 12:34:53 +0200 Mathieu Lacage remove Node::Copy, Node::Create and Node::*Prototype* methods.
Wed, 02 May 2007 10:41:34 +0200 Mathieu Lacage destroy prototype stack upon Simulator::Destroy
Wed, 02 May 2007 10:33:39 +0200 Mathieu Lacage destroy the Node vector upon Simulator::Destroy rather than wait until the global static destructor of Node::g_nodes is invoked. This fixes a bad assert caught with valgrind.
Wed, 02 May 2007 09:10:19 +0200 Mathieu Lacage merge in raj's dispose early work
Mon, 30 Apr 2007 10:21:49 +0200 Mathieu Lacage remove external NetDeviceList and use the Node's integrated list
Mon, 30 Apr 2007 10:16:04 +0200 Mathieu Lacage add NetDevice list into Node base class
Tue, 27 Mar 2007 21:48:22 -0700 Tom Henderson Add ApplicationList and Capability
Thu, 22 Mar 2007 14:54:20 -0400 George F. Riley Clean up parameter passing per TOm's request
Wed, 21 Mar 2007 23:17:11 -0700 Tom Henderson OnOffApplication functioning; some Node class cleanup
Mon, 19 Mar 2007 22:19:38 -0700 Tom Henderson Add static node factory methods to class Node
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Mon, 12 Feb 2007 16:01:18 +0100 Mathieu Lacage remove SetNodeId and implement GetId and GetSystemId
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
Thu, 08 Feb 2007 15:37:48 +0100 Mathieu Lacage code from all trees.
Thu, 08 Feb 2007 11:13:49 +0100 Mathieu Lacage change emacs style commands
Thu, 08 Feb 2007 11:11:24 +0100 Mathieu Lacage initial node base class from george's repo.
less more (0) tip