Sat, 14 Nov 2009 18:04:40 +0100 Mathieu Lacage start RELEASE_NOTES for 3.7
Sat, 14 Nov 2009 18:01:31 +0100 Mathieu Lacage document API changes for release
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Make sure that every incoming packet has a context
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Make applications generate traffic within their associated context/node
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Call Simulator::ScheduleWithContext from ns3::Channel subclasses when sending packets to other nodes
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Print node context in log messages
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Introduce Simulator::ScheduleWithContext* and Simulator::GetContext
Sat, 14 Nov 2009 11:25:12 +0100 Sebastien Vincent Fix build on MinGW.
Fri, 13 Nov 2009 13:25:14 -0800 Tom Henderson update doxygen main page
Fri, 13 Nov 2009 13:21:59 -0800 Tom Henderson fix tutorial pdf build
Fri, 13 Nov 2009 09:38:44 -0800 Tom Henderson Align with texi2html-1.82 api changes
Fri, 13 Nov 2009 09:37:52 -0800 Tom Henderson HOWTOs are now on the wiki
Fri, 13 Nov 2009 09:19:06 -0800 Tom Henderson add missing dependencies
Fri, 13 Nov 2009 09:14:32 -0800 Tom Henderson Align with texi2html-1.82 api changes
Fri, 13 Nov 2009 16:45:28 +0100 Nicola Baldo added UniformDiscPositionAllocator (bug 672)
Fri, 13 Nov 2009 18:20:50 +0300 Pavel Boyko bugfix in YansWifiPhy::SetChannelNumber()
Fri, 13 Nov 2009 14:51:59 +0300 Pavel Boyko ChannelNumber attribute added to YansWifiPhy. Now it is possible to setup wifi channel using WifiPhyHelper::Set() method.
Fri, 13 Nov 2009 13:23:08 +0300 Pavel Boyko cosmetics
Fri, 13 Nov 2009 11:47:02 +0300 Kirill Andreev [Bug 740] OLSR MprCompute () works wrong: fixed
Thu, 12 Nov 2009 14:08:51 +0100 fmoatamr Make building works under g++-4.0.4,4.1.2 and OSX PPC
Thu, 12 Nov 2009 13:19:35 +0100 Guillaume Seguin Simulator::SetScheduler now takes an ObjectFactory
Thu, 12 Nov 2009 13:02:55 +0100 Mathieu Lacage merge with HEAD
Thu, 12 Nov 2009 13:01:01 +0100 Mathieu Lacage replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
Thu, 12 Nov 2009 10:20:26 +0100 Faker Moatamri Rescan python bindings
Wed, 11 Nov 2009 16:21:18 +0100 Sebastien Vincent Bug #729 IPv6 over PPP.
Wed, 11 Nov 2009 12:44:09 +0100 Andras Varga Bug #645: fixes for opening stats file with OMNeT++
Wed, 11 Nov 2009 11:57:14 +0100 Phillip Sitbon Variables time and position in waypoint are public as in the original code
Wed, 11 Nov 2009 00:27:47 +0300 Andrey Mazo Mesh: make GetFields () const
Wed, 11 Nov 2009 00:27:09 +0300 Andrey Mazo Mesh: add constructor to TypeId of WifiInformationElementVector
Tue, 10 Nov 2009 11:03:04 -0800 Craig Dowell correct some wildly out-of-date doxygen
Tue, 10 Nov 2009 06:14:11 -0800 Tom Henderson Document changes to YansWifiPhy defaults
Tue, 10 Nov 2009 06:13:29 -0800 Tom Henderson Point to CHANGES.html
Tue, 10 Nov 2009 14:44:23 +0300 Pavel Boyko Bug 689: default energy detection and CCA thresholds are changed to be more realistic.
Tue, 10 Nov 2009 12:10:35 +0100 Phillip Sitbon Add Waypoint Mobility model to mainstream
Tue, 10 Nov 2009 10:31:51 +0100 Guillaume Seguin set the implementation Scheduler after setting the implementation
Tue, 10 Nov 2009 07:45:32 +0100 Mathieu Lacage remove uneeded header
Mon, 09 Nov 2009 16:45:54 +0100 Mathieu Lacage gah, we don't want to copy the count in the assignment operator
Mon, 09 Nov 2009 16:02:05 +0100 Mathieu Lacage delete dead code
Mon, 09 Nov 2009 12:24:51 +0300 Andrey Mazo Remove my old email from AUTHORS list.
Fri, 06 Nov 2009 15:22:33 -0800 Tom Henderson update AUTHORS list
Fri, 06 Nov 2009 15:16:18 -0800 Mathieu Lacage Ipv4L3Protocol::GetInterface optimization
Fri, 06 Nov 2009 17:47:44 +0100 Mathieu Lacage Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
Fri, 06 Nov 2009 11:27:17 +0100 Mathieu Lacage merge with HEAD
Fri, 06 Nov 2009 11:27:04 +0100 Mathieu Lacage Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer.
Thu, 05 Nov 2009 22:29:53 -0800 Craig Dowell Make tests pass on MinGW, add fifth tutorial example
Thu, 05 Nov 2009 19:15:28 -0800 Craig Dowell branch merge
Thu, 05 Nov 2009 19:14:37 -0800 Craig Dowell pass explicit temp directory to test suites
Thu, 05 Nov 2009 21:04:37 +0100 Mathieu Lacage merge with HEAD
Thu, 05 Nov 2009 21:04:05 +0100 Mathieu Lacage Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency.
Thu, 05 Nov 2009 13:45:33 +0300 Kirill Andreev mesh:Fixed valgrind errors
Thu, 05 Nov 2009 11:17:44 +0100 fmoatamr Bug 705: Make building works under Mingw by disabling socket.h and in.h includes only when Mingw is used
Wed, 04 Nov 2009 21:08:32 -0800 Craig Dowell swap in released 3.6 release notes
Wed, 04 Nov 2009 20:28:31 -0800 Craig Dowell Remove mingw from list of supported platforms
Wed, 04 Nov 2009 22:08:21 +0100 Mathieu Lacage Optimize Object::GetObject. A 40% improvement on some testcases
Tue, 03 Nov 2009 12:50:18 +0300 Kirill Andreev Mesh: fixed updating routing information in HWMP, fixed precursor list in
Mon, 02 Nov 2009 12:28:38 +0300 Kirill Andreev Mesh: fixed initiating proactive PREQ
Sun, 01 Nov 2009 22:47:04 +0000 Gustavo J. A. M. Carneiro Bug 733: OLSR MPR Computation give incorrect result
Fri, 30 Oct 2009 10:23:40 -0700 Craig Dowell remind test.py how to build on unix and limit build scope when posible
Thu, 29 Oct 2009 15:39:41 +0300 Kirill Andreev Mesh: HWMP: fixed proactive routes
Thu, 29 Oct 2009 11:12:12 +0000 Gustavo J. A. M. Carneiro Bring back the --doxygen-no-build option from the dead.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip