SConstruct
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
Thu, 22 Mar 2007 17:20:15 -0400 Raj Bhattacharjea Added in DataRate to common module
Wed, 21 Mar 2007 23:17:11 -0700 Tom Henderson OnOffApplication functioning; some Node class cleanup
Mon, 19 Mar 2007 22:19:38 -0700 Tom Henderson Add static node factory methods to class Node
Mon, 19 Mar 2007 21:01:35 -0700 Tom Henderson Move ns-2/simple.cc to examples/simple-serial.cc
Mon, 19 Mar 2007 07:02:14 -0700 Tom Henderson Add Mathieu's super object container; add Rx trace on SerialNetDevice
Mon, 19 Mar 2007 00:40:44 -0700 Tom Henderson Add SerialTopology functions and remove from simple.cc file
Sun, 18 Mar 2007 14:30:26 -0700 Tom Henderson Begin checkin of ns-3-gfr; s/UdpSocket/DatagramSocket; bring in Application base class and onoff-application, and base class socket; bring in random number generator files
Sat, 17 Mar 2007 23:16:59 -0700 Tom Henderson Rename UdpSocket to DatagramSocket
Sat, 17 Mar 2007 22:32:08 -0700 Tom Henderson Add random number files, base class Application
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Sun, 18 Mar 2007 06:25:15 -0700 Tom Henderson Make this compile on 32-bit machine; fix SConstruct
Sun, 18 Mar 2007 03:43:49 -0700 Craig Dowell serial channel functionality
Wed, 07 Mar 2007 22:45:17 -0800 Tom Henderson Rename simple.tcl.cc to simple.cc; remove OTcl comments
Thu, 22 Feb 2007 10:04:54 +0100 Mathieu Lacage move serial code to src/devices/serial
Thu, 22 Feb 2007 09:51:54 +0100 Mathieu Lacage move p2p to new dir
Wed, 21 Feb 2007 23:09:42 +0100 Mathieu Lacage add some simple packet content dumping.
Tue, 20 Feb 2007 23:26:59 -0800 tomh Skeleton SerialPhy
Sun, 18 Feb 2007 19:19:42 -0800 owner strawman connectors and channel
Sun, 18 Feb 2007 11:16:08 +0100 Mathieu Lacage merge tom's tree with trunk
Sat, 17 Feb 2007 09:42:30 +0100 Mathieu Lacage remove UdpIpv4L4Protocol class
Sat, 17 Feb 2007 09:35:50 +0100 Mathieu Lacage remove ArpL3Protocol object
Sat, 17 Feb 2007 09:28:02 +0100 Mathieu Lacage remove Ipv4L3Protocol class.
Sat, 17 Feb 2007 16:40:03 -0800 Tom Henderson Merge in Craig's tracing changes as of Thursday; rename net-device-serial files to serial-net-device
Thu, 15 Feb 2007 23:55:15 -0800 Tom Henderson large checkin-- bringing in serial device code
Thu, 15 Feb 2007 21:54:16 -0800 Tom Henderson Add samples/ns-2/simple.tcl.cc to SConstruct
Fri, 16 Feb 2007 09:40:19 +0100 Mathieu Lacage remove extra debug.cc from build
Fri, 16 Feb 2007 09:32:02 +0100 Mathieu Lacage merge with debug tree
Fri, 16 Feb 2007 09:23:22 +0100 Mathieu Lacage add fatal-error.h header
Fri, 16 Feb 2007 09:00:22 +0100 Mathieu Lacage split out assert from debug.h
Wed, 07 Feb 2007 08:49:54 +0100 Mathieu Lacage test and debug the debug support
Tue, 06 Feb 2007 20:40:38 +0100 Mathieu Lacage add debugging support
Thu, 15 Feb 2007 16:52:39 -0800 craigdo queues, trace-writer, debug
Mon, 12 Feb 2007 22:44:41 +0100 Mathieu Lacage add routing table output function
Mon, 12 Feb 2007 20:15:19 +0100 Mathieu Lacage make the p2p example compile
Mon, 12 Feb 2007 19:47:36 +0100 Mathieu Lacage add some traffic generation to sample code
Mon, 12 Feb 2007 19:28:48 +0100 Mathieu Lacage make the sample code compile and link.
Mon, 12 Feb 2007 16:45:58 +0100 Mathieu Lacage add p2p netdevice and channel
Mon, 12 Feb 2007 15:55:49 +0100 Mathieu Lacage add arp stack
Mon, 12 Feb 2007 13:06:05 +0100 Mathieu Lacage add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
Sat, 10 Feb 2007 11:29:44 +0100 Mathieu Lacage add non-debugged udp stack
Fri, 09 Feb 2007 19:40:19 +0100 Mathieu Lacage add start of udp stack
Fri, 09 Feb 2007 17:54:49 +0100 Mathieu Lacage a basic untested ipv4 implementation
Thu, 08 Feb 2007 16:01:58 +0100 Mathieu Lacage add ipv4 and udp header, add ipv4 checksum support to make the udp header compile. Need to be fixed in UdpHeader later.
Thu, 08 Feb 2007 15:37:48 +0100 Mathieu Lacage code from all trees.
Thu, 08 Feb 2007 11:11:24 +0100 Mathieu Lacage initial node base class from george's repo.
Fri, 22 Dec 2006 09:03:09 +0100 Mathieu Lacage add smart pointer sample code
Mon, 18 Dec 2006 13:17:08 +0100 Mathieu Lacage initial go at smart pointer implementation
Tue, 12 Dec 2006 14:59:13 +0100 Mathieu Lacage fix the Simulation event replayer: make it build
Mon, 04 Dec 2006 12:33:54 +0100 Mathieu Lacage add dep on math library
Mon, 04 Dec 2006 10:34:02 +0100 Mathieu Lacage make sure cairo internal header is installed when needed.
Mon, 04 Dec 2006 10:33:02 +0100 Mathieu Lacage implement 128 bit arithmetic with cairo's internal types
Mon, 04 Dec 2006 08:39:11 +0100 Mathieu Lacage split high precision implementations in different files
Mon, 04 Dec 2006 08:03:28 +0100 Mathieu Lacage add needed configure magic and header includes
Fri, 03 Nov 2006 09:05:58 +0100 Mathieu Lacage Add HighPrecision class used for external Time bookkeeping
Fri, 03 Nov 2006 09:04:12 +0100 Mathieu Lacage fix python indent.
Mon, 23 Oct 2006 09:24:36 +0200 Mathieu Lacage make python code more Pep8 conformant (patch from Gustavo Carneiro)
Mon, 16 Oct 2006 13:12:22 +0200 Mathieu Lacage fix python tab indent
Sat, 14 Oct 2006 10:13:14 +0200 Mathieu Lacage add magic emacs incantation for python
Mon, 02 Oct 2006 11:41:40 +0200 Mathieu Lacage rename time.h to nstime.h
Mon, 02 Oct 2006 11:39:45 +0200 Mathieu Lacage add trailer
Mon, 02 Oct 2006 11:32:31 +0200 Mathieu Lacage remove chunk
Mon, 02 Oct 2006 11:23:18 +0200 Mathieu Lacage add header
Wed, 06 Sep 2006 13:59:43 +0200 Mathieu Lacage split SConstruct to make it more readable
Wed, 06 Sep 2006 13:36:34 +0200 Mathieu Lacage rename sample binaries
Wed, 06 Sep 2006 13:35:23 +0200 Mathieu Lacage add sample code for test, add doxygen doc
Tue, 05 Sep 2006 15:55:04 +0200 Mathieu Lacage add doc target for doxygen build
Tue, 05 Sep 2006 11:23:39 +0200 Mathieu Lacage remove unused file
less more (0) -120 tip