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>
Thu, 10 May 2007 07:42:31 +0200 Mathieu Lacage remove useless forward declaration
Thu, 10 May 2007 07:35:53 +0200 Mathieu Lacage convert more code to use Ptr<Node> instead of Node *
Thu, 10 May 2007 07:33:26 +0200 Mathieu Lacage convert Arp code to use Ptr<Node> instead of Node *
Thu, 10 May 2007 07:30:37 +0200 Mathieu Lacage revert Ipv4Interface * -> Ptr<Ipv4Interface>
Thu, 10 May 2007 07:25:47 +0200 Mathieu Lacage remove ptr from ArrayTraceResolver
Thu, 10 May 2007 07:19:38 +0200 Mathieu Lacage merge
Wed, 09 May 2007 23:23:05 -0400 Raj some Ipv4Interface* -> Ptr<Ipv4Interface>, and unhack arraytraceresolver, still segfaults
Wed, 09 May 2007 19:48:33 +0200 Mathieu Lacage remove ptr::Remove, make ptr::Peek share the same signature as ptr::Get
Wed, 09 May 2007 16:56:33 -0400 Raj Bhattacharjea Hacked arraytraceresolver to compile, but segfaults upon running simple-p2p
Wed, 09 May 2007 14:50:14 -0400 Raj Bhattacharjea Removed manual ref/unref calls for Ptr<Node>
Wed, 09 May 2007 19:48:33 +0200 Mathieu Lacage remove ptr::Remove, make ptr::Peek share the same signature as ptr::Get
Wed, 09 May 2007 13:26:21 -0400 Raj Bhattacharjea Node* -> Ptr<Node>
Tue, 08 May 2007 11:44:04 -0400 Raj Bhattacharjea Ptr changed to use Object's refcounts
Sat, 12 May 2007 15:36:41 -0700 Tom Henderson Remove unused code
Sat, 12 May 2007 15:31:40 -0700 Tom Henderson Separate address assignment from routing in PointToPoint topology code
Fri, 11 May 2007 22:28:12 -0700 Tom Henderson Removing superseded code for p2p
Fri, 11 May 2007 10:37:01 -0400 Raj Bhattacharjea Added/fixed some doxygen
Mon, 07 May 2007 12:01:51 +0100 Gustavo J. A. M. Carneiro Add support for building with WAF
Wed, 09 May 2007 17:07:50 +0200 Mathieu Lacage fix doxygen doc error
Fri, 04 May 2007 12:17:14 -0700 Tom Henderson Enable both ascii and pcap tracing
Fri, 04 May 2007 11:50:02 -0700 Tom Henderson Cosmetic: change strings in the bind commands for queue. Move Bind() before CommandLine::Parse() in example script
Mon, 07 May 2007 23:05:17 +0200 Mathieu Lacage make the code work on g++ 3.4.4
Mon, 07 May 2007 15:55:37 +0200 Mathieu Lacage add extra test for object creation with multiple interfaces
Mon, 07 May 2007 13:45:30 +0200 Mathieu Lacage add more tests
Mon, 07 May 2007 13:45:15 +0200 Mathieu Lacage use Callback::Assign
Mon, 07 May 2007 13:44:33 +0200 Mathieu Lacage use Callback::Assign
Mon, 07 May 2007 13:44:22 +0200 Mathieu Lacage add Callback::Assign
Mon, 07 May 2007 13:21:29 +0200 Mathieu Lacage rework and document API
Sun, 06 May 2007 18:59:36 +0200 Mathieu Lacage a first draft of a component manager
Sun, 06 May 2007 11:20:12 +0200 Mathieu Lacage define class Iid to replace the uint32_t as suggested by Gustavo
Fri, 04 May 2007 15:04:07 +0200 Mathieu Lacage move code around
Fri, 04 May 2007 14:03:12 +0200 Mathieu Lacage merge with HEAD
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 14:20:04 +0200 Mathieu Lacage define and implement IUdp
Thu, 03 May 2007 13:49:24 +0200 Mathieu Lacage remove spurious call to Dispose
Thu, 03 May 2007 13:24:43 +0200 Mathieu Lacage finish Dispose -> DoDispose rework
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.
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip