Mercurial
Mercurial
>
ns-3.23
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
+120
+1000
+3000
+10000
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 Ipv4Mask == and != operators, similarly to Ipv4Address.
2007-06-18, by Gustavo J. A. M. Carneiro
Bug 37: NS_TEST_ASSERT_EQUAL
2007-06-18, by Gustavo J. A. M. Carneiro
add test and fix buggy assert
2007-06-01, by Mathieu Lacage
add waf.bat for convenience (waf itself still has to be manually copied from outside, though)
2007-06-18, by Gustavo J. A. M. Carneiro
Added tag release ns-3.0.3 for changeset 38099dd26e94
2007-06-17, by Tom Henderson
bump VERSION number
ns-3.0.3
2007-06-17, by Tom Henderson
release_steps.txt document
2007-06-17, by Tom Henderson
improve Packet Header/Trailer API dox
2007-06-16, by Mathieu Lacage
Backed out changeset 767 for the release (not ready)
2007-06-15, by Tom Henderson
back out unfinished p2p changes
2007-06-15, by Tom Henderson
Add a Packet::AddAtEnd unit test.
2007-06-15, by Gustavo J. A. M. Carneiro
WAF: remove debugging print accidentally left in.
2007-06-15, by Gustavo J. A. M. Carneiro
WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
2007-06-15, by Gustavo J. A. M. Carneiro
re-sync cairo-wideint.c with upstream cairo's version (also fixes the recent compiler warning, but in a different way)
2007-06-14, by Gustavo J. A. M. Carneiro
merge
2007-06-14, by Gustavo J. A. M. Carneiro
Simplification to p2p-net-device and p2p-channel (work in progress)
2007-06-14, by George F. Riley
Add main-query-interface.cc sample file
2007-06-13, by Tom Henderson
Fix compilier warning/error: src/simulator/cairo-wideint.c:789: warning: comparison between signed and unsigned integer expressions.
2007-06-13, by Gustavo J. A. M. Carneiro
WAF: add -Wall and -Werror to CXXFLAGS, like in the SCons build.
2007-06-13, by Gustavo J. A. M. Carneiro
add a rationale for the way Trailers work
2007-06-13, by Mathieu Lacage
WAF: process --run and --shell command-line options sooner, before running the build, since we may need a shell before the build finishes, in case the program to debug is part of the build itself.
2007-06-12, by Gustavo J. A. M. Carneiro
Define env['NS3_MODULE_PATH'] in configure rather than build.
2007-06-12, by Gustavo J. A. M. Carneiro
Re-sync WAF build with the latest SConstruct changes.
2007-06-12, by Gustavo J. A. M. Carneiro
add release notes
2007-06-12, by Mathieu Lacage
fix bug 29
2007-06-12, by Mathieu Lacage
fix bug 28
2007-06-12, by Mathieu Lacage
fix main dox entry point
2007-06-11, by Mathieu Lacage
IIpv4 -> Ipv4
2007-06-11, by Mathieu Lacage
merge with HEAD
2007-06-11, by Mathieu Lacage
IUdp -> Udp
2007-06-06, by Mathieu Lacage
IIpv4 -> Ipv4
2007-06-04, by Mathieu Lacage
i-ipv4.h -> ipv4.h
2007-06-04, by Mathieu Lacage
IUdp -> Udp
2007-06-04, by Mathieu Lacage
i-udp.h -> udp.h
2007-06-04, by Mathieu Lacage
ISocketFactory -> SocketFactory
2007-06-04, by Mathieu Lacage
i-socket-factory.h -> socket-factory.h
2007-06-04, by Mathieu Lacage
IIpv4Private -> Ipv4Private
2007-06-04, by Mathieu Lacage
IIpv4Impl -> Ipv4Impl
2007-06-04, by Mathieu Lacage
preprocessor update
2007-06-04, by Mathieu Lacage
IUdpImpl -> UdpImpl
2007-06-04, by Mathieu Lacage
Udp -> UdpL4Protocol
2007-06-04, by Mathieu Lacage
udp.h -> udp-l4-protocol.h
2007-06-04, by Mathieu Lacage
i-arp-private.h -> arp-private.h
2007-06-04, by Mathieu Lacage
i-udp-impl.h -> udp-impl.h
2007-06-04, by Mathieu Lacage
i-ipv4-private.h ipv4-private.h
2007-06-04, by Mathieu Lacage
i-ipv4-impl.h -> ipv4-impl.h
2007-06-04, by Mathieu Lacage
Arp -> ArpL3Protocol
2007-06-04, by Mathieu Lacage
arp.h -> arp-l3-protocol.h
2007-06-04, by Mathieu Lacage
Ipv4 -> Ipv4L3Protocol
2007-06-04, by Mathieu Lacage
rename ipv4.h to ipv4-l3-protocol.h
2007-06-04, by Mathieu Lacage
rename MakeNewObject to Create
2007-06-04, by Mathieu Lacage
remove MakeInternetNode
2007-06-04, by Mathieu Lacage
remove file
2007-06-04, by Mathieu Lacage
rename i-node to node
2007-06-04, by Mathieu Lacage
rename INode to Node
2007-06-04, by Mathieu Lacage
sample code for component manager
2007-05-25, by Mathieu Lacage
add more code to sample code
2007-05-25, by Mathieu Lacage
sample code for Object base class
2007-05-25, by Mathieu Lacage
small typo
2007-05-25, by Mathieu Lacage
improve dox
2007-05-25, by Mathieu Lacage
size of element is pointer, not value
2007-05-25, by Mathieu Lacage
avoid checking for the Object::iid value from within ComponentManager::Register
2007-05-25, by Mathieu Lacage
more tests
2007-05-25, by Mathieu Lacage
eliminate memory leak
2007-05-25, by Mathieu Lacage
add dox
2007-05-25, by Mathieu Lacage
fix buggy assert
2007-05-25, by Mathieu Lacage
add DefaultValue support for ClassId
2007-05-25, by Mathieu Lacage
a new ComponentManager API
2007-05-25, by Mathieu Lacage
make Callback use a separate empty type
2007-05-25, by Mathieu Lacage
add a m_disposed field and check it
2007-05-25, by Mathieu Lacage
use a 16 bit interface id
2007-05-25, by Mathieu Lacage
remove buggy assert
2007-05-25, by Mathieu Lacage
port code from Interface to Object
2007-05-25, by Mathieu Lacage
make QueryInterface const
2007-05-25, by Mathieu Lacage
port ComponentManager to Object from Interface
2007-05-25, by Mathieu Lacage
remove Interface
2007-05-25, by Mathieu Lacage
rename InterfaceObject to Object
2007-05-25, by Mathieu Lacage
remove Object base class
2007-05-25, by Mathieu Lacage
merge
2007-05-25, by Mathieu Lacage
rename ::Add to ::AddInterface
2007-05-19, by Mathieu Lacage
yet another optimization to cut even more on memory allocations
2007-05-19, by Mathieu Lacage
optimization suggested by gustavo
2007-05-17, by Mathieu Lacage
add benchmark by gustavo
2007-05-17, by Mathieu Lacage
a replacement for the Interface base class
2007-05-17, by Mathieu Lacage
Add my institutional email address (gjc@inescporto.pt), in addition to the GMail one.
2007-06-08, by Gustavo J. A. M. Carneiro
Touch file for test checkin
2007-05-31, by Tom Henderson
Add the waf files and scripts to the scons dist
2007-05-25, by Gustavo J. A. M. Carneiro
WAF: add a dist_hook function to exclude the generated documentation from waf dist
2007-05-24, by Gustavo J. A. M. Carneiro
WAF: correct values of VERSION and APPNAME, for waf dist
2007-05-24, by Gustavo J. A. M. Carneiro
WAF: cleanup the main wscript file by moving the definition of the ns3header object type into src/wscript
2007-05-24, by Gustavo J. A. M. Carneiro
uniformize the DefaultValues used by the Event Schedulers
2007-05-24, by Mathieu Lacage
merge
2007-05-24, by Mathieu Lacage
fix bug 24
2007-05-24, by Mathieu Lacage
add tests and fix leak
2007-05-24, by Mathieu Lacage
WAF: reference-list* were removed
2007-05-24, by Gustavo J. A. M. Carneiro
remove ReferenceList: fix bug 27
2007-05-24, by Mathieu Lacage
add Callback::Nullify method
2007-05-24, by Mathieu Lacage
fix bug 23
2007-05-24, by Mathieu Lacage
add DefaultValue support for TimeStepPrecision
2007-05-24, by Mathieu Lacage
add EnumDefaultValue::SetValue
2007-05-24, by Mathieu Lacage
more dox improvements
2007-05-24, by Mathieu Lacage
improve dox
2007-05-24, by Mathieu Lacage
add reference to Emmanuelle in Authors/Copyright
2007-05-24, by Mathieu Lacage
avoid cyclic dependency between Simulator and Time code
2007-05-24, by Mathieu Lacage
fix small typos
2007-05-24, by Mathieu Lacage
namespace the precision values properly
2007-05-24, by Mathieu Lacage
Fixed the problems that were found by Mathieu Lacage in the first
2007-05-21, by Emmanuelle Laprise
The header file ns3/cairo-wideint-private.h was added since the type int32_t was used.
2007-05-17, by Emmanuelle Laprise
merge ns-3.0.2 tag
2007-05-24, by Mathieu Lacage
Added tag release ns-3.0.2 for changeset 7ac5a4b0969b
2007-05-24, by Mathieu Lacage
WAF: remove the rpath options, and add --run and --shell as replacements; additionally, the new options "should" work on Mac OS X, as well as linux2 and win32.
2007-05-23, by Gustavo J. A. M. Carneiro
WAF: cleanup code by putting lcov and doxygen handling into their own separate functions
2007-05-23, by Gustavo J. A. M. Carneiro
Added comparison operators for DataRate
2007-05-21, by Raj Bhattacharjea
WAF: sync with the last SConstruct change (smartvector.h and smartset.h removed)
2007-05-20, by Gustavo J. A. M. Carneiro
WAF: fix problem in --enable/disable-rpath options
2007-05-20, by Gustavo J. A. M. Carneiro
merge
ns-3.0.2
2007-05-20, by Mathieu Lacage
remove unused code
2007-05-20, by Mathieu Lacage
Fix swapped parameters in LogNormalVariable::GetSingleValue and add a couple of LogNormalVariable unit tests.
2007-05-19, by Gustavo J. A. M. Carneiro
Correct the Ptr (T *ptr) documentation.
2007-05-19, by Gustavo J. A. M. Carneiro
Verified build on x86_64
2007-05-18, by Tom Henderson
less
more
|
(0)
-120
+120
+1000
+3000
+10000
tip