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.
Mon, 08 Sep 2008 12:26:00 -0700 Mathieu Lacage make sure to destroy all left-over memory before exit
Mon, 08 Sep 2008 12:22:29 -0700 Mathieu Lacage do not reserve space for unwritten data to avoid memory initialization problems
Mon, 08 Sep 2008 11:32:22 -0700 Mathieu Lacage add msvc to set of platforms known to not work
Mon, 08 Sep 2008 11:29:12 -0700 Mathieu Lacage update build matrix
Mon, 08 Sep 2008 10:43:03 -0700 Mathieu Lacage update release notes
Mon, 08 Sep 2008 09:22:45 -0700 Mathieu Lacage bug 316: make nsc compilation conditional again
Mon, 08 Sep 2008 12:54:47 +0100 Gustavo J. A. M. Carneiro Missing include
Mon, 08 Sep 2008 12:35:08 +0100 Gustavo J. A. M. Carneiro merge
Mon, 08 Sep 2008 12:19:46 +0100 Gustavo J. A. M. Carneiro Detect the pthread.h header file and automatically disable components that cannot build without it.
Mon, 08 Sep 2008 11:20:17 +0100 Gustavo J. A. M. Carneiro Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.
Sun, 07 Sep 2008 20:13:51 -0700 craigdo Don't build realtime simulator if required core components aren't built
Sun, 07 Sep 2008 21:58:50 -0400 Raj Bhattacharjea Update CHANGES.html to reflect the last two changesets
Sun, 07 Sep 2008 20:23:24 -0400 Raj Bhattacharjea Implement TCP finite rx buffer (bug 239)
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip