src/node/wscript
2008-11-07 Initial IPv6 capability
2008-10-29 apply icmp patch
2008-06-04 bug 207: ipv4-header.h needed in src/node module.
2008-05-20 Add abstract base class TcpSocket
2008-05-20 move Tcp to TcpSocketFactory
2008-05-20 rename UdpSocket to UdpSocketImpl
2008-05-20 Add attributes to new abstract base class for UdpSocket
2008-05-17 s/ns3::Udp/ns3::UdpSocketFactory
2008-05-16 undo SocketDefaults class; plumb in new UdpSocket option attributes
2008-05-12 Add SocketDefaults to store socket option attributes
2008-03-24 address generator, address collision checker
2008-03-24 fix unit tests
2008-03-21 ip helper and find ip interface for device method on ipv4
2008-03-20 SimpleChannel/SimpleNetDevice. Use them where needed.
2007-12-26 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
2008-03-13 move helpers to their own dir.
2008-02-14 add node/device containers to build
2008-01-25 Added in ns-3-tcp (second try)
2007-09-12 rename Euixx to Macxx
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.
2007-08-01 a packet socket
2007-07-30 InetAddress -> InetSocketAddress
2007-07-30 merge
2007-07-27 ipv4-transport-address -> inet-address
2007-07-26 replace MacAddress by Address
2007-07-26 new address types
2007-07-28 WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
2007-07-27 ethernet Header and Trailer classes
2007-07-20 WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
2007-07-15 WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
2007-06-15 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-12 Re-sync WAF build with the latest SConstruct changes.
2007-06-04 rename i-node to node
2007-05-14 Update WAF scripts to changes in source tree layout
2007-05-14 rename node.h to i-node.h
2007-05-13 merge
2007-05-13 WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
2007-05-07 Add support for building with WAF