Thu, 22 Mar 2007 12:16:10 -0400 Raj Bhattacharjea Fixed major memory bug and docs in RandomVariable
Wed, 21 Mar 2007 23:17:11 -0700 Tom Henderson OnOffApplication functioning; some Node class cleanup
Tue, 20 Mar 2007 06:28:24 -0700 Tom Henderson Add nodes to NodeList in static Create method; cut over simple-serial.cc to use this node factory
Mon, 19 Mar 2007 22:27:22 -0700 Tom Henderson prepare simple-serial.cc for Node cutover
Mon, 19 Mar 2007 22:23:16 -0700 Tom Henderson Remove dependency on InternetNode for serial devices
Mon, 19 Mar 2007 22:19:38 -0700 Tom Henderson Add static node factory methods to class Node
Mon, 19 Mar 2007 21:13:06 -0700 Tom Henderson Add smartvector, smartset
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
Mon, 19 Mar 2007 00:21:21 -0700 Tom Henderson Remove MacAddress from SerialNetDevice constructors, make SerialChannel name argument optional, some trace formatting
Sun, 18 Mar 2007 14:35:44 -0700 Tom Henderson Add base class IPAddr; L4Protocol; Protocol; OnOff Application, and base class Socket
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 19:31:32 +0100 Mathieu Lacage ensure iostream is included when doing an optimized build
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
Thu, 15 Mar 2007 13:26:30 +0100 Mathieu Lacage fix typo. reported by Gustavo Carneiro.
Wed, 14 Mar 2007 09:55:35 +0100 mathieu make sure that there is a C and C++ compiler. Otherwise, we generate large amounts of spurious unrelated errors.
Tue, 13 Mar 2007 17:44:36 +0100 Mathieu Lacage make TimeUnit<1>.GetSeconds() work, and similar for scalars. Patch by Gustavo Carneiro.
Wed, 07 Mar 2007 22:45:17 -0800 Tom Henderson Rename simple.tcl.cc to simple.cc; remove OTcl comments
Wed, 07 Mar 2007 22:26:20 -0800 Tom Henderson Fix bug 8: Enque/Deque misspelled
Tue, 06 Mar 2007 18:38:51 +0100 Mathieu Lacage add consistency checks. Based on patch by Gustavo Carneiro
Mon, 26 Feb 2007 10:28:57 +0100 Mathieu Lacage add operator = to InternetNode
Thu, 22 Feb 2007 10:04:54 +0100 Mathieu Lacage move serial code to src/devices/serial
Thu, 22 Feb 2007 10:03:55 +0100 Mathieu Lacage remove unused header
Thu, 22 Feb 2007 09:54:27 +0100 Mathieu Lacage remove unused files
Thu, 22 Feb 2007 09:51:54 +0100 Mathieu Lacage move p2p to new dir
Thu, 22 Feb 2007 09:40:46 +0100 Mathieu Lacage merge with trunk
Thu, 22 Feb 2007 09:40:41 +0100 Mathieu Lacage merge with trunk
Wed, 21 Feb 2007 12:52:35 -0800 tomh Add DEBUG to ipv4-address.cc
Wed, 21 Feb 2007 07:37:44 -0800 tomh Remove netmask from AddDuplexLink signature
Wed, 21 Feb 2007 06:42:58 -0800 tomh trace files should not be opened for appending
Wed, 21 Feb 2007 23:09:42 +0100 Mathieu Lacage add some simple packet content dumping.
Wed, 21 Feb 2007 20:07:39 +0100 Mathieu Lacage make trailing ';' mandatory for NS_ASSERT* and NS_FATAL_ERROR macros. fix uses.
Wed, 21 Feb 2007 20:04:32 +0100 Mathieu Lacage make trailing ';' mandatory with NS_DEBUG macros. fix all invalid uses.
Wed, 21 Feb 2007 18:28:25 +0100 Mathieu Lacage avoid dumping the first packet
Wed, 21 Feb 2007 18:14:03 +0100 Mathieu Lacage improve arp debugging output
Wed, 21 Feb 2007 17:58:14 +0100 Mathieu Lacage fix coding style
Wed, 21 Feb 2007 17:55:14 +0100 Mathieu Lacage make the multiple-queue tracing case work
Wed, 21 Feb 2007 17:46:40 +0100 Mathieu Lacage connect to simple queue event names.
Wed, 21 Feb 2007 17:06:19 +0100 Mathieu Lacage fix queue tracing
Wed, 21 Feb 2007 16:30:08 +0100 Mathieu Lacage remove now-unused call to c_str ()
Wed, 21 Feb 2007 16:27:42 +0100 Mathieu Lacage replace char const * with std::string const &
Wed, 21 Feb 2007 01:37:00 -0800 tomh touch a file
Wed, 21 Feb 2007 00:15:47 -0800 tomh Forgot to add in serial-phy classes
Wed, 21 Feb 2007 00:09:28 -0800 tomh Plumbing in SerialPhy in receive direction
Wed, 21 Feb 2007 00:02:27 -0800 tomh Move a few functions definitions out of headers
Tue, 20 Feb 2007 23:58:21 -0800 tomh Plumb in outbound SerialPhy
Tue, 20 Feb 2007 23:26:59 -0800 tomh Skeleton SerialPhy
Tue, 20 Feb 2007 22:55:09 -0800 tomh Added tracing support to simple.tcl.cc (Craig)
Mon, 19 Feb 2007 12:22:20 +0100 Mathieu Lacage fix routing table configuration
Mon, 19 Feb 2007 11:39:27 +0100 Mathieu Lacage bind sinks to port 80
Mon, 19 Feb 2007 10:52:04 +0100 Mathieu Lacage do not generate zero-sized packets
Mon, 19 Feb 2007 10:23:50 +0100 Mathieu Lacage use new NS_ASSERT macro rather than assert. this makes the code build on my machine.
Mon, 19 Feb 2007 00:44:05 -0800 Tom Henderson Added all UDP sources, sinks, routes-- not working yet
Mon, 19 Feb 2007 00:00:49 -0800 Tom Henderson Add UdpSockets to simple.tcl.cc
Sun, 18 Feb 2007 23:29:05 -0800 Tom Henderson Enhanced AddDuplexLink()
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip