src/internet-node/arp-ipv4-interface.cc
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
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
Tue, 04 Sep 2007 21:26:54 -0700 Tom Henderson Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Tue, 31 Jul 2007 09:17:05 +0200 Mathieu Lacage remove now-unused ArpPrivate class
Mon, 30 Jul 2007 10:35:03 +0200 Mathieu Lacage merge
Thu, 26 Jul 2007 17:36:53 +0200 Mathieu Lacage replace MacAddress by Address
Wed, 18 Jul 2007 12:17:53 +0100 Gustavo J. A. M. Carneiro Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
Wed, 18 Jul 2007 11:43:39 +0100 Gustavo J. A. M. Carneiro WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Mon, 04 Jun 2007 17:40:09 +0200 Mathieu Lacage IIpv4Impl -> Ipv4Impl
Mon, 04 Jun 2007 17:14:59 +0200 Mathieu Lacage i-arp-private.h -> arp-private.h
Mon, 04 Jun 2007 16:51:59 +0200 Mathieu Lacage Ipv4 -> Ipv4L3Protocol
Mon, 04 Jun 2007 16:42:10 +0200 Mathieu Lacage rename ipv4.h to ipv4-l3-protocol.h
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 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Thu, 10 May 2007 07:35:53 +0200 Mathieu Lacage convert more code to use Ptr<Node> instead of Node *
Fri, 04 May 2007 15:04:07 +0200 Mathieu Lacage move code around
less more (0) tip