Wed, 07 May 2008 13:47:19 -0700 Mathieu Lacage add missing license headers
Wed, 07 May 2008 13:45:57 -0700 Mathieu Lacage typos
Wed, 07 May 2008 13:45:04 -0700 Mathieu Lacage a couple more tests.
Wed, 07 May 2008 11:28:17 -0700 Mathieu Lacage avoid signed/unsigned comparison warning.
Tue, 06 May 2008 15:04:36 -0700 Mathieu Lacage test self-assignment of packets
Tue, 06 May 2008 14:54:52 -0700 Mathieu Lacage add dox doc
Tue, 06 May 2008 14:54:44 -0700 Mathieu Lacage add missing include for optimized builds
Tue, 06 May 2008 14:44:09 -0700 Mathieu Lacage use a free list for tag buffers
Tue, 06 May 2008 14:18:05 -0700 Mathieu Lacage use a shared buffer
Thu, 24 Apr 2008 16:06:33 -0700 Mathieu Lacage mtag -> tag
Thu, 24 Apr 2008 16:03:13 -0700 Mathieu Lacage Mtag -> Tag
Thu, 24 Apr 2008 16:01:53 -0700 Mathieu Lacage remove now-unused Tags class
Thu, 24 Apr 2008 15:44:35 -0700 Mathieu Lacage convert to new tag API.
Thu, 24 Apr 2008 15:44:15 -0700 Mathieu Lacage add a couple of serialization/deserialization methods
Thu, 24 Apr 2008 14:58:17 -0700 Mathieu Lacage add a couple of dox comments
Thu, 24 Apr 2008 14:52:59 -0700 Mathieu Lacage a new tag implementation: Mtag
Wed, 23 Apr 2008 15:01:27 -0700 Mathieu Lacage move test code to anon namespace
Wed, 23 Apr 2008 14:56:58 -0700 Mathieu Lacage add a couple of helper test macros
Wed, 23 Apr 2008 09:11:55 -0700 Mathieu Lacage add adjustment report to overloaded Buffer::AddAtEnd method
Wed, 23 Apr 2008 09:05:18 -0700 Mathieu Lacage make the code more consistent across AddAtStart and AddAtEnd
Wed, 23 Apr 2008 08:54:29 -0700 Mathieu Lacage report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart.
Wed, 23 Apr 2008 08:35:59 -0700 Mathieu Lacage kill dead code
Fri, 16 May 2008 10:40:37 -0700 Mathieu Lacage forgot to remove dead includes
Fri, 16 May 2008 10:29:34 -0700 Mathieu Lacage merge with HEAD
Fri, 16 May 2008 10:25:24 -0700 Mathieu Lacage remove dead code.
Fri, 16 May 2008 10:11:49 -0700 Craig Dowell fix bug 180
Fri, 16 May 2008 08:41:19 -0700 Mathieu Lacage merge with HEAD
Thu, 15 May 2008 07:47:17 -0400 tjkopena Merged nonotifier with main branch.
Thu, 15 May 2008 07:46:03 -0400 tjkopena Changed MobilityModel::m_trace to be more descriptive.
Wed, 14 May 2008 19:24:17 -0400 tjkopena Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
Thu, 15 May 2008 12:56:10 +0100 Gustavo J. A. M. Carneiro GlobalRoutingManager: don't segfault for NetDevices that have no associated Channel (e.g. virtual NetDevices); just skip them.
Thu, 15 May 2008 12:54:28 +0100 Gustavo J. A. M. Carneiro GlobalRoutingManager: don't abort with non-IP NetDevices, just skip them.
Wed, 14 May 2008 19:15:00 +0100 Gustavo J. A. M. Carneiro PacketSocket bind-to-interface bug
Wed, 14 May 2008 18:16:02 +0100 Gustavo J. A. M. Carneiro merge
Wed, 14 May 2008 18:15:26 +0100 Gustavo J. A. M. Carneiro Missing Packet::Copy in Node::ReceiveFromDevice for the multiple protocol handlers scenario.
Wed, 14 May 2008 09:37:00 -0700 Mathieu Lacage update pcap trace setup filename
Tue, 13 May 2008 01:04:42 +0100 Gustavo J. A. M. Carneiro WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
Sun, 11 May 2008 21:43:55 -0700 Tom Henderson Fix point-to-point unit tests
Sun, 11 May 2008 11:18:21 -0700 Craig Dowell fix bug 161
Thu, 08 May 2008 13:26:49 -0700 Craig Dowell bug 153 applied to CSMA
Thu, 08 May 2008 12:43:36 -0700 Craig Dowell bug 153
Thu, 08 May 2008 11:16:12 -0700 Craig Dowell bug 170
Wed, 07 May 2008 14:40:03 -0700 Mathieu Lacage avoid useless ifdefs
Wed, 07 May 2008 14:24:45 -0700 Craig Dowell fix optimized build, bug 169
Wed, 07 May 2008 11:33:40 -0700 Mathieu Lacage add comments about previous bug fix
Tue, 06 May 2008 12:20:10 -0700 Mathieu Lacage avoid segfault when setting NS_LOG=*
Sun, 04 May 2008 22:46:31 +0100 Gustavo J. A. M. Carneiro merge
Sun, 04 May 2008 22:43:18 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.4.1
Sat, 26 Apr 2008 22:02:12 +0100 Gustavo J. A. M. Carneiro WAF: use os.path.join in the message 'Entering directory ...'
Sat, 26 Apr 2008 21:54:36 +0100 Gustavo J. A. M. Carneiro WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
Tue, 22 Apr 2008 22:39:17 -0700 Tom Henderson A few minor cleanups to socket.h/cc
Tue, 22 Apr 2008 22:29:16 -0700 Tom Henderson bug 131 partial fix: split out Send and DataSent callbacks
Tue, 22 Apr 2008 22:08:53 -0700 Tom Henderson Fix two nits that escaped checkin
Tue, 22 Apr 2008 21:19:39 -0700 Tom Henderson branch merge
Tue, 22 Apr 2008 21:18:04 -0700 Tom Henderson EnablePcap()->EnablePcapAll(); EnableAscii()->EnableAsciiAll()
Sun, 13 Apr 2008 15:46:17 -0700 Tom Henderson Align helper API use of Install()
Tue, 22 Apr 2008 14:36:24 -0700 Mathieu Lacage merge with HEAD
Tue, 22 Apr 2008 14:35:42 -0700 Mathieu Lacage optimize case where fake payload is fragmented and re-assembled.
Tue, 22 Apr 2008 14:18:33 -0700 Mathieu Lacage move Packet::AddAtEnd implementation to the Buffer code.
Tue, 22 Apr 2008 13:54:05 -0700 Mathieu Lacage kill unused code
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip