2009-07-03 Guillaume Seguin Add trace reordering script. default tip
2009-07-03 Guillaume Seguin Add AsciiWriter, which is silently used from appropriate Helpers
2009-07-02 Guillaume Seguin Remove deprecated example from wscript
2009-07-01 Guillaume Seguin Fix mem leaks (the SimulatorImpl wasn't getting freed due to remaining references)
2009-07-01 Guillaume Seguin Add a few new examples for multithreading evaluation.
2009-07-01 Guillaume Seguin Import initial multithreaded simulator implementation.
2009-07-01 Guillaume Seguin Remove useless line and force initialization of a Singleton in tcp-l4-protocol.cc
2009-07-01 Guillaume Seguin Remove deprecated debug output from DefaultSimulatorImpl
2009-07-01 Guillaume Seguin Disable buffers/caches involved in Packets handling
2009-07-01 Guillaume Seguin Make RefCountBase, CallbackImplBase and Packet classes thread-safe
2009-07-01 Guillaume Seguin Fix locking bug in Object class Unref function
2009-07-01 Guillaume Seguin Add .swp and .tr files to .hgignore
2009-06-24 Guillaume Seguin Make Object class Ref/Unref operators threadsafe
2009-06-24 Guillaume Seguin Set the implementation Scheduler after setting the implementation
2009-06-24 Guillaume Seguin Fix Simulator::SetImplementation : the PeekImpl () == 0 test wasn't checking if the impl had been set
2009-06-24 Guillaume Seguin API change : ScheduleWithContext now takes an _absolute_ time, not a relative one. Update Channels accordingly.
2009-06-23 Guillaume Seguin Update unit tests to add context to events
2009-06-23 Guillaume Seguin Add API to channels to fetch minimum transmission delay
2009-06-23 Guillaume Seguin Rename Init => Start mobility model method, and update helper accordingly
2009-06-22 Guillaume Seguin Modify MobilityModels & MobilitHelper to add context to scheduled events
2009-06-22 Guillaume Seguin Move initial beacon sending to a scheduled Start function
2009-06-22 Guillaume Seguin Add API to NetDevices to Start them
2009-06-22 Guillaume Seguin Add API to NetDeviceContainers to start underlying devices.
2009-06-22 Guillaume Seguin Schedule OLSR routing protocole start instead of starting it immediately.
2009-06-22 Guillaume Seguin Switch order of time / context arguments of ScheduleWithContext function.
2009-06-22 Guillaume Seguin merge with ns-3-dev
2009-06-22 Guillaume Seguin Replace (uint32_t) -1 by 0xffffffff and add a bunch of consistency ASSERTs
2009-06-21 Tom Henderson rescan bindings
2009-06-21 Tom Henderson move list routing and static routing to src/routing directories
2009-06-21 Tom Henderson Remove Ipv4Interface::GetMtu ()
2009-06-21 Tom Henderson cleanup ip alias unfinished cases (bug 591)
2009-06-19 Tom Henderson avoid using non-portable reverse iterator methods
2009-06-19 Tom Henderson merge with tip
2009-06-19 Tom Henderson fix examples and documentation for CalcChecksum changes
2009-06-19 Faker Moatamri Bug 597: Ns-3 doesn't compile under MingWin
2009-06-19 Tom Henderson rescan bindings
2009-06-14 Tom Henderson correct a few XXX in the Ipv4L3Protocol class
2009-06-14 Tom Henderson remove obsolete XXX from UdpHeader API
2009-06-13 Tom Henderson fix for bug 588
2009-06-13 Tom Henderson Fix bug 587 for ListRoutingProtocol bug; add unit test
2009-06-12 Tom Henderson Move Ipv4ListRouting to src/internet-stack; get rid of Impl class
2009-06-12 Mathieu Lacage Remove static routing dependencies in code
2009-06-22 Guillaume Seguin Update PointToPoint, YansWifi, Simple channels to use ScheduleWithContext
2009-06-22 Guillaume Seguin Specify event context in tcp-large-transfer example
2009-06-22 Guillaume Seguin Specify event contexts in dynamic-global-routing example
2009-06-22 Guillaume Seguin Update Application base class to specify start/stop events context
2009-06-22 Guillaume Seguin Minor rework of ns2-mobility-helper to specify scheduled event context
2009-06-22 Guillaume Seguin Catch events without context in DefaultSimulatorImpl
2009-06-22 Guillaume Seguin Implement another ScheduleWithContext function I missed before
2009-06-22 Guillaume Seguin Forward Simulator::Stop (Time const &time) to SimulatorImpl
2009-06-22 Guillaume Seguin Oops, forgot to implement a ScheduleWithContext method
2009-06-21 Guillaume Seguin Remove a bunch of useless includes from helper/multithreading-helper.h
2009-06-21 Guillaume Seguin Make GetContext function be const
2009-06-19 Guillaume Seguin Fix name casing problem
2009-06-19 Guillaume Seguin Add MultiThreadingHelper class, which will setup the multithreading bits
2009-06-19 Guillaume Seguin API change : add GetContext function and use it
2009-06-19 Guillaume Seguin Documentation fix for revision 4564 API changes
2009-06-19 Guillaume Seguin API change : Add ScheduleWithContext function
2009-06-19 Guillaume Seguin Fix segfault introduced by previous commit
2009-06-19 Guillaume Seguin Add a context property to Events/EventIds and update relevant code