Tue, 23 Sep 2008 16:38:51 -0700 Mathieu Lacage make sure sinks are started
Tue, 23 Sep 2008 16:31:54 -0700 Mathieu Lacage make sure that the sinks are started
Tue, 23 Sep 2008 16:14:00 -0700 Mathieu Lacage use better variable names.
Tue, 23 Sep 2008 16:02:30 -0700 Mathieu Lacage the sink must be enabled on node 2
Tue, 23 Sep 2008 09:53:52 -0700 Craig Dowell mispeeling in introduction.texi
Tue, 23 Sep 2008 01:09:43 +0200 Florian Westphal nsc: avoid unecessary use of posix headers
Mon, 22 Sep 2008 22:18:53 +0200 Florian Westphal nsc: make sure nsc has a configured interface
Mon, 22 Sep 2008 10:36:24 -0700 Craig Dowell Added tag ns-3.2 for changeset 2ecac911b3ec
Sun, 21 Sep 2008 13:10:08 -0700 Tom Henderson Add chapter on realtime scheduler to manual ns-3.2
Sat, 20 Sep 2008 15:45:31 -0700 Tom Henderson new manual chapter on TCP
Thu, 18 Sep 2008 15:29:00 -0700 Craig Dowell mispeeling in RELEASE_NOTES
Thu, 18 Sep 2008 15:28:35 -0700 Craig Dowell Added tag ns-3.2-RC4 for changeset 68218c266a84
Thu, 18 Sep 2008 07:28:03 -0700 Tom Henderson document ConfigStore ns-3.2-RC4
Wed, 17 Sep 2008 20:04:26 -0700 Craig Dowell Apply Sam's nsc regression patch
Wed, 17 Sep 2008 15:47:07 +0100 Gustavo J. A. M. Carneiro Add missing Python GIL locking in PythonEventImpl::Notify
Tue, 16 Sep 2008 11:55:52 -0700 Craig Dowell Added tag ns-3.2-RC3 for changeset fa1c7b813873
Mon, 15 Sep 2008 21:37:40 -0700 Tom Henderson freshen tutorial ns-3.2-RC3
Mon, 15 Sep 2008 06:11:38 -0700 Tom Henderson merge with tip
Mon, 15 Sep 2008 06:10:53 -0700 Tom Henderson fix some Doxygen warnings
Mon, 15 Sep 2008 11:45:32 +0100 Gustavo J. A. M. Carneiro Add python based csma-bridge regression test. Closes #344.
Mon, 15 Sep 2008 11:39:15 +0100 Gustavo J. A. M. Carneiro Make the example less verbose (for use in regression)
Sun, 14 Sep 2008 17:55:30 -0700 Mathieu Lacage don't change VERSION
Sun, 14 Sep 2008 11:40:10 -0700 Mathieu Lacage merge with HEAD
Sun, 14 Sep 2008 11:39:58 -0700 Mathieu Lacage don't try to download traces if they are already there.
Fri, 12 Sep 2008 16:13:20 -0700 Tom Henderson merge with tip
Fri, 12 Sep 2008 16:12:58 -0700 Tom Henderson Doxygen for internet-stack
Fri, 12 Sep 2008 11:34:25 -0700 Tom Henderson doxygen for src/contrib
Thu, 11 Sep 2008 08:46:29 -0700 Tom Henderson updates to the tutorial introduction
Thu, 11 Sep 2008 08:45:00 -0700 Tom Henderson add reference to wiki page
Thu, 11 Sep 2008 08:18:04 -0700 Tom Henderson some release notes edits
Thu, 11 Sep 2008 08:17:37 -0700 Tom Henderson fix formatting
Fri, 12 Sep 2008 10:36:57 -0700 Craig Dowell Added tag ns-3.2-RC2-bis for changeset d783a951f8f5
Fri, 12 Sep 2008 10:19:40 -0700 Craig Dowell update RELEASE_NOTES known issues ns-3.2-RC2-bis
Fri, 12 Sep 2008 10:12:50 -0700 Craig Dowell release_steps.txt nits
Thu, 11 Sep 2008 15:32:39 -0700 Craig Dowell fix bug 338, MTU overflows frameSize
Thu, 11 Sep 2008 11:08:22 -0700 Mathieu Lacage bug 333:The Position attribute is not constructable anymore.
Thu, 11 Sep 2008 10:08:18 -0700 Mathieu Lacage make sample run.
Thu, 11 Sep 2008 09:54:19 -0700 Mathieu Lacage Do not assert. Use NS_FATAL_ERROR.
Thu, 11 Sep 2008 15:21:19 +0100 Gustavo J. A. M. Carneiro Check the return value of read(); Fixes #336.
Thu, 11 Sep 2008 11:44:39 +0100 Gustavo J. A. M. Carneiro Check for mercurial in configuration stage; also fixes OSError exception when mercurial was not available.
Thu, 11 Sep 2008 11:35:42 +0100 Gustavo J. A. M. Carneiro Make the WAF env available to regression tests
Thu, 11 Sep 2008 01:34:46 +0200 Florian Westphal nsc: rework tcp-nsc-zoo example
Wed, 10 Sep 2008 12:38:48 -0700 Craig Dowell Added tag ns-3.2-RC2 for changeset 319eb29611b1
Wed, 10 Sep 2008 13:11:35 +0200 Florian Westphal nsc: fix liblinux2.6.18.so sym link creation ns-3.2-RC2
Wed, 10 Sep 2008 12:46:59 +0200 Florian Westphal nsc: remove nsc builddir symlink
Wed, 10 Sep 2008 11:34:33 +0100 Gustavo J. A. M. Carneiro merge
Wed, 10 Sep 2008 11:33:30 +0100 Gustavo J. A. M. Carneiro Stop the /dev/null redirection abuse
Tue, 09 Sep 2008 17:09:37 -0700 Craig Dowell enable nsc when nsc enabled
Tue, 09 Sep 2008 12:35:11 -0700 Mathieu Lacage fix typo to allow cloning traces when they are not there yet
Tue, 09 Sep 2008 11:34:44 -0700 Craig Dowell prep for ns-3.2-RC2
Tue, 09 Sep 2008 18:43:21 +0100 Gustavo J. A. M. Carneiro merge
Tue, 09 Sep 2008 18:43:03 +0100 Gustavo J. A. M. Carneiro Use subprocess.Popen instead of os.system to improve portability of the regression testing framework
Tue, 09 Sep 2008 10:15:40 -0700 Mathieu Lacage bug 322: download nsc from released location if in 'release' mode.
Tue, 09 Sep 2008 12:13:23 +0100 Gustavo J. A. M. Carneiro Problem of Python bindings in MinGW has been fixed
Mon, 08 Sep 2008 14:45:11 -0700 Mathieu Lacage initialize sta listen interval
Mon, 08 Sep 2008 14:40:48 -0700 Mathieu Lacage initialize m_ctrlPwrMgt
Mon, 08 Sep 2008 14:40:27 -0700 Mathieu Lacage don't use bitfields: they are evil.
Mon, 08 Sep 2008 14:39:59 -0700 Mathieu Lacage should set retry bit in rts and acks.
Mon, 08 Sep 2008 14:37:54 -0700 Mathieu Lacage should set retry bit in acks.
Mon, 08 Sep 2008 13:13:09 -0700 Mathieu Lacage make mobility helper ascii output more robust to formatting portability problems.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip