Tue, 03 Jul 2007 13:19:09 +0200 |
Mathieu Lacage |
add dirtyness tracking to DefaultValueBase
|
changeset |
files
|
Tue, 03 Jul 2007 12:36:01 +0200 |
Mathieu Lacage |
parse command-line arguments
|
changeset |
files
|
Tue, 03 Jul 2007 12:34:26 +0200 |
Mathieu Lacage |
a bunch of new DefaultValue subclasses
|
changeset |
files
|
Tue, 03 Jul 2007 10:04:16 +0200 |
Mathieu Lacage |
change GridTopology API and add RandomRectangle topology with similar API.
|
changeset |
files
|
Tue, 03 Jul 2007 09:15:20 +0200 |
Mathieu Lacage |
test random walk position model with grid topology
|
changeset |
files
|
Tue, 03 Jul 2007 08:56:40 +0200 |
Mathieu Lacage |
RandomWalk is a Position
|
changeset |
files
|
Tue, 03 Jul 2007 08:54:37 +0200 |
Mathieu Lacage |
change default values and add some debugging
|
changeset |
files
|
Mon, 02 Jul 2007 20:25:25 +0200 |
Mathieu Lacage |
add cid/iid support to RandomWalk
|
changeset |
files
|
Mon, 02 Jul 2007 20:17:06 +0200 |
Mathieu Lacage |
rename GridTopology::Create to GridTopology::ArrangeHorizontally
|
changeset |
files
|
Mon, 02 Jul 2007 20:12:01 +0200 |
Mathieu Lacage |
improve grid topology sample code and add dox documentation
|
changeset |
files
|
Mon, 02 Jul 2007 18:14:20 +0200 |
Mathieu Lacage |
add dox documentation
|
changeset |
files
|
Mon, 02 Jul 2007 18:12:27 +0200 |
Mathieu Lacage |
add dox documentation
|
changeset |
files
|
Mon, 02 Jul 2007 15:28:28 +0200 |
Mathieu Lacage |
increase sample simulation run
|
changeset |
files
|
Mon, 02 Jul 2007 15:27:53 +0200 |
Mathieu Lacage |
add some debugging output. initialize the time argument correctly.
|
changeset |
files
|
Mon, 02 Jul 2007 15:15:25 +0200 |
Mathieu Lacage |
make the sample code actually do something
|
changeset |
files
|
Mon, 02 Jul 2007 15:08:10 +0200 |
Mathieu Lacage |
improve sample code, make it build
|
changeset |
files
|
Mon, 02 Jul 2007 14:57:19 +0200 |
Mathieu Lacage |
rework the notification mechanism to allow its optional use with every position model
|
changeset |
files
|
Mon, 02 Jul 2007 14:07:51 +0200 |
Mathieu Lacage |
random walk position model (untested)
|
changeset |
files
|
Mon, 02 Jul 2007 14:07:27 +0200 |
Mathieu Lacage |
forgot to add TypeName implementation for float and double
|
changeset |
files
|
Mon, 02 Jul 2007 14:02:57 +0200 |
Mathieu Lacage |
forgot to add missing constructor implementation
|
changeset |
files
|
Mon, 02 Jul 2007 14:02:02 +0200 |
Mathieu Lacage |
TimeDefaultValue class
|
changeset |
files
|
Mon, 02 Jul 2007 14:01:49 +0200 |
Mathieu Lacage |
make default constructor private to avoid potential problems
|
changeset |
files
|
Mon, 02 Jul 2007 12:14:24 +0200 |
Mathieu Lacage |
grid topology
|
changeset |
files
|
Mon, 02 Jul 2007 12:14:12 +0200 |
Mathieu Lacage |
add cid support
|
changeset |
files
|
Mon, 02 Jul 2007 11:29:54 +0200 |
Mathieu Lacage |
add cid support to position subclasses
|
changeset |
files
|
Mon, 02 Jul 2007 11:29:27 +0200 |
Mathieu Lacage |
DoSet should not be const
|
changeset |
files
|
Mon, 02 Jul 2007 10:50:18 +0200 |
Mathieu Lacage |
add Position::DoSet et al.
|
changeset |
files
|
Mon, 02 Jul 2007 10:50:07 +0200 |
Mathieu Lacage |
add floating point support to type names
|
changeset |
files
|
Fri, 29 Jun 2007 09:41:37 +0200 |
Mathieu Lacage |
position models
|
changeset |
files
|
Wed, 03 Oct 2007 13:59:32 +0100 |
Gustavo J. A. M. Carneiro |
hg ignore doc/trace-source-list.h
|
changeset |
files
|
Wed, 03 Oct 2007 13:58:01 +0100 |
Gustavo J. A. M. Carneiro |
Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing.
|
changeset |
files
|
Tue, 02 Oct 2007 15:34:00 -0700 |
Craig Dowell |
tutorial
|
changeset |
files
|
Tue, 02 Oct 2007 11:51:45 +0100 |
Gustavo J. A. M. Carneiro |
In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss.
|
changeset |
files
|
Tue, 02 Oct 2007 11:11:27 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Tue, 02 Oct 2007 11:10:31 +0100 |
Gustavo J. A. M. Carneiro |
Run the program print-trace-sources to generate doc/trace-source-list.h when generating docs. As a side effect, --doxygen is now has to be processed at the end of the build.
|
changeset |
files
|
Mon, 01 Oct 2007 21:04:46 -0700 |
Tom Henderson |
Fix callbacks in packet-sink
|
changeset |
files
|
Mon, 01 Oct 2007 14:33:17 +0100 |
Gustavo J. A. M. Carneiro |
Make Object::QueryInterface and AddInterface check for the aggregate refcount instead of the object refcount, reason explained in a comment near Object::CheckLoose. Add the same check also to TraceConnect/Disconnect and GetTraceResolver.
|
changeset |
files
|
Fri, 28 Sep 2007 17:13:20 +0100 |
Gustavo J. A. M. Carneiro |
Fix infinite loop in CommandLine::Parse when trying to ignore a badly formed parameter.
|
changeset |
files
|
Thu, 27 Sep 2007 12:44:29 +0100 |
Gustavo J. A. M. Carneiro |
WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)
|
changeset |
files
|
Thu, 27 Sep 2007 12:40:01 +0100 |
Gustavo J. A. M. Carneiro |
WAF: update to WAF trunk to get bug fixes and smaller script.
|
changeset |
files
|
Wed, 26 Sep 2007 19:55:35 -0700 |
Craig Dowell |
branch merge
|
changeset |
files
|
Wed, 26 Sep 2007 19:55:09 -0700 |
Craig Dowell |
tutorial files
|
changeset |
files
|
Wed, 26 Sep 2007 18:09:19 +0100 |
Gustavo J. A. M. Carneiro |
Add a couple of NS_LOG_PARAM calls for debugging.
|
changeset |
files
|
Mon, 24 Sep 2007 13:28:27 -0700 |
Craig Dowell |
add tutorial files
|
changeset |
files
|
Mon, 24 Sep 2007 18:54:14 +0100 |
Gustavo J. A. M. Carneiro |
Need to enable packet metadata early, else we trigger an assertion.
|
changeset |
files
|
Mon, 24 Sep 2007 16:11:43 +0100 |
Gustavo J. A. M. Carneiro |
Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78.
|
changeset |
files
|
Mon, 24 Sep 2007 11:00:08 +0100 |
Gustavo J. A. M. Carneiro |
Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
|
changeset |
files
|
Fri, 21 Sep 2007 18:07:54 +0100 |
Gustavo J. A. M. Carneiro |
Remove a redundant log message
|
changeset |
files
|
Fri, 21 Sep 2007 18:04:53 +0100 |
Gustavo J. A. M. Carneiro |
Call Simulator::Destroy () before running simulator unit tests, to force time to start from zero (some tests check for absolute times)
|
changeset |
files
|
Fri, 21 Sep 2007 17:57:06 +0100 |
Gustavo J. A. M. Carneiro |
Use NS_TEST_* macros for simulator unit tests
|
changeset |
files
|
Fri, 21 Sep 2007 15:57:20 +0100 |
Gustavo J. A. M. Carneiro |
Fix a small error in the unit test added recently (though it doesn't change the result)
|
changeset |
files
|
Fri, 21 Sep 2007 15:54:00 +0100 |
Gustavo J. A. M. Carneiro |
Add a couple of Udp socket unit tests: unicast (passing) and broadcast (failing, bug #51).
|
changeset |
files
|
Sat, 15 Sep 2007 14:07:35 -0700 |
Tom Henderson |
Added tag release ns-3.0.6 for changeset 606df29888e7
|
changeset |
files
|
Sat, 15 Sep 2007 13:56:21 -0700 |
Tom Henderson |
bump version number
ns-3.0.6
|
changeset |
files
|
Sat, 15 Sep 2007 13:52:59 -0700 |
Tom Henderson |
release notes for 3.0.6
|
changeset |
files
|
Fri, 14 Sep 2007 16:23:49 -0700 |
Tom Henderson |
Add PacketSink to receive multicast
|
changeset |
files
|
Fri, 14 Sep 2007 16:17:10 -0700 |
Tom Henderson |
change port number used by example scripts to 'discard' or 'echo' instead of '80'
|
changeset |
files
|
Fri, 14 Sep 2007 16:11:36 -0700 |
Tom Henderson |
change ephemeral port range to 49152-65535 (IANA recommendation)
|
changeset |
files
|
Fri, 14 Sep 2007 15:57:49 -0700 |
Tom Henderson |
add PacketSinks, change port number to UDP discard port, fix comment on onoff-application, delete logic for setting a default route
|
changeset |
files
|
Fri, 14 Sep 2007 15:46:04 -0700 |
Tom Henderson |
remove local address setting from UdpSocket::Connect()
|
changeset |
files
|