src/internet-node/udp-l4-protocol.cc
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Wed, 27 Feb 2008 20:48:43 +0100 Mathieu Lacage add missing NS_OBJECT_ENSURE_REGISTERED calls.
Wed, 27 Feb 2008 19:44:22 +0100 Mathieu Lacage convert InternetNode to Attributes.
Wed, 12 Mar 2008 16:05:31 -0400 Raj Bhattacharjea undoes 2326:eec07777d1a2 because localInterface is no longer needed (see bug 136)
Wed, 13 Feb 2008 17:37:43 +0000 Gustavo J. A. M. Carneiro Fix broadcast packet reception for locally bound sockets (bug #136)
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Wed, 14 Nov 2007 21:59:14 -0800 Tom Henderson nicer logging of parameters (bug 79 patch from Gustavo)
Mon, 24 Sep 2007 11:00:08 +0100 Gustavo J. A. M. Carneiro Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
Thu, 13 Sep 2007 17:47:42 -0700 Craig Dowell checkpoint debug to log
Tue, 11 Sep 2007 12:20:09 -0700 Craig Dowell merge with trunk again
Mon, 10 Sep 2007 15:50:07 -0700 Craig Dowell merge with trunk
Sun, 12 Aug 2007 15:51:12 -0700 Craig Dowell debug prints to make validation easier
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Mon, 27 Aug 2007 15:07:39 +0200 Mathieu Lacage remove dead code
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, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Tue, 31 Jul 2007 09:09:31 +0200 Mathieu Lacage implement the Node::ProtocolHandler support.
Thu, 26 Jul 2007 12:27:49 +0100 Gustavo J. A. M. Carneiro Allow UDP sockets to receive broadcast (bug #51)
Mon, 04 Jun 2007 17:42:37 +0200 Mathieu Lacage IIpv4Private -> Ipv4Private
Mon, 04 Jun 2007 17:22:52 +0200 Mathieu Lacage Udp -> UdpL4Protocol
Mon, 04 Jun 2007 17:18:02 +0200 Mathieu Lacage udp.h -> udp-l4-protocol.h
less more (0) tip