Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fix the OLSR documentation.
2007-07-31, by Gustavo J. A. M. Carneiro
Patch from Mathieu, makes EnableNodes templated
2007-07-30, by Gustavo J. A. M. Carneiro
Add documentation for the (few) OLSR public APIs
2007-07-30, by Gustavo J. A. M. Carneiro
Add a simpler olsr::EnableAllNodes API as suggested by Mathieu.
2007-07-30, by Gustavo J. A. M. Carneiro
fix indentation in some places (was broken due to class rename)
2007-07-30, by Gustavo J. A. M. Carneiro
Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.
2007-07-30, by Gustavo J. A. M. Carneiro
solve some merge problems
2007-07-30, by Gustavo J. A. M. Carneiro
merge
2007-07-30, by Gustavo J. A. M. Carneiro
EventCollector: tune the parameters and add a shrinking heuristic.
2007-07-30, by Gustavo J. A. M. Carneiro
Add simple EventCollector benchmark
2007-07-30, by Gustavo J. A. M. Carneiro
EventCollector: move methods to the .cc file
2007-07-30, by Gustavo J. A. M. Carneiro
SingleEvent: move methods to .cc file; add EventId proxy methods, instead of a single GetEventId method.
2007-07-30, by Gustavo J. A. M. Carneiro
merge with ns-3-dev
2007-07-30, by Gustavo J. A. M. Carneiro
Adapt OLSR code to use SingleEvent instead of Timer, and EventCollector.
2007-07-27, by Gustavo J. A. M. Carneiro
merge with ns-3-olsr-support
2007-07-27, by Gustavo J. A. M. Carneiro
Remove Timer, made mostly redundant with the introduction of SingleEvent.
2007-07-27, by Gustavo J. A. M. Carneiro
Add a SingleEvent class.
2007-07-27, by Gustavo J. A. M. Carneiro
Add an EventCollector class, based on concepts discussed in the mailing list
2007-07-27, by Gustavo J. A. M. Carneiro
Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
2007-07-27, by Gustavo J. A. M. Carneiro
WAF: handle the option --doxygen before building the entire project.
2007-07-27, by Gustavo J. A. M. Carneiro
Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
2007-07-26, by Gustavo J. A. M. Carneiro
Allow UDP sockets to receive broadcast (bug #51)
2007-07-26, by Gustavo J. A. M. Carneiro
Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
2007-07-26, by Gustavo J. A. M. Carneiro
Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36.
2007-07-26, by Gustavo J. A. M. Carneiro
Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast.
2007-07-26, by Gustavo J. A. M. Carneiro
Add a Timer class (bug #46)
2007-07-26, by Gustavo J. A. M. Carneiro
EvenId const fixes.
2007-07-26, by Gustavo J. A. M. Carneiro
Bug #88 (Ipv4Address operator ==, !=, < should be inline for performance reasons)
2007-10-11, by Gustavo J. A. M. Carneiro
bug 87: do not export the garbage collection facility from the Timer class.
2007-10-11, by Mathieu Lacage
bug 86: add missing functions to manipulate Mac48Address
2007-10-11, by Mathieu Lacage
constify more conversion operators
2007-10-11, by Mathieu Lacage
constify conversion operator
2007-10-11, by Mathieu Lacage
add missing call to Simulator::Destroy to cleanup after test
2007-10-10, by Mathieu Lacage
Fix CommandLine::AddArgCommand memory leak.
2007-10-10, by Gustavo J. A. M. Carneiro
Bug 81 (CommandLine::AddArgValue not working correctly)
2007-10-09, by Gustavo J. A. M. Carneiro
Bug 82 (Add convenience API to retrieve default values)
2007-10-08, by Gustavo J. A. M. Carneiro
Fix bug 80 (valgrind error when finalizing PacketMetadata).
2007-10-08, by Gustavo J. A. M. Carneiro
merge
2007-10-08, by Gustavo J. A. M. Carneiro
Use 'const Ptr<T>' rather than 'Ptr<T> const'
2007-10-08, by Gustavo J. A. M. Carneiro
Add operator < to Ptr smart pointers, to make them behave well with STL containers.
2007-10-05, by Gustavo J. A. M. Carneiro
remove 'All rights reserved' mention
2007-10-08, by Mathieu Lacage
add missing copyright
2007-10-08, by Mathieu Lacage
merge with HEAD
2007-10-08, by Mathieu Lacage
add Timer::GetDelayLeft
2007-10-04, by Mathieu Lacage
make the timer a tristate object
2007-10-04, by Mathieu Lacage
add Timer::Suspend/Resume/IsSuspended
2007-10-03, by Mathieu Lacage
add Simulator::GetDelayLeft
2007-10-03, by Mathieu Lacage
remove uneeded forward declaration
2007-10-02, by Mathieu Lacage
add a Timer::Schedule (delay) method
2007-09-28, by Mathieu Lacage
add tests
2007-09-28, by Mathieu Lacage
add support for 6-arg Timer::SetFunction
2007-09-28, by Mathieu Lacage
add support for 6-arg SetArguments
2007-09-28, by Mathieu Lacage
add 6 arg support to pointer to function traits
2007-09-28, by Mathieu Lacage
add 6 arg support to pointer to member traits
2007-09-28, by Mathieu Lacage
simplicy policy handling
2007-09-28, by Mathieu Lacage
re-implement the Timer class with the new type traits
2007-09-28, by Mathieu Lacage
implement the helper IntToType template
2007-09-28, by Mathieu Lacage
forgot to add the nArgs enum in FunctionPtrTraits
2007-09-28, by Mathieu Lacage
rewrite the TypeTraits and add some tests
2007-09-28, by Mathieu Lacage
add testcase, make it work
2007-09-27, by Mathieu Lacage
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip