Thu, 13 Aug 2009 13:12:16 +0200 Mathieu Lacage bug 654: avoid segfault with ConfigStore loading
Thu, 13 Aug 2009 12:54:22 +0200 Guillaume Seguin use ascii writer
Thu, 13 Aug 2009 12:54:21 +0200 Guillaume Seguin add an ascii writer class
Thu, 13 Aug 2009 09:47:53 +0200 Wilson Thong bug 638: add missing tx trace source
Thu, 13 Aug 2009 09:36:53 +0200 Nicola Baldo bug 639: add configurable capture size to pcap
Thu, 13 Aug 2009 09:36:16 +0200 Nicola Baldo bug 639: Buffer::CopyData is buggy.
Thu, 13 Aug 2009 09:09:53 +0200 Mathieu Lacage add duy nguyen, sort list alphabetically
Thu, 13 Aug 2009 09:06:17 +0200 Duy Nguyen add minstrel examples
Thu, 13 Aug 2009 09:06:01 +0200 Mathieu Lacage rescan python
Thu, 13 Aug 2009 08:47:59 +0200 Mathieu Lacage stub release notes for 3.6
Thu, 13 Aug 2009 08:45:47 +0200 Duy Nguyen add an implementation of the minstrel rate control algorithm
Wed, 12 Aug 2009 12:07:25 +0100 Gustavo J. A. M. Carneiro Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error
Tue, 11 Aug 2009 21:29:18 -0700 Tom Henderson fix Ipv4 doxygen error
Fri, 07 Aug 2009 16:02:06 -0700 Tom Henderson document how to assign attributes in constructor
Fri, 07 Aug 2009 15:34:45 -0700 Tom Henderson fix manual for ConfigStore
Thu, 06 Aug 2009 21:58:04 -0700 Duy Nguyen fix for bug 650 (PacketSocket Close()
Wed, 05 Aug 2009 20:53:44 -0700 Tom Henderson Implement UdpSocketImpl::Close ()
Thu, 06 Aug 2009 10:23:12 +0400 Pavel Boyko Route lookup removed in ARP request (see bug 606)
Mon, 27 Jul 2009 23:04:19 -0700 Tom Henderson bug 642: allow multiple InternetStackHelpers to be instantiated
Sun, 26 Jul 2009 07:25:19 -0700 Tom Henderson Fix first.py example
Fri, 24 Jul 2009 07:04:29 -0700 Kirill Andreev back out Radiotap header change causing regression
Thu, 16 Jul 2009 16:55:20 +0400 Pavel Boyko Review issue 88093: Minor changes in wifi module needed by 802.11s
Thu, 16 Jul 2009 15:57:19 +0400 Pavel Boyko merge
Thu, 16 Jul 2009 15:56:42 +0400 Pavel Boyko Initial multichannel support in Yans Wifi PHY.
Thu, 16 Jul 2009 13:40:56 +0200 Mathieu Lacage fix optimized build for true
Thu, 16 Jul 2009 13:12:34 +0200 Mathieu Lacage rescan python
Thu, 16 Jul 2009 12:31:26 +0200 Mathieu Lacage bug 381: Wifi crashes on shutdown
Thu, 16 Jul 2009 13:51:12 +0400 Kirill Andreev Bug 625: Wrong calculation of GetAccessGrantStart in DcfManager.
Thu, 16 Jul 2009 11:19:43 +0200 Nicola Baldo fixed g++-3.4 build
Wed, 15 Jul 2009 14:59:44 +0200 Mathieu Lacage fix optimized build
Wed, 15 Jul 2009 14:49:37 +0200 Mathieu Lacage merge with HEAD
Wed, 15 Jul 2009 08:36:41 +0200 Mathieu Lacage make sure memory is initialized
Wed, 15 Jul 2009 13:06:11 +0200 Nicola Baldo made InterferenceHelper::CalculateTxDuration () static
Mon, 13 Jul 2009 14:30:12 +0200 Ramon Bauza Support for 5 and 10Mhz wifi channels
Mon, 13 Jul 2009 09:57:32 +0200 Mathieu Lacage bug 627: Jakes Propagation Loss Model doesn't properly calculate signal loss
Mon, 13 Jul 2009 09:07:02 +0200 Pavel Boyko Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL
Fri, 10 Jul 2009 11:56:35 -0700 Craig Dowell emu device shouldn't be adding an FCS
Fri, 10 Jul 2009 09:50:24 -0700 Craig Dowell harden emu net device against malformed packets
Wed, 08 Jul 2009 21:45:23 -0700 Tom Henderson fix bug preventing the sending of packets to a local IP address (bug 632)
Wed, 08 Jul 2009 10:47:22 -0700 Tom Henderson a few more doxygen fixes
Wed, 08 Jul 2009 10:05:39 -0700 Tom Henderson fix doxygen errors
Wed, 08 Jul 2009 11:14:16 +0100 Gustavo J. A. M. Carneiro Bug 628: Virtual Net Device's DoDispose doesn't clean up properly; patch by Antti Mäkelä.
Tue, 07 Jul 2009 23:48:03 +0200 Mirko Banchi coding style
Tue, 07 Jul 2009 23:43:47 +0200 Mirko Banchi coding style
Tue, 07 Jul 2009 21:18:01 +0200 Mathieu Lacage avoid excessive calls to GetObject during topology construction
Tue, 07 Jul 2009 16:18:55 +0200 Mathieu Lacage kill confusing virtual keywords
Tue, 07 Jul 2009 13:05:23 +0200 Mathieu Lacage kill dead code
Tue, 07 Jul 2009 13:03:21 +0200 Mathieu Lacage add StaticCast to mirror DynamicCast and ConstCast
Sat, 04 Jul 2009 08:54:33 +0200 Mathieu Lacage merge with HEAD
Sat, 04 Jul 2009 08:53:44 +0200 Mathieu Lacage bring back the -dev version number
Sat, 04 Jul 2009 08:15:48 +0200 Mathieu Lacage Added tag ns-3.5 for changeset c975274c9707
Sat, 04 Jul 2009 08:14:57 +0200 Mathieu Lacage bump version number ns-3.5
Sat, 04 Jul 2009 08:14:38 +0200 Mathieu Lacage tweaks
Fri, 03 Jul 2009 11:17:38 +0100 Gustavo J. A. M. Carneiro Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Fri, 03 Jul 2009 08:26:52 -0700 Craig Dowell updates to manual for 3.5
Fri, 03 Jul 2009 14:12:28 +0100 Gustavo J. A. M. Carneiro Add doxygen for BridgeHelper
Fri, 03 Jul 2009 09:08:01 +0200 Mathieu Lacage tweak doxygen
Thu, 02 Jul 2009 22:10:38 -0700 Tom Henderson fix internet-stack figures
Fri, 03 Jul 2009 08:27:22 -0700 Craig Dowell branch merge
Fri, 03 Jul 2009 08:26:52 -0700 Craig Dowell updates to manual for 3.5
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip