SConstruct
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
Thu, 29 Mar 2007 23:24:10 +0200 Mathieu Lacage put together a PcapTrace and test it
Mon, 30 Apr 2007 16:23:10 +0200 Mathieu Lacage remove DatagramSocket, use Socket base class for UdpSocket subclass.
Mon, 30 Apr 2007 10:21:49 +0200 Mathieu Lacage remove external NetDeviceList and use the Node's integrated list
Mon, 30 Apr 2007 10:00:34 +0200 Mathieu Lacage remove ipv4 interface from public API
Wed, 02 May 2007 15:23:35 -0400 Raj Bhattacharjea Added default value sample
Thu, 26 Apr 2007 11:36:05 -0400 Raj Bhattacharjea Incorporated defaults and command-line arguments
Thu, 29 Mar 2007 22:39:11 +0200 Mathieu Lacage remove dead code
Wed, 28 Mar 2007 19:38:56 +0200 mathieu a point to point ipv4 interface
Wed, 28 Mar 2007 19:26:58 +0200 mathieu split out AsciiTrace class from simple example
Tue, 27 Mar 2007 21:48:22 -0700 Tom Henderson Add ApplicationList and Capability
Tue, 27 Mar 2007 15:41:08 -0700 Craig Dowell net device copy and assignment, reference counted channel.
Tue, 27 Mar 2007 13:04:11 -0700 Craig Dowell remove unused files, remove notion of PHY, make more realistic p2p-net-device and p2p-channel
Mon, 26 Mar 2007 06:39:20 -0700 Tom Henderson Add net devices to net-device-list in topology
Sun, 25 Mar 2007 06:59:11 -0700 Tom Henderson Rename file names from serial to p2p
less more (0) -100 -60 tip