Thu, 29 Mar 2007 16:39:40 +0200 Mathieu Lacage index some new features from the main doxygen index
Thu, 29 Mar 2007 16:35:34 +0200 Mathieu Lacage move ValueCDF class to private class member
Thu, 29 Mar 2007 16:33:28 +0200 Mathieu Lacage add a randomvariable group
Thu, 29 Mar 2007 16:23:31 +0200 Mathieu Lacage doxygen documentation for ObjectContainer
Thu, 29 Mar 2007 15:28:31 +0200 Mathieu Lacage forgot to put back TraceResolver in lowleveltracing doxygen group
Thu, 29 Mar 2007 15:27:39 +0200 Mathieu Lacage rework the tracing architecture description
Thu, 29 Mar 2007 13:24:22 +0200 Mathieu Lacage fix compilation for optimized builds
Thu, 29 Mar 2007 13:20:27 +0200 Mathieu Lacage make sure we include std::cout definition even in optimized builds
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
Wed, 28 Mar 2007 18:33:03 +0200 mathieu add packet type logging
Wed, 28 Mar 2007 17:58:17 +0200 mathieu coding style typo
Wed, 28 Mar 2007 17:57:58 +0200 mathieu work around static initiliazer ordering problem
Wed, 28 Mar 2007 17:52:39 +0200 mathieu no need to use compare function directly
Wed, 28 Mar 2007 16:48:54 +0200 mathieu fix build zith gcc 4.1
Tue, 27 Mar 2007 23:33:07 -0700 Tom Henderson One-line bug fix on PointToPointTopology
Tue, 27 Mar 2007 23:14:31 -0700 Tom Henderson Switch over simple-p2p.cc to use OnOffApplication
Tue, 27 Mar 2007 21:48:22 -0700 Tom Henderson Add ApplicationList and Capability
Tue, 27 Mar 2007 15:42:17 -0700 Craig Dowell turn off debug messages
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:50:33 -0700 Tom Henderson A few type changes to not-yet-defined functions
Mon, 26 Mar 2007 06:39:20 -0700 Tom Henderson Add net devices to net-device-list in topology
Sun, 25 Mar 2007 17:47:59 -0700 Tom Henderson Make queues copyable; change p2p-topology.cc to reflect this
Sun, 25 Mar 2007 15:35:08 -0700 Tom Henderson merge in Raj's time changes
Sun, 25 Mar 2007 15:33:24 -0700 Tom Henderson Move simple-p2p.cc to DataRate; fix small bug in DataRate and add include guards
Sun, 25 Mar 2007 13:11:20 -0400 Raj Added back corrected version of TimeUnit(string)
Sun, 25 Mar 2007 07:24:04 -0700 Tom Henderson Add back member variable initializers in p2p-net-device.cc
Sun, 25 Mar 2007 07:20:24 -0700 Tom Henderson remove 512-byte MTU for P2P net device; make default in base class equal to max uint16
Sun, 25 Mar 2007 07:13:03 -0700 Tom Henderson Rename classes from Serial to PointToPoint
Sun, 25 Mar 2007 06:59:11 -0700 Tom Henderson Rename file names from serial to p2p
Sun, 25 Mar 2007 06:43:34 -0700 Tom Henderson Revert Raj's time unit patch-- causing compilation errors
Fri, 23 Mar 2007 13:47:22 -0400 Raj Bhattacharjea Added TimeUnit<1>::TimeUnit<1>(const std::string&)
Thu, 22 Mar 2007 17:20:15 -0400 Raj Bhattacharjea Added in DataRate to common module
Thu, 22 Mar 2007 16:41:01 -0400 Raj Bhattacharjea RandomVariable API in line with Michelle's comments
Thu, 22 Mar 2007 16:02:33 -0400 Raj Bhattacharjea Fixed accidental hg adding of temp files
Thu, 22 Mar 2007 15:06:44 -0400 George F. Riley Fix compile error mistakenly checked in (Oops!)
Thu, 22 Mar 2007 14:54:20 -0400 George F. Riley Clean up parameter passing per TOm's request
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.
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip