src/node/node.cc
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
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Fri, 04 May 2007 12:17:14 -0700 Tom Henderson Enable both ascii and pcap tracing
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 13:11:50 +0200 Mathieu Lacage fix valgrind warning: UdpSocket must manage carefully its Ipv4EndPoint to avoid double deleting it.
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 10:25:06 +0200 Mathieu Lacage manage NetDevice objects with refcounts
Wed, 02 May 2007 09:16:58 +0200 Mathieu Lacage dispose properly from Node::Dispose
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
Wed, 21 Mar 2007 23:17:11 -0700 Tom Henderson OnOffApplication functioning; some Node class cleanup
Tue, 20 Mar 2007 06:28:24 -0700 Tom Henderson Add nodes to NodeList in static Create method; cut over simple-serial.cc to use this node factory
Mon, 19 Mar 2007 22:19:38 -0700 Tom Henderson Add static node factory methods to class Node
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