Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+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.
In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux. Add note explaining what's wrong.
2008-02-01, by Gustavo J. A. M. Carneiro
Fix OLSR example: don't add static routes, increase simulation time to 300 seconds.
2008-02-01, by Gustavo J. A. M. Carneiro
Unbreak ParameterLogger
2008-02-01, by Gustavo J. A. M. Carneiro
Start the Olsr agent (accidentally removed during last code refactoring)
2008-02-01, by Gustavo J. A. M. Carneiro
merge with HEAD
2008-02-01, by Mathieu Lacage
add an extra link to the PHY model paper
2008-01-15, by Mathieu Lacage
fix doxygen warnings
2008-01-15, by Mathieu Lacage
merge with HEAD
2008-01-15, by Mathieu Lacage
forward only packets for ourselves.
2007-12-19, by Mathieu Lacage
it is possible to receive packets which are not tagged. ignore them rather than crash.
2007-12-19, by Mathieu Lacage
ensure m_listener is initialized properly
2007-12-19, by Mathieu Lacage
doxygen
2007-12-17, by Mathieu Lacage
add a few comments here and there
2007-12-17, by Mathieu Lacage
more doxygen
2007-12-17, by Mathieu Lacage
add some doxygen
2007-12-17, by Mathieu Lacage
fix optimized build
2007-12-15, by Mathieu Lacage
fix optimized build
2007-12-15, by Mathieu Lacage
success heuristic was inverted.
2007-12-14, by Mathieu Lacage
some debugging. Max rate test was inverted.
2007-12-14, by Mathieu Lacage
avoid uninitialized variables.
2007-12-14, by Mathieu Lacage
implement the MRR portion of AMRR
2007-12-13, by Mathieu Lacage
return the computed rate
2007-12-13, by Mathieu Lacage
implement AMRR for true.
2007-12-13, by Mathieu Lacage
AMRR rate control algorithm
2007-12-13, by Mathieu Lacage
the meat of the onoe rate control algorithm.
2007-12-13, by Mathieu Lacage
Onoe rate control
2007-12-13, by Mathieu Lacage
use the new MacStation::Report*Failed methods.
2007-12-12, by Mathieu Lacage
add MacStation::ReportFinal* methods for onoe rate control model
2007-12-12, by Mathieu Lacage
introduce a low latency parameter for rate control algorithms
2007-12-12, by Mathieu Lacage
add legend support to gnuplot output
2007-12-12, by Mathieu Lacage
updated doxygen
2007-12-11, by Mathieu Lacage
estimation delay and jitter
2007-12-11, by Mathieu Lacage
merge with HEAD
2007-12-11, by Mathieu Lacage
add tracing support to PacketSink
2007-12-11, by Mathieu Lacage
fix small typo
2007-12-11, by Mathieu Lacage
add tx packet trace support
2007-12-11, by Mathieu Lacage
add application tracing support
2007-12-11, by Mathieu Lacage
make Packet::AddTag a const method
2007-12-11, by Mathieu Lacage
AddInterface -> AggregateObject
2008-01-31, by Mathieu Lacage
QueryInterface -> GetObject
2008-01-31, by Mathieu Lacage
merge with HEAD again
2008-01-31, by Mathieu Lacage
merge with HEAD
2008-01-30, by Mathieu Lacage
interface-id -> type-id
2008-01-16, by Mathieu Lacage
merge with head
2008-01-15, by Mathieu Lacage
iid -> tid
2008-01-15, by Mathieu Lacage
iid (void) -> GetTypeId (void)
2008-01-15, by Mathieu Lacage
InterfaceId -> TypeId
2008-01-15, by Mathieu Lacage
replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
2008-01-03, by Mathieu Lacage
typo
2008-01-03, by Mathieu Lacage
use NS_OBJECT_ENSURE_REGISTERED and fix off-by-one in IidManager::GetRegistered
2008-01-03, by Mathieu Lacage
add NS_OBJECT_ENSURE_REGISTERED
2008-01-03, by Mathieu Lacage
go to the next element in search loop
2008-01-03, by Mathieu Lacage
work around weird compiler warning/error.
2008-01-03, by Mathieu Lacage
check constructor with reference arguments
2008-01-03, by Mathieu Lacage
a replacement for ClassIdDefaultValue
2008-01-03, by Mathieu Lacage
add InterfaceId::HasConstructor
2008-01-03, by Mathieu Lacage
make the internal InterfaceId constructor explicit
2008-01-03, by Mathieu Lacage
add support to browse the list of existing InterfaceId
2008-01-03, by Mathieu Lacage
get rid of MakeInterfaceId
2008-01-03, by Mathieu Lacage
add 'factory' support to InterfaceId
2008-01-02, by Mathieu Lacage
merge with callback improvements.
2008-01-02, by Mathieu Lacage
rewrite interface id metadata
2008-01-02, by Mathieu Lacage
remove some remnants from the iid-a-variable era.
2008-01-02, by Mathieu Lacage
add some separation markers
2008-01-02, by Mathieu Lacage
replace static const Interface iid; with static InterfaceId iid (void);
2008-01-02, by Mathieu Lacage
fix bug 122: get rid of duplicate argument to QueryInterface
2008-01-02, by Mathieu Lacage
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
2008-01-02, by Mathieu Lacage
remove dependency on Callbacks from Ptr test code
2008-01-30, by Mathieu Lacage
some more tutorial updates
2008-01-27, by Tom Henderson
fix optimized build
2008-01-26, by Tom Henderson
Fix uninitialized member
2008-01-25, by Tom Henderson
Merge TCP implementation (raj/ns-3-tcp)
2008-01-25, by Tom Henderson
Added in ns-3-tcp (second try)
2008-01-25, by Raj Bhattacharjea
Add chapter on callbacks to the tutorial
2008-01-25, by Tom Henderson
add hyperlinks to wiki, Doxygen
2008-01-19, by Tom Henderson
Split tutorial.texi into multiple files; some work on the tracing section
2008-01-19, by Tom Henderson
Added tag release ns-3.0.10 for changeset b5bf2588cde2
2008-01-15, by Craig Dowell
bump version and add release notes
ns-3.0.10
2008-01-15, by Craig Dowell
Print the correct type in the callback assign error message (instead of Ptr<const CallbackImplBase>)
2008-01-15, by Gustavo J. A. M. Carneiro
Doxygen organization
2008-01-10, by Tom Henderson
Missing subsection text
2008-01-11, by Tom Henderson
remove executable bit from file mode
2008-01-09, by Tom Henderson
Fix bug 125 (make helper function non-virtual)
2008-01-09, by Tom Henderson
Document the iid parameter of OnOffApplication.
2008-01-08, by Gustavo J. A. M. Carneiro
Don't print 'Entering directory xxx' when running waf --shell; it is misleading.
2008-01-08, by Gustavo J. A. M. Carneiro
fix node and up
2008-01-07, by Craig Dowell
figures
2008-01-07, by Craig Dowell
interfaces
2008-01-07, by Craig Dowell
copy the packet before sending it down or up
2008-01-07, by Mathieu Lacage
Add a --valgrind WAF option (bug #124)
2008-01-03, by Gustavo J. A. M. Carneiro
Make the CallbackBase class more useful than it was.
2008-01-02, by Mathieu Lacage
fix bug in PacketSink
2007-12-30, by Tom Henderson
remove const qualifier from uint16_t
2007-12-28, by Tom Henderson
Fix small typo
2007-12-26, by Tom Henderson
update doc/tracing.h to Ptr<Packet>
2007-12-26, by Tom Henderson
back out doc/tutorial.h (not yet)
2007-12-26, by Tom Henderson
Doxygen for internet-node.h
2007-12-26, by Tom Henderson
add missing copyright/license header
2007-12-26, by Mathieu Lacage
fix bug 98
2007-12-25, by Mathieu Lacage
Remove ghost declaration of function AllocateClassId.
2007-12-22, by Gustavo J. A. M. Carneiro
Don't include the 'global-route-manager-impl.h' private header from the public header 'candidate-queue.h'.
2007-12-20, by Gustavo J. A. M. Carneiro
const fixes (new GCC 4.2 warning)
2007-12-17, by Gustavo J. A. M. Carneiro
update release_steps.txt
2007-12-15, by Tom Henderson
Added tag release ns-3.0.9 for changeset 4db981a0d9eb
2007-12-15, by Tom Henderson
bump VERSION and finish RELEASE_NOTES
ns-3.0.9
2007-12-15, by Tom Henderson
Repair doxygen errors
2007-12-15, by Tom Henderson
add internal keyword to udp-impl documentation
2007-12-15, by Tom Henderson
packet pointer police patrolled product preventing presence of prior pattern proactively
2007-12-14, by Craig Dowell
fix optimized build
2007-12-14, by Mathieu Lacage
put updated tutorial.texi in doc directory
2007-12-13, by Craig Dowell
Add uint8_t* based API for sockets
2007-12-13, by Raj Bhattacharjea
initial release notes for upcoming release
2007-12-12, by Mathieu Lacage
add legend support to gnuplot output
2007-12-12, by Mathieu Lacage
make Packet::AddTag a const method
2007-12-11, by Mathieu Lacage
add application tracing support
2007-12-11, by Mathieu Lacage
merge with HEAD
2007-12-12, by Mathieu Lacage
add support for gnuplot error bars
2007-12-11, by Mathieu Lacage
Doxygen the SocketFactory classes
2007-12-11, by Tom Henderson
merge with HEAD
2007-12-11, by Mathieu Lacage
the check was not really inverted after all. Damned.
2007-12-07, by Mathieu Lacage
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip