src/node/node-list.cc
Sun, 27 Dec 2009 13:55:04 +0100 Mathieu Lacage It is not legal to call Dispose from within a destructor
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Make applications generate traffic within their associated context/node
Wed, 06 Aug 2008 16:06:44 +0100 Gustavo J. A. M. Carneiro Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice.
Wed, 18 Jun 2008 21:17:56 -0700 craigdo GetNNodes() in NodeList fixes bug 225
Mon, 21 Apr 2008 09:04:08 -0700 Mathieu Lacage merge with HEAD
Tue, 15 Apr 2008 15:10:53 -0700 Mathieu Lacage NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Thu, 10 Apr 2008 11:50:08 -0700 Mathieu Lacage add a few missing ns3:: prefixes in TypeId names.
Wed, 09 Apr 2008 14:58:52 -0700 Mathieu Lacage add ObjectVector::GetItemTypeId
Wed, 09 Apr 2008 10:01:16 -0700 Mathieu Lacage add some debugging
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Sun, 02 Mar 2008 22:53:11 +0100 Mathieu Lacage remove old trace system
Sun, 02 Mar 2008 21:12:21 +0100 Mathieu Lacage register and unregister the NodeList as a config root namespace
Tue, 26 Feb 2008 18:17:29 +0100 Mathieu Lacage convert NodeList to Attributes.
Thu, 06 Sep 2007 13:32:29 +0200 Mathieu Lacage rename ConnectPrinterToAll to TraceAll
Thu, 06 Sep 2007 12:56:31 +0200 Mathieu Lacage add support for NodeList::ConnectPrinterToAll
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Mon, 27 Aug 2007 20:25:15 +0200 Mathieu Lacage add TraceResolver::PrintAvailable method
Mon, 27 Aug 2007 14:59:50 +0200 Mathieu Lacage add TraceContextElement::GetName method
Mon, 27 Aug 2007 13:36:40 +0200 Mathieu Lacage remove TraceRoot
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, 08 Aug 2007 10:06:58 +0200 Mathieu Lacage TraceContextElement::Register -> TraceContextElement::AllocateUid
Mon, 06 Aug 2007 17:21:57 +0200 Mathieu Lacage merge with trunk
Mon, 06 Aug 2007 17:19:13 +0200 Mathieu Lacage work in progress towards a working trace context
Wed, 01 Aug 2007 12:33:44 +0200 Mathieu Lacage replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
Mon, 04 Jun 2007 16:21:05 +0200 Mathieu Lacage rename i-node to node
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:09:43 +0200 Mathieu Lacage rename node.h to i-node.h
Fri, 11 May 2007 09:46:01 +0200 Mathieu Lacage rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
Thu, 10 May 2007 08:34:32 +0200 Mathieu Lacage make sure that NodeList::GetNode is correctly implemented
Thu, 10 May 2007 08:19:19 +0200 Mathieu Lacage rename NodeList::PeekNode to NodeList::GetNode
Thu, 10 May 2007 07:30:37 +0200 Mathieu Lacage revert Ipv4Interface * -> Ptr<Ipv4Interface>
Wed, 09 May 2007 16:56:33 -0400 Raj Bhattacharjea Hacked arraytraceresolver to compile, but segfaults upon running simple-p2p
Wed, 02 May 2007 14:28:07 +0200 Mathieu Lacage remove useless methode declaration
Wed, 02 May 2007 13:59:29 +0200 Mathieu Lacage rename NodeList::GetNode to NodeList::PeekNode to avoid memory leaks. Call Dispose from NodeListPriv::~NodeListPriv
Wed, 02 May 2007 13:44:41 +0200 Mathieu Lacage rework the Node and NodeList classes to manage reference counts correctly
Wed, 18 Apr 2007 07:44:43 +0200 Mathieu Lacage plug memory leak reported by Gustavo Carneiro.
Wed, 21 Mar 2007 23:17:11 -0700 Tom Henderson OnOffApplication functioning; some Node class cleanup
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
less more (0) tip