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
2009-11-04 Craig Dowell Remove mingw from list of supported platforms
2009-11-04 Mathieu Lacage Optimize Object::GetObject. A 40% improvement on some testcases
2009-11-03 Kirill Andreev Mesh: fixed updating routing information in HWMP, fixed precursor list in
2009-11-02 Kirill Andreev Mesh: fixed initiating proactive PREQ
2009-11-01 Gustavo J. A. M. Carneiro Bug 733: OLSR MPR Computation give incorrect result
2009-10-30 Craig Dowell remind test.py how to build on unix and limit build scope when posible
2009-10-29 Kirill Andreev Mesh: HWMP: fixed proactive routes
2009-10-29 Gustavo J. A. M. Carneiro Bring back the --doxygen-no-build option from the dead.
2009-10-28 Mirko Banchi A-MSDU aggregation is not a default feature.
2009-10-28 fmoatamr Fix testing under Mac OS X
2009-10-28 Pavel Boyko Pcap::Diff() method added to compare PCAP traces packet-by-packet
2009-10-27 Kirill Andreev Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc, valgrind errors in
2009-10-27 Andrey Mazo omit -march=native for <gcc-4.2;
2009-10-27 Andrey Mazo mesh: small doxygen fix.
2009-10-27 Craig Dowell Make test.py work on MinGW
2009-10-27 craigdo test.py prints example elapsed times
2009-10-26 Craig Dowell try and make test.py a bit more portable
2009-10-26 Craig Dowell make win32 compile again
2009-10-26 Craig Dowell Apply Gustavo's patch for MinGW compatibiliy
2009-10-26 Gustavo J. A. M. Carneiro Python API rescan
2009-10-23 Tom Henderson add back TCP test case
2009-10-23 Andrey Mazo append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS.
2009-10-23 Andrey Mazo append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile.
2009-10-23 Andrey Mazo introduce new build profile "release": -O3 -g0.