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.
remove un-needed object.h include.
2008-02-04, by Mathieu Lacage
weird leftover from the ClassId changes.
2008-02-04, by Mathieu Lacage
add back IntValue support
2008-02-04, by Mathieu Lacage
make Ptr<T> convertible to a Value.
2008-01-31, by Mathieu Lacage
get rid of very long constructor
2008-01-30, by Mathieu Lacage
attempt to perform correctly automatic conversions.
2008-01-30, by Mathieu Lacage
initial work on Value code
2008-01-30, by Mathieu Lacage
introduce ObjectBase
2008-01-30, by Mathieu Lacage
Merge in forking tcp servers
2008-03-14, by Raj Bhattacharjea
This callback is supposed to happen later
2008-03-13, by Raj Bhattacharjea
Undo changes to the packet sink to accept incoming connections; change the default behavior of the socket connection request notifier instead
2008-03-13, by Raj Bhattacharjea
fix rtt::copy's signature
2008-02-20, by Raj Bhattacharjea
undoes 2326:eec07777d1a2 because localInterface is no longer needed (see bug 136)
2008-03-12, by Raj Bhattacharjea
Cleanup of ipv4endpointdemux and tcpl4protocol
2008-03-12, by Raj Bhattacharjea
Fixes to tcp and to the ipv4endpointdemux to allow forking to work correctly
2008-03-12, by Raj Bhattacharjea
First cut at making the socket clone
2008-03-12, by Raj Bhattacharjea
OLSR: fix default willingness value, cleanup and fix the MPR computation algorithm.
2008-03-13, by Gustavo J. A. M. Carneiro
store length type field in ethernet packets in network order.
2008-03-07, by Guillaume Vu-Brugier
OLSR optimization: avoid doing routing table computation if no local DB changed after receiving a OLSR packet.
2008-03-06, by Gustavo J. A. M. Carneiro
Small OLSR memory optimisation.
2008-03-03, by Gustavo J. A. M. Carneiro
Release all events left upon Simulator::Destroy
2008-02-26, by Mathieu Lacage
Sync event must be properly canceled upon tx during sync.
2008-02-26, by Federico Maguolo
Use the physical rate where needed.
2008-02-26, by Federico Maguolo
Fix memory leaks in PendingData class by returning Ptr<Packet> instead of PendingData* where appropriate
2008-02-25, by Raj Bhattacharjea
Move TcpSocket::m_retxEvent.Cancel to TcpSocket::Destroy; undoes d4217d7ba4ba
2008-02-25, by Raj Bhattacharjea
Fix to make the TCP SYN retransmission do a binary exponential backoff
2008-02-25, by Kulin Shah
RRAA implementation.
2008-02-22, by Federico Maguolo
Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
2008-02-22, by Mathieu Lacage
allow rate control algorithms to control more per-packet parameters.
2008-02-22, by Federico Maguolo
the NAV should be updated only when the packet is _not_ addressed to us. (see section 9.2.5.4)
2008-02-22, by Federico Maguolo
add extra StopAt call to ensure that the simulation ends at some point.
2008-02-20, by Mathieu Lacage
Update NS_LOG documentation
2008-02-19, by Tom Henderson
Fix the WAF --run option for running a program with command line options
2008-02-19, by Gustavo J. A. M. Carneiro
Fix a typo in the WAF scripts; don't access m_linktask directly, use the get_target_name() method instead (to make it work with waf trunk).
2008-02-17, by Gustavo J. A. M. Carneiro
a few tweaks to the release steps document
2008-02-16, by Tom Henderson
Added tag release-3.0.11 for changeset ee5e1da76ecc
2008-02-16, by Tom Henderson
add Joe Kopena to AUTHORS list
ns-3.0.11
2008-02-16, by Tom Henderson
avoid infinite recursion in Tcp callback (bug 131)
2008-02-15, by Tom Henderson
fix doxygen.
2008-02-15, by Mathieu Lacage
update version number
2008-02-15, by Mathieu Lacage
initial release notes
2008-02-15, by Mathieu Lacage
bug 133: automate RandomVariable memory management.
2008-02-15, by Mathieu Lacage
fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo.
2008-02-15, by Mathieu Lacage
Make the OLSR routing protocol priority higher, not lower, than static routing.
2008-02-14, by Gustavo J. A. M. Carneiro
Add support for tracing the OLSR routing table size.
2008-02-14, by Gustavo J. A. M. Carneiro
Check for malformed trace paths that do not start with '/'.
2008-02-14, by Gustavo J. A. M. Carneiro
Make Packet::RemoveTag behave as documented (bug #139)
2008-02-14, by Gustavo J. A. M. Carneiro
Fix TCP server socket connection notification (part of bug 132)
2008-02-13, by Raj Bhattacharjea
A couple more OLSR bug fixes
2008-02-13, by Gustavo J. A. M. Carneiro
OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
2008-02-13, by Gustavo J. A. M. Carneiro
Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
2008-02-13, by Gustavo J. A. M. Carneiro
Fix broadcast packet reception for locally bound sockets (bug #136)
2008-02-13, by Gustavo J. A. M. Carneiro
Add the IPv4 header before deciding whether to drop packets. Closes bug #135.
2008-02-11, by Gustavo J. A. M. Carneiro
The message "Unable to determine outbound interface. No default route set"
2008-02-10, by Gustavo J. A. M. Carneiro
Upgrade WAF to version 1.3.2
2008-02-10, by Gustavo J. A. M. Carneiro
RandomWalk2dMobilityModel changed name to RandomWalkMobilityModel (typo or intentional?)
2008-02-10, by Gustavo J. A. M. Carneiro
Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)
2008-02-09, by Gustavo J. A. M. Carneiro
branch merge
2008-02-06, by Craig Dowell
further ns-3-obj changes
2008-02-06, by Craig Dowell
Move TcpSocket's m_retxEvent.Cancel() to ~TcpSocket(), so that it is executed by all possible code paths leading up to a TcpSocket deallocation.
2008-02-06, by Gustavo J. A. M. Carneiro
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip