2009-11-16 Timo Bingmann Merging with ns-3-dev default tip
2009-11-15 Mathieu Lacage merge with HEAD
2009-11-15 Mathieu Lacage make the destructor non-pure for the python bindings
2009-11-14 Tom Henderson file TTL change under another category
2009-11-14 Tom Henderson Align tcp test program with Application API change
2009-11-14 Mathieu Lacage update udp test to new API
2009-11-14 Pavel Boyko Default TTL of IPv4 broadcast datagrams changed from 1 to 64
2009-11-14 Tom Henderson further updates to main.h
2009-11-14 Mathieu Lacage start RELEASE_NOTES for 3.7
2009-11-14 Mathieu Lacage document API changes for release
2009-11-14 Guillaume Seguin Make sure that every incoming packet has a context
2009-11-14 Guillaume Seguin Make applications generate traffic within their associated context/node
2009-11-14 Guillaume Seguin Call Simulator::ScheduleWithContext from ns3::Channel subclasses when sending packets to other nodes
2009-11-14 Guillaume Seguin Print node context in log messages
2009-11-14 Guillaume Seguin Introduce Simulator::ScheduleWithContext* and Simulator::GetContext
2009-11-14 Sebastien Vincent Fix build on MinGW.
2009-11-13 Tom Henderson update doxygen main page
2009-11-13 Tom Henderson fix tutorial pdf build
2009-11-13 Tom Henderson Align with texi2html-1.82 api changes
2009-11-13 Tom Henderson HOWTOs are now on the wiki
2009-11-13 Tom Henderson add missing dependencies
2009-11-13 Tom Henderson Align with texi2html-1.82 api changes
2009-11-13 Nicola Baldo added UniformDiscPositionAllocator (bug 672)
2009-11-13 Pavel Boyko bugfix in YansWifiPhy::SetChannelNumber()
2009-11-13 Pavel Boyko ChannelNumber attribute added to YansWifiPhy. Now it is possible to setup wifi channel using WifiPhyHelper::Set() method.
2009-11-13 Pavel Boyko cosmetics
2009-11-13 Kirill Andreev [Bug 740] OLSR MprCompute () works wrong: fixed
2009-11-12 fmoatamr Make building works under g++-4.0.4,4.1.2 and OSX PPC
2009-11-12 Guillaume Seguin Simulator::SetScheduler now takes an ObjectFactory
2009-11-12 Mathieu Lacage merge with HEAD
2009-11-12 Mathieu Lacage replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-11-12 Faker Moatamri Rescan python bindings
2009-11-11 Sebastien Vincent Bug #729 IPv6 over PPP.
2009-11-11 Andras Varga Bug #645: fixes for opening stats file with OMNeT++
2009-11-11 Phillip Sitbon Variables time and position in waypoint are public as in the original code
2009-11-11 Andrey Mazo Mesh: make GetFields () const
2009-11-11 Andrey Mazo Mesh: add constructor to TypeId of WifiInformationElementVector
2009-11-10 Craig Dowell correct some wildly out-of-date doxygen
2009-11-10 Tom Henderson Document changes to YansWifiPhy defaults
2009-11-10 Tom Henderson Point to CHANGES.html
2009-11-10 Pavel Boyko Bug 689: default energy detection and CCA thresholds are changed to be more realistic.
2009-11-10 Phillip Sitbon Add Waypoint Mobility model to mainstream
2009-11-10 Guillaume Seguin set the implementation Scheduler after setting the implementation
2009-11-10 Mathieu Lacage remove uneeded header
2009-11-09 Mathieu Lacage gah, we don't want to copy the count in the assignment operator
2009-11-09 Mathieu Lacage delete dead code
2009-11-09 Andrey Mazo Remove my old email from AUTHORS list.
2009-11-06 Tom Henderson update AUTHORS list
2009-11-06 Mathieu Lacage Ipv4L3Protocol::GetInterface optimization
2009-11-06 Mathieu Lacage Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
2009-11-06 Mathieu Lacage merge with HEAD
2009-11-06 Mathieu Lacage Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer.
2009-11-05 Craig Dowell Make tests pass on MinGW, add fifth tutorial example
2009-11-05 Craig Dowell branch merge
2009-11-05 Craig Dowell pass explicit temp directory to test suites
2009-11-05 Mathieu Lacage merge with HEAD
2009-11-05 Mathieu Lacage Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency.
2009-11-05 Kirill Andreev mesh:Fixed valgrind errors
2009-11-05 fmoatamr Bug 705: Make building works under Mingw by disabling socket.h and in.h includes only when Mingw is used
2009-11-04 Craig Dowell swap in released 3.6 release notes