Sat, 15 Dec 2007 14:01:36 -0800 Tom Henderson bump VERSION and finish RELEASE_NOTES ns-3.0.9
Sat, 15 Dec 2007 13:59:33 -0800 Tom Henderson Repair doxygen errors
Sat, 15 Dec 2007 13:52:00 -0800 Tom Henderson add internal keyword to udp-impl documentation
Fri, 14 Dec 2007 16:05:37 -0800 Craig Dowell packet pointer police patrolled product preventing presence of prior pattern proactively
Fri, 14 Dec 2007 17:26:18 +0100 Mathieu Lacage fix optimized build
Thu, 13 Dec 2007 23:50:16 -0800 Craig Dowell put updated tutorial.texi in doc directory
Thu, 13 Dec 2007 09:40:21 -0500 Raj Bhattacharjea Add uint8_t* based API for sockets
Wed, 12 Dec 2007 11:03:35 +0100 Mathieu Lacage initial release notes for upcoming release
Wed, 12 Dec 2007 09:33:22 +0100 Mathieu Lacage add legend support to gnuplot output
Tue, 11 Dec 2007 13:42:09 +0100 Mathieu Lacage make Packet::AddTag a const method
Tue, 11 Dec 2007 13:51:03 +0100 Mathieu Lacage add application tracing support
Wed, 12 Dec 2007 08:15:04 +0100 Mathieu Lacage merge with HEAD
Tue, 11 Dec 2007 15:49:23 +0100 Mathieu Lacage add support for gnuplot error bars
Tue, 11 Dec 2007 23:02:47 -0800 Tom Henderson Doxygen the SocketFactory classes
Tue, 11 Dec 2007 10:25:34 +0100 Mathieu Lacage merge with HEAD
Fri, 07 Dec 2007 10:06:29 +0100 Mathieu Lacage the check was not really inverted after all. Damned.
Fri, 07 Dec 2007 09:51:59 +0100 Mathieu Lacage make sure we never set a negative duration
Fri, 07 Dec 2007 08:43:55 +0100 Mathieu Lacage merge with HEAD
Fri, 07 Dec 2007 08:41:52 +0100 Mathieu Lacage use contrib gnuplot code
Thu, 06 Dec 2007 13:12:27 +0100 Federico Maguolo Avoid integer division
Thu, 29 Nov 2007 16:28:16 +0100 Mathieu Lacage the bool check was inverted. reported by Federico Maguolo.
Thu, 29 Nov 2007 16:03:01 +0100 Mathieu Lacage fix typo
Thu, 29 Nov 2007 15:59:31 +0100 Mathieu Lacage MaxSeconds -> Simulator::GetMaximumSimulationTime
Thu, 29 Nov 2007 15:50:15 +0100 Mathieu Lacage ConnectTo -> Attach
Thu, 29 Nov 2007 15:45:12 +0100 Mathieu Lacage remove references to WifiNetDeviceFactory
Fri, 23 Nov 2007 10:29:27 +0100 Federico Maguolo re-use the CaculateTxDuration method where it is needed.
Fri, 23 Nov 2007 10:23:55 +0100 Federico Maguolo Improve the accuracy of 802.11a tx duration calculations.
Fri, 23 Nov 2007 11:36:16 +0100 Mathieu Lacage avoid memory leak
Thu, 22 Nov 2007 16:40:35 +0100 Mathieu Lacage avoid confusion between code and uncoded rates.
Thu, 22 Nov 2007 16:07:45 +0100 Mathieu Lacage fix a small style issue
Thu, 22 Nov 2007 16:06:05 +0100 Mathieu Lacage initialize variable
Thu, 22 Nov 2007 15:00:32 +0100 Mathieu Lacage make sure that the retry bit is correctly initialized
Thu, 22 Nov 2007 14:52:57 +0100 Mathieu Lacage merge obvious fix from mainline
Thu, 22 Nov 2007 14:27:22 +0100 Mathieu Lacage port to Ptr<Packet> branch
Thu, 22 Nov 2007 10:44:48 +0100 Mathieu Lacage merge with Ptr<Packet> branch
Wed, 21 Nov 2007 11:12:02 +0100 Mathieu Lacage code layout fix
Wed, 21 Nov 2007 11:11:27 +0100 Mathieu Lacage improve log output
Wed, 21 Nov 2007 11:11:05 +0100 Mathieu Lacage add WifiPhy::GetDevice
Wed, 21 Nov 2007 10:02:17 +0100 Mathieu Lacage fix small typo in debug log output
Wed, 21 Nov 2007 09:54:43 +0100 Mathieu Lacage use packet sockets for AP scenario too.
Wed, 21 Nov 2007 09:44:17 +0100 Mathieu Lacage use packet sockets and generate all graphics
Wed, 21 Nov 2007 09:43:57 +0100 Mathieu Lacage add constructors to specify the address of a device
Tue, 20 Nov 2007 16:45:52 +0100 Mathieu Lacage add some info logs, improve snr vs ber curve output, linearize the ber calculations.
Tue, 20 Nov 2007 13:10:30 +0100 Mathieu Lacage plot the goodput for each data rate separately
Tue, 20 Nov 2007 12:48:51 +0100 Mathieu Lacage replace a buggy assert with a check with warning.
Mon, 19 Nov 2007 16:54:04 +0100 Mathieu Lacage merge with HEAD
Mon, 19 Nov 2007 16:53:05 +0100 Mathieu Lacage replace Dcf with DcfManager
Mon, 19 Nov 2007 16:20:30 +0100 Mathieu Lacage use a simple request/grant scheme for dcf accesses
Mon, 19 Nov 2007 14:32:14 +0100 Mathieu Lacage The AIFSN has been taken into account in GetBackoffStartFor
Mon, 19 Nov 2007 14:31:24 +0100 Mathieu Lacage test a backoff with an AIFSN != 1
Mon, 19 Nov 2007 14:22:45 +0100 Mathieu Lacage avoid decrementing by too many backoff slots
Mon, 19 Nov 2007 14:20:19 +0100 Mathieu Lacage another DCF test
Mon, 19 Nov 2007 12:58:36 +0100 Mathieu Lacage debugging output is more verbose.
Mon, 19 Nov 2007 09:22:17 +0100 Mathieu Lacage add WifiPhy::GetLastRxStart
Mon, 19 Nov 2007 08:38:48 +0100 Mathieu Lacage make the GetCw method public to allow DcaTxop to pick a random backoff duration
Sat, 17 Nov 2007 18:58:47 +0100 Mathieu Lacage merge with HEAD
Sat, 17 Nov 2007 18:57:33 +0100 Mathieu Lacage add XXX for two bugs
Fri, 16 Nov 2007 08:58:55 +0100 Mathieu Lacage another more complex NAV test
Fri, 16 Nov 2007 08:56:03 +0100 Mathieu Lacage more comment on the test
Fri, 16 Nov 2007 08:54:16 +0100 Mathieu Lacage simple NAV test
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip