Wed, 10 Dec 2008 02:10:07 -0800 Mathieu Lacage bug 440: update tutorial
Wed, 10 Dec 2008 02:09:57 -0800 Mathieu Lacage couple of small typos
Wed, 10 Dec 2008 01:54:24 -0800 Mathieu Lacage bug 440: fix build of tutorial example third.cc
Wed, 10 Dec 2008 01:47:59 -0800 Mathieu Lacage bug 405: add more context to wifi logging
Wed, 10 Dec 2008 01:34:04 -0800 Mathieu Lacage rescan python
Wed, 10 Dec 2008 01:33:58 -0800 Mathieu Lacage bug 435: API doc update
Wed, 10 Dec 2008 00:16:30 -0800 Mathieu Lacage bug 435: file names are not consistent
Wed, 10 Dec 2008 00:09:07 -0800 Mathieu Lacage bug 436: missing doxygen
Tue, 09 Dec 2008 22:09:12 -0800 Craig Dowell Added tag ns-3.3-RC3 for changeset a66553c56a8f
Tue, 09 Dec 2008 20:29:04 -0800 Craig Dowell make a pass through doxygen fixing errors ns-3.3-RC3
Tue, 09 Dec 2008 12:24:24 -0800 raj b bug 411 -- apply Raj's patch
Tue, 09 Dec 2008 12:04:36 -0800 Craig Dowell Add reasonable data rate and delay to csma channels; update tutorial
Tue, 09 Dec 2008 10:28:44 -0800 Craig Dowell Remove stray ^M that snuck into examples
Mon, 08 Dec 2008 22:06:17 -0800 Tom Henderson some corrections to the new object chapter
Mon, 08 Dec 2008 21:09:29 -0800 Craig Dowell add to CSMA dox for trace sources
Sat, 06 Dec 2008 13:56:51 -0800 Craig Dowell cleanup manual Makefile
Sat, 06 Dec 2008 12:25:10 -0800 Craig Dowell updated emulation dias
Fri, 05 Dec 2008 22:28:02 -0800 Craig Dowell Added tag ns-3.3-RC2 for changeset 654eed5f3ad0
Fri, 05 Dec 2008 16:49:29 -0800 Craig Dowell branch merge ns-3.3-RC2
Fri, 05 Dec 2008 16:49:05 -0800 Craig Dowell finish up a decent emulation chapter in manual
Fri, 05 Dec 2008 16:32:11 -0800 Tom Henderson Add new objects chapter to manual
Fri, 05 Dec 2008 13:19:40 -0800 Craig Dowell branch merge
Fri, 05 Dec 2008 13:19:13 -0800 Craig Dowell tweak testbed.dia
Fri, 05 Dec 2008 13:12:42 -0800 Tom Henderson branch merge
Fri, 05 Dec 2008 13:11:26 -0800 Tom Henderson add some things to release notes and changes.html; revise README
Fri, 05 Dec 2008 13:15:26 -0800 Craig Dowell tweak emulated-channel.dia
Fri, 05 Dec 2008 12:14:27 -0800 craigdo scale emulation dia drawings down since HTML won't do it
Thu, 04 Dec 2008 20:19:11 -0800 Craig Dowell some words about emulation
Thu, 04 Dec 2008 18:55:04 -0800 Craig Dowell start of emulation chapter in manual
Thu, 04 Dec 2008 11:34:01 +0000 Gustavo J. A. M. Carneiro Fix nsc/python-scan task descriptions
Wed, 03 Dec 2008 21:09:52 -0500 Raj Bhattacharjea Don't ignore TCP acks received in CLOSE_WAIT state (fixes bug 392)
Wed, 03 Dec 2008 21:08:44 -0500 Raj Bhattacharjea Support TCP delackcount>2 (bug 250)
Wed, 03 Dec 2008 17:47:03 -0800 Craig Dowell fix bug 431 -- memory leak in bridge net device
Tue, 02 Dec 2008 12:15:42 -0800 Craig Dowell Added tag ns-3.3-RC1 for changeset a84f2ab246e6
Tue, 02 Dec 2008 12:15:18 -0800 Craig Dowell rescan bindings ns-3.3-RC1
Tue, 02 Dec 2008 11:54:27 -0800 Craig Dowell Removed tag ns-3.3-RC1
Tue, 02 Dec 2008 18:42:24 +0000 Gustavo J. A. M. Carneiro Fix a couple of OLSR bugs (#415)
Tue, 02 Dec 2008 07:42:33 -0800 Tom Henderson fix optimized build
Tue, 02 Dec 2008 00:00:01 -0800 Craig Dowell Added tag ns-3.3-RC1 for changeset f33cbf6b051c
Mon, 01 Dec 2008 23:43:01 -0800 Craig Dowell update RELEASE_NOTES for ns-3.3
Mon, 01 Dec 2008 21:45:32 -0800 Tom Henderson Fix bug358; return EINVAL for inappropriate listen() call
Mon, 01 Dec 2008 21:35:24 -0800 Tom Henderson branch merge
Mon, 01 Dec 2008 21:33:52 -0800 Tom Henderson branch merge
Mon, 01 Dec 2008 21:29:59 -0800 Tom Henderson Remove redundant m_txTrace in ipv4-l3-protocol
Mon, 01 Dec 2008 21:34:33 -0800 Tom Henderson add missing files
Mon, 01 Dec 2008 21:28:37 -0800 Tom Henderson branch merge
Sun, 30 Nov 2008 23:37:12 -0800 Tom Henderson Add processing logic for stub links in global routing code
Sun, 30 Nov 2008 21:21:23 -0800 Tom Henderson Segregate Ipv4GlobalRouting from Ipv4StaticRouting; add API for deleting and recomputing global routes
Fri, 28 Nov 2008 07:21:26 -0800 Tom Henderson Drop packets in Ipv4L3Protocol::Receive if interface is down
Mon, 01 Dec 2008 21:23:51 -0800 Tom Henderson merge with tip
Fri, 28 Nov 2008 06:05:27 -0800 Tom Henderson Bug 400: allow /32 addresses to be used on IPv4 interfaces
Fri, 28 Nov 2008 17:42:10 +0100 Mathieu Lacage merge with HEAD
Fri, 28 Nov 2008 08:56:47 +0100 Mathieu Lacage merge with HEAD
Fri, 28 Nov 2008 08:55:24 +0100 Mathieu Lacage bug 396: try harder to send ASSOCIATION_RESPONSE frames.
Fri, 28 Nov 2008 15:12:05 +0000 Gustavo J. A. M. Carneiro Const fix (needed for older Python versions)
Fri, 28 Nov 2008 14:45:48 +0000 Gustavo J. A. M. Carneiro The 'contrib' module actually depends on 'common' too (affects waf --python-scan)
Fri, 28 Nov 2008 14:24:09 +0100 Sebastien Vincent Remove IcmpSocket class.
Wed, 26 Nov 2008 14:00:05 -0800 Craig Dowell CHANGES.html for global routing supporting bridges
Wed, 26 Nov 2008 13:53:28 -0800 Craig Dowell branch merge
Wed, 26 Nov 2008 13:48:53 -0800 Craig Dowell disallow routing on bridge devices with IP address, fix wifi-wired-bridging
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip