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