Wed, 04 Jun 2008 10:18:57 -0700 |
Mathieu Lacage |
bug 207: ipv4-header.h needed in src/node module.
|
file |
diff |
annotate
|
Tue, 20 May 2008 12:36:05 -0700 |
Tom Henderson |
Add abstract base class TcpSocket
|
file |
diff |
annotate
|
Tue, 20 May 2008 12:16:55 -0700 |
Tom Henderson |
move Tcp to TcpSocketFactory
|
file |
diff |
annotate
|
Tue, 20 May 2008 10:30:40 -0700 |
Tom Henderson |
rename UdpSocket to UdpSocketImpl
|
file |
diff |
annotate
|
Tue, 20 May 2008 07:25:17 -0700 |
Tom Henderson |
Add attributes to new abstract base class for UdpSocket
|
file |
diff |
annotate
|
Sat, 17 May 2008 12:08:20 -0700 |
Tom Henderson |
s/ns3::Udp/ns3::UdpSocketFactory
|
file |
diff |
annotate
|
Fri, 16 May 2008 21:28:07 -0700 |
Tom Henderson |
undo SocketDefaults class; plumb in new UdpSocket option attributes
|
file |
diff |
annotate
|
Mon, 12 May 2008 23:02:23 -0700 |
Tom Henderson |
Add SocketDefaults to store socket option attributes
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 15:31:54 -0700 |
Craig Dowell |
address generator, address collision checker
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 12:56:39 -0700 |
Craig Dowell |
fix unit tests
|
file |
diff |
annotate
|
Fri, 21 Mar 2008 17:26:01 -0700 |
Craig Dowell |
ip helper and find ip interface for device method on ipv4
|
file |
diff |
annotate
|
Thu, 20 Mar 2008 15:27:48 -0700 |
Mathieu Lacage |
SimpleChannel/SimpleNetDevice. Use them where needed.
|
file |
diff |
annotate
|
Wed, 26 Dec 2007 13:40:39 +0000 |
Gustavo J. A. M. Carneiro |
Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
|
file |
diff |
annotate
|
Thu, 13 Mar 2008 14:24:45 -0700 |
Mathieu Lacage |
move helpers to their own dir.
|
file |
diff |
annotate
|
Thu, 14 Feb 2008 23:57:18 +0100 |
Mathieu Lacage |
add node/device containers to build
|
file |
diff |
annotate
|
Fri, 25 Jan 2008 13:57:38 -0500 |
Raj Bhattacharjea |
Added in ns-3-tcp (second try)
|
file |
diff |
annotate
|
Wed, 12 Sep 2007 11:39:46 +0200 |
Mathieu Lacage |
rename Euixx to Macxx
|
file |
diff |
annotate
|
Wed, 08 Aug 2007 15:10:36 +0100 |
Gustavo J. A. M. Carneiro |
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
|
Wed, 01 Aug 2007 09:02:03 +0200 |
Mathieu Lacage |
a packet socket
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 13:29:36 +0200 |
Mathieu Lacage |
InetAddress -> InetSocketAddress
|
file |
diff |
annotate
|
Mon, 30 Jul 2007 10:35:03 +0200 |
Mathieu Lacage |
merge
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 08:32:34 +0200 |
Mathieu Lacage |
ipv4-transport-address -> inet-address
|
file |
diff |
annotate
|
Thu, 26 Jul 2007 17:36:53 +0200 |
Mathieu Lacage |
replace MacAddress by Address
|
file |
diff |
annotate
|
Thu, 26 Jul 2007 14:03:41 +0200 |
Mathieu Lacage |
new address types
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 14:14:16 +0100 |
Gustavo J. A. M. Carneiro |
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
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 21:16:40 +0200 |
Emmanuelle Laprise |
ethernet Header and Trailer classes
|
file |
diff |
annotate
|
Fri, 20 Jul 2007 11:12:43 +0100 |
Gustavo J. A. M. Carneiro |
WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
|
file |
diff |
annotate
|
Sun, 15 Jul 2007 13:04:47 +0100 |
Gustavo J. A. M. Carneiro |
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.
|
file |
diff |
annotate
|
Fri, 15 Jun 2007 15:19:38 +0100 |
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.
|
file |
diff |
annotate
|
Tue, 12 Jun 2007 14:05:01 +0100 |
Gustavo J. A. M. Carneiro |
Re-sync WAF build with the latest SConstruct changes.
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 16:21:05 +0200 |
Mathieu Lacage |
rename i-node to node
|
file |
diff |
annotate
|
Mon, 14 May 2007 13:46:53 +0100 |
Gustavo J. A. M. Carneiro |
Update WAF scripts to changes in source tree layout
|
file |
diff |
annotate
|
Mon, 14 May 2007 09:09:43 +0200 |
Mathieu Lacage |
rename node.h to i-node.h
|
file |
diff |
annotate
|
Sun, 13 May 2007 12:52:38 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
file |
diff |
annotate
|
Sun, 13 May 2007 12:46:18 +0100 |
Gustavo J. A. M. Carneiro |
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.
|
file |
diff |
annotate
|
Mon, 07 May 2007 12:01:51 +0100 |
Gustavo J. A. M. Carneiro |
Add support for building with WAF
|
file |
diff |
annotate
|