Mon, 14 May 2007 12:32:59 +0200 Mathieu Lacage add DefaultValue support to DataRate
Mon, 14 May 2007 11:12:29 +0200 Mathieu Lacage add dox doc and DefaultValue support to OnOffApplication
Mon, 14 May 2007 11:11:30 +0200 Mathieu Lacage add a few features to IntegerDefaultValue
Mon, 14 May 2007 10:25:50 +0200 Mathieu Lacage simplify the implementation
Mon, 14 May 2007 10:16:12 +0200 Mathieu Lacage remove dead keyword
Mon, 14 May 2007 10:15:03 +0200 Mathieu Lacage remove dead code
Mon, 14 May 2007 10:08:01 +0200 Mathieu Lacage remove unused method
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
Mon, 14 May 2007 09:26:32 +0200 Mathieu Lacage rename internet-node.h to i-node-impl.h
Mon, 14 May 2007 09:09:43 +0200 Mathieu Lacage rename node.h to i-node.h
Sun, 13 May 2007 17:37:30 +0100 Gustavo J. A. M. Carneiro Fix a small waf script bug, in the rpath code, that only appears when compiling for the first time.
Sun, 13 May 2007 13:58:34 +0100 Gustavo J. A. M. Carneiro Update WAF SVN checkout instructions; now the URL points to a special WAF SVN tag that represents code tested to work with NS-3.
Sun, 13 May 2007 12:52:38 +0100 Gustavo J. A. M. Carneiro merge
Sun, 13 May 2007 12:46:18 +0100 Gustavo J. A. M. Carneiro WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
Sun, 13 May 2007 12:00:56 +0200 Mathieu Lacage add license header
Sun, 13 May 2007 11:57:40 +0200 Mathieu Lacage remove useless comment
Sun, 13 May 2007 11:57:27 +0200 Mathieu Lacage complete dox doc
Sun, 13 May 2007 11:51:01 +0200 Mathieu Lacage add dox documentation
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 11:24:28 +0200 Mathieu Lacage merge with trunk
Sun, 13 May 2007 10:57:43 +0200 Mathieu Lacage fix dox warnings
Sun, 13 May 2007 10:46:44 +0200 Mathieu Lacage remove doxygen warnings
Sun, 13 May 2007 10:46:25 +0200 Mathieu Lacage improve doxygen output
Sun, 13 May 2007 10:42:42 +0200 Mathieu Lacage improve doxygen output
Sun, 13 May 2007 10:24:35 +0200 Mathieu Lacage fix the doxygen comments and simplify the implementation
Sun, 13 May 2007 10:02:10 +0200 Mathieu Lacage remove Application::Copy
Sun, 13 May 2007 09:58:53 +0200 Mathieu Lacage call Node::AddDevice from NetDevice::NetDevice
Sun, 13 May 2007 09:46:38 +0200 Mathieu Lacage remove ApplicationList. Move functionality to Node class
Sun, 13 May 2007 09:35:03 +0200 Mathieu Lacage make Queue::CreateDefault use the ComponentManager.
Fri, 11 May 2007 22:33:51 +0200 Mathieu Lacage add a small comment
Fri, 11 May 2007 19:26:01 +0200 Mathieu Lacage NetDevice and Channel now derive from Interface rather than Object
Fri, 11 May 2007 19:15:28 +0200 Mathieu Lacage make Queue derive from Interface
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
Fri, 11 May 2007 10:11:06 +0200 Mathieu Lacage rename Erase to Remove as suggested by Tom
Fri, 11 May 2007 10:10:46 +0200 Mathieu Lacage remove un-implemented method
Fri, 11 May 2007 09:55:59 +0200 Mathieu Lacage add disabled test
Fri, 11 May 2007 09:55:51 +0200 Mathieu Lacage add small comment
Fri, 11 May 2007 09:46:01 +0200 Mathieu Lacage rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
Fri, 11 May 2007 09:11:49 +0200 Mathieu Lacage remove useless assignments
Fri, 11 May 2007 08:59:49 +0200 Mathieu Lacage rework the refcounting framework to use the MakeNewObject function
Fri, 11 May 2007 08:59:11 +0200 Mathieu Lacage add MakeNewObject template with more arguments
Fri, 11 May 2007 08:35:41 +0200 Mathieu Lacage add MakeNewObject template function and fix operator == (T1,T2)
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
Thu, 10 May 2007 09:57:46 +0200 Mathieu Lacage add some refcount debugging
Thu, 10 May 2007 09:57:32 +0200 Mathieu Lacage use the NS_DEBUG env var rather than NS3_DEBUG, as explained by the documentation.
Thu, 10 May 2007 08:34:32 +0200 Mathieu Lacage make sure that NodeList::GetNode is correctly implemented
Thu, 10 May 2007 08:19:53 +0200 Mathieu Lacage implement properly Application::DoDispose and rename Application::PeekNOde to Application::GetNode
Thu, 10 May 2007 08:19:19 +0200 Mathieu Lacage rename NodeList::PeekNode to NodeList::GetNode
Thu, 10 May 2007 08:18:41 +0200 Mathieu Lacage implement properly NetDevice::DoDispose and rename NetDevice::PeekNode to NetDevice::GetNode
Thu, 10 May 2007 08:03:07 +0200 Mathieu Lacage remove some dead code
Thu, 10 May 2007 07:58:31 +0200 Mathieu Lacage remove useless forward declaration
Thu, 10 May 2007 07:58:18 +0200 Mathieu Lacage convert Node * to Ptr<Node>
Thu, 10 May 2007 07:51:59 +0200 Mathieu Lacage convert UdpSocket and Udp to Ptr<Node>
Thu, 10 May 2007 07:44:18 +0200 Mathieu Lacage convert Node * to Ptr<Node>
Thu, 10 May 2007 07:43:52 +0200 Mathieu Lacage convert Node * to Ptr<Node>
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip