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.
add Value support to Rectangle
2008-02-07, by Mathieu Lacage
add Value support to Vector
2008-02-07, by Mathieu Lacage
make param-spec-helper.h public
2008-02-07, by Mathieu Lacage
add back FpValue support
2008-02-07, by Mathieu Lacage
add Value support to RandomVariable.
2008-02-07, by Mathieu Lacage
bug 133: automate RandomVariable memory management.
2008-02-07, by Mathieu Lacage
enforce TypeId::PARAM_* flags
2008-02-06, by Mathieu Lacage
add back EnumValue
2008-02-04, by Mathieu Lacage
split ParamSpec::CreateInitialValue -> ParamSpec::GetInitialValue + ParamSpec::CreateValue
2008-02-04, by Mathieu Lacage
forgot to add new files
2008-02-04, by Mathieu Lacage
add back UintValue
2008-02-04, by Mathieu Lacage
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
Merge
2008-02-05, by Raj Bhattacharjea
Slight refactor of TCP code so two way connections don't bug out
2008-02-05, by Raj Bhattacharjea
Patch for bug 130 from Gustavo
2008-02-05, by Raj Bhattacharjea
some more edits to the front part of the tutorial
2008-02-04, by Tom Henderson
fix instances of stale names
2008-02-04, by Craig Dowell
object model section of tutorial needed to be rewritten due to ns-3-object changes.
2008-02-04, by Craig Dowell
tutorial now agrees with ns3-object changes
2008-02-04, by Craig Dowell
half of example describing how to plumb in new model without plumbing
2008-02-04, by Craig Dowell
Further alignment of simple-point-to-point.cc with ns-2/simple.tcl (add TCP)
2008-02-03, by Tom Henderson
OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
2008-02-03, by Gustavo J. A. M. Carneiro
merge
2008-02-03, by Gustavo J. A. M. Carneiro
OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
2008-02-03, by Gustavo J. A. M. Carneiro
Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
2008-02-03, by Gustavo J. A. M. Carneiro
Fix tutorial TOC
2008-02-02, by Tom Henderson
formatting cleanup
2008-02-02, by Tom Henderson
typos and formatting of Introduction section
2008-02-01, by Tom Henderson
UDP sockets are fixed, remove the hack and note.
2008-02-01, by Gustavo J. A. M. Carneiro
Fix UDP source address, make it honor Bind().
2008-02-01, by Gustavo J. A. M. Carneiro
Some more udp socket debug messages
2008-02-01, by Gustavo J. A. M. Carneiro
Put back the simulation time in 30 seconds, else we generate huge trace files.
2008-02-01, by Gustavo J. A. M. Carneiro
Add more debug info to olsr routing table
2008-02-01, by Gustavo J. A. M. Carneiro
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip