SConstruct
Sat, 02 Jun 2007 19:10:35 +0200 Mathieu Lacage fix the packet benchmark and enable it
Thu, 31 May 2007 14:30:34 +0200 Mathieu Lacage re-implement PacketHistory to use the PacketPrinter and work on ItemList::Print
Tue, 29 May 2007 16:09:20 +0200 Mathieu Lacage merge unfinished packet history code
Wed, 13 Jun 2007 23:13:21 -0700 Tom Henderson Add main-query-interface.cc sample file
Tue, 12 Jun 2007 11:04:00 +0200 Mathieu Lacage fix bug 29
Mon, 11 Jun 2007 17:47:49 +0200 Mathieu Lacage merge with HEAD
Mon, 04 Jun 2007 18:05:36 +0200 Mathieu Lacage i-ipv4.h -> ipv4.h
Mon, 04 Jun 2007 18:01:09 +0200 Mathieu Lacage i-udp.h -> udp.h
Mon, 04 Jun 2007 17:54:56 +0200 Mathieu Lacage i-socket-factory.h -> socket-factory.h
Mon, 04 Jun 2007 17:18:02 +0200 Mathieu Lacage udp.h -> udp-l4-protocol.h
Mon, 04 Jun 2007 17:14:59 +0200 Mathieu Lacage i-arp-private.h -> arp-private.h
Mon, 04 Jun 2007 17:13:21 +0200 Mathieu Lacage i-udp-impl.h -> udp-impl.h
Mon, 04 Jun 2007 17:06:03 +0200 Mathieu Lacage i-ipv4-private.h ipv4-private.h
Mon, 04 Jun 2007 16:59:51 +0200 Mathieu Lacage i-ipv4-impl.h -> ipv4-impl.h
Mon, 04 Jun 2007 16:54:36 +0200 Mathieu Lacage arp.h -> arp-l3-protocol.h
Mon, 04 Jun 2007 16:42:10 +0200 Mathieu Lacage rename ipv4.h to ipv4-l3-protocol.h
Mon, 04 Jun 2007 16:28:18 +0200 Mathieu Lacage remove MakeInternetNode
Mon, 04 Jun 2007 16:21:05 +0200 Mathieu Lacage rename i-node to node
Fri, 25 May 2007 21:53:24 +0200 Mathieu Lacage sample code for component manager
Fri, 25 May 2007 21:43:23 +0200 Mathieu Lacage sample code for Object base class
Fri, 25 May 2007 14:13:23 +0200 Mathieu Lacage make Callback use a separate empty type
Fri, 25 May 2007 10:04:38 +0200 Mathieu Lacage remove Interface
Fri, 25 May 2007 10:02:50 +0200 Mathieu Lacage rename InterfaceObject to Object
Fri, 25 May 2007 09:44:18 +0200 Mathieu Lacage merge
Thu, 17 May 2007 16:45:03 +0200 Mathieu Lacage add benchmark by gustavo
Thu, 17 May 2007 14:39:54 +0200 Mathieu Lacage a replacement for the Interface base class
Fri, 25 May 2007 19:14:05 +0100 Gustavo J. A. M. Carneiro Add the waf files and scripts to the scons dist
Thu, 24 May 2007 15:23:11 +0200 Mathieu Lacage remove ReferenceList: fix bug 27
Sun, 20 May 2007 14:34:46 +0200 Mathieu Lacage remove unused code
Fri, 18 May 2007 20:57:02 +0200 Mathieu Lacage add VERSION to extra dist
Fri, 18 May 2007 20:48:36 +0200 Mathieu Lacage merge
Fri, 18 May 2007 20:48:24 +0200 Mathieu Lacage pull version number from VERSION file
Fri, 18 May 2007 11:13:57 -0700 Tom Henderson Pick up codingstd.txt in dist; point interested waf users to build-waf.txt in the development branch
Fri, 18 May 2007 18:06:00 +0200 Mathieu Lacage add doc/architecture.pdf to dist
Fri, 18 May 2007 17:26:28 +0200 Mathieu Lacage change version number to match ns convention
Thu, 17 May 2007 11:46:33 +0200 Mathieu Lacage improve dist support
Thu, 17 May 2007 07:51:22 +0200 Mathieu Lacage fix scons dist and scons all for gcc 4.1
Mon, 14 May 2007 17:00:49 +0200 Mathieu Lacage fix build
Mon, 14 May 2007 12:59:44 +0200 Mathieu Lacage make OnOffApplication not depend on IUdp
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 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
Fri, 11 May 2007 18:42:39 +0200 Mathieu Lacage rename ns-unknown.h/cc ns-unknown-manager.h/cc
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:20:04 +0200 Mathieu Lacage define and implement IUdp
Thu, 03 May 2007 10:49:28 +0200 Mathieu Lacage rename files
Thu, 03 May 2007 10:34:35 +0200 Mathieu Lacage airplane COM code
Thu, 03 May 2007 00:35:39 +0200 Mathieu Lacage remove dead code
Wed, 02 May 2007 23:08:41 +0200 Mathieu Lacage implement Dispose properly throughout the network stack
Wed, 02 May 2007 19:14:34 +0200 Mathieu Lacage rework the socket/udp layer to remove the Ipv4EndPointDemux template
Wed, 02 May 2007 13:44:41 +0200 Mathieu Lacage rework the Node and NodeList classes to manage reference counts correctly
Tue, 01 May 2007 11:54:21 +0200 Mathieu Lacage merge Packet API changes needed for Packet pretty printing.
Tue, 01 May 2007 11:35:27 +0200 Mathieu Lacage merge with pcap branch
Fri, 30 Mar 2007 00:11:51 +0200 Mathieu Lacage remove dead code
less more (0) -100 -60 tip