| 2009-09-02 |
Allow ns3moduleheader taskgen with empty list of source headers (for completely optional ns-3 modules)
|
file | diff | annotate |
| 2009-08-22 |
second phase of IPv6 checkins from Univ. of Strasbourg team
|
file | diff | annotate |
| 2009-06-21 |
move list routing and static routing to src/routing directories
|
file | diff | annotate |
| 2009-06-09 |
Rename TapNetDevice to VirtualNetDevice
|
file | diff | annotate |
| 2009-05-30 |
merge
|
file | diff | annotate |
| 2009-05-24 |
Add TapNetDevice (formerly known as VirtualNetDevice)
|
file | diff | annotate |
| 2009-05-28 |
802.11b PHY support
|
file | diff | annotate |
| 2009-04-22 |
enable static builds, even when python is enabled
|
file | diff | annotate |
| 2009-04-21 |
bug 537: no support to build static ns-3 binaries
|
file | diff | annotate |
| 2009-04-21 |
remove dead code
|
file | diff | annotate |
| 2009-04-20 |
Upgrade to WAF 1.5.5
|
file | diff | annotate |
| 2009-04-13 |
Upgrade to WAF 1.5.4
|
file | diff | annotate |
| 2009-01-27 |
checkpoint tap bridge
|
file | diff | annotate |
| 2009-01-27 |
checkpoint tap development
|
file | diff | annotate |
| 2009-01-25 |
Workaround WAF issue 325 for generating module header files
|
file | diff | annotate |
| 2008-12-29 |
Fix --python-scan
|
file | diff | annotate |
| 2008-12-29 |
Upgrade to new WAF, work in progress
|
file | diff | annotate |
| 2008-11-07 |
osx doesn't emu
|
file | diff | annotate |
| 2008-11-05 |
remove tap device and helper
|
file | diff | annotate |
| 2008-10-29 |
rework to address suid root issues
|
file | diff | annotate |
| 2008-10-29 |
branch merge
|
file | diff | annotate |
| 2008-10-27 |
give up on merging tap and emulated, break apart
|
file | diff | annotate |
| 2008-10-27 |
merge in tap device
|
file | diff | annotate |
| 2008-10-29 |
Apply icmp-application patch frm lacage
|
file | diff | annotate |
| 2008-09-02 |
merge nsc phase one
|
file | diff | annotate |
| 2008-08-29 |
nsc: enable network simulation cradle
|
file | diff | annotate |
| 2008-08-29 |
Stats module and example merged in.
|
file | diff | annotate |
| 2008-07-31 |
bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
|
file | diff | annotate |
| 2008-07-04 |
Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
|
file | diff | annotate |
| 2008-06-09 |
bug 186: internet-node directory must be renamed to internet-stack
|
file | diff | annotate |
| 2008-05-13 |
a basic but useful Gtk+-based config-store
|
file | diff | annotate |
| 2008-04-26 |
WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
|
file | diff | annotate |
| 2008-03-26 |
Don't generate module dependencies includes in module headers.
|
file | diff | annotate |
| 2008-03-15 |
Generate foo-module.h module aggreator header files, for use in user scripts.
|
file | diff | annotate |
| 2007-12-26 |
Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
|
file | diff | annotate |
| 2008-03-13 |
move helpers to their own dir.
|
file | diff | annotate |
| 2007-12-11 |
merge with HEAD
|
file | diff | annotate |
| 2007-12-07 |
merge with HEAD
|
file | diff | annotate |
| 2007-11-22 |
merge with Ptr<Packet> branch
|
file | diff | annotate |
| 2007-10-16 |
merge with HEAD
|
file | diff | annotate |
| 2007-10-01 |
merge with trunk
|
file | diff | annotate |
| 2007-08-24 |
start of work towards port of wifi code
|
file | diff | annotate |
| 2007-12-09 |
New waf snapshot; move the ns3 library back to the top build dir (the 'lib' was only a workaround for a waf problem); allow --enable-modules on a per build run basis.
|
file | diff | annotate |
| 2007-12-06 |
Create a new contrib module; move event-garbage-collector.{h,cc} to the contrib module.
|
file | diff | annotate |
| 2007-12-05 |
Add support for publishing ns3 headers in a subdir of ns3/ (we probably won't be needing this, but since it was implemented it might as well be commited, in case we ever need it)
|
file | diff | annotate |
| 2007-11-20 |
WAF: add a new --enable-modules configure option, to tell WAF to build only the specified set of ns-3 modules and its dependencies; programs depending on those modules are automatically excluded from the build.
|
file | diff | annotate |
| 2007-09-21 |
merge with ns-3-dev
|
file | diff | annotate |
| 2007-09-05 |
merge
|
file | diff | annotate |
| 2007-07-30 |
merge
|
file | diff | annotate |
| 2007-07-26 |
Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
|
file | diff | annotate |
| 2007-09-12 |
start of udp echo applications
|
file | diff | annotate |
| 2007-08-28 |
Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
|
file | diff | annotate |
| 2007-08-09 |
rename to csma
|
file | diff | annotate |
| 2007-08-08 |
Build all modules as a single ns3 shared library.
|
file | diff | annotate |
| 2007-08-08 |
WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
|
file | diff | annotate |
| 2007-08-08 |
Revert experimental code in src/wscript accidentally committed.
|
file | diff | annotate |
| 2007-08-08 |
WAF: handle --doxygen before building; now only generates docs and does not build anything.
|
file | diff | annotate |
| 2007-08-03 |
interim
|
file | diff | annotate |
| 2007-08-03 |
merge with ns-3-dev
|
file | diff | annotate |
| 2007-07-27 |
rename party
|
file | diff | annotate |