Mon, 16 Jul 2007 22:44:02 -0700 Tom Henderson Added tag release ns-3.0.4 for changeset 5701e60bf01a
Mon, 16 Jul 2007 22:43:10 -0700 Tom Henderson Remove doc/build-waf.txt ns-3.0.4
Mon, 16 Jul 2007 21:41:19 -0700 Tom Henderson changes for 3.0.4 release
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.
Thu, 12 Jul 2007 12:41:37 +0100 Gustavo J. A. M. Carneiro Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
Fri, 13 Jul 2007 10:40:10 +0200 George F. Riley Simplifications to the point to point devices and channel
Tue, 10 Jul 2007 13:45:20 +0100 Gustavo J. A. M. Carneiro WAF: explain in the docs how to change the compilation flags.
Tue, 10 Jul 2007 13:42:23 +0100 Gustavo J. A. M. Carneiro WAF: don't change CXXFLAGS if CXXFLAGS is set in the OS environment (so that user CXXFLAGS take precedence).
Tue, 10 Jul 2007 13:37:17 +0100 Gustavo J. A. M. Carneiro WAF: add debugging symbols to optimized builds
Mon, 09 Jul 2007 06:43:11 -0700 Tom Henderson WAF: --update build-waf.txt; add note about waf configure, add waf dist/distclean, remove ./ as part of system path to waf
Mon, 09 Jul 2007 14:36:40 +0100 Gustavo J. A. M. Carneiro WAF: ignore errors on shutil.rmtree in dist_hook, so that waf dist works even when no docs were previously generated.
Mon, 09 Jul 2007 14:31:52 +0100 Gustavo J. A. M. Carneiro Fix unit test assertion failure error message (was printing the value instead of the expression itself)
Sun, 08 Jul 2007 12:24:22 +0100 Gustavo J. A. M. Carneiro WAF: --run now runs the specified program from the directory where waf was invoked.
Sat, 07 Jul 2007 18:10:54 +0100 Gustavo J. A. M. Carneiro WAF: option --run now filters out programs not in the subtree starting at the launch dir
Thu, 05 Jul 2007 14:48:21 +0100 Gustavo J. A. M. Carneiro WAF: fix simple typo in error message.
Thu, 05 Jul 2007 14:44:00 +0100 Gustavo J. A. M. Carneiro WAF: when the program specified by --run is not found, print a list of all available program names in the error message.
Thu, 05 Jul 2007 14:38:39 +0100 Gustavo J. A. M. Carneiro WAF: make the --run option work again
Sun, 01 Jul 2007 00:35:59 -0700 tomh Add payload size to UDP
Sun, 01 Jul 2007 00:21:14 -0700 tomh more verbose commenting of the sample
Mon, 02 Jul 2007 19:47:03 +0200 Mathieu Lacage merge with head
Mon, 02 Jul 2007 19:44:18 +0200 Mathieu Lacage append correct unit when printing Time objects
Mon, 02 Jul 2007 18:23:52 +0100 Gustavo J. A. M. Carneiro WAF scripts update
Fri, 29 Jun 2007 08:18:16 +0200 Mathieu Lacage add dox doc for header and trailer PrintTo and DoGetName
Thu, 28 Jun 2007 13:59:51 +0200 Mathieu Lacage add more internal documentation
Thu, 28 Jun 2007 13:43:27 +0200 Mathieu Lacage test and fix backward printing
Thu, 28 Jun 2007 13:01:40 +0200 Mathieu Lacage more asserts, add failing tests, fix them
Thu, 28 Jun 2007 12:29:21 +0200 Mathieu Lacage fix basic tests, add new test, add a bunch of asserts, add XXX comment
Thu, 28 Jun 2007 12:00:00 +0200 Mathieu Lacage add failing assert
Thu, 28 Jun 2007 11:52:50 +0200 Mathieu Lacage use pretty printing in ascii output
Thu, 28 Jun 2007 11:52:16 +0200 Mathieu Lacage change arp pretty printing to new format
Thu, 28 Jun 2007 11:48:37 +0200 Mathieu Lacage modify sample packet printer to use ipv4 and udp headers
Thu, 28 Jun 2007 11:07:38 +0200 Mathieu Lacage change default pretty printing output format, add doc to metadata data structures
Wed, 27 Jun 2007 20:51:07 +0200 Mathieu Lacage merge with head
Thu, 21 Jun 2007 11:07:04 +0200 Mathieu Lacage add testcase, fix bug
Thu, 21 Jun 2007 11:01:15 +0200 Mathieu Lacage fix small variable name typo
Thu, 21 Jun 2007 09:40:57 +0200 Mathieu Lacage merge from head
Wed, 13 Jun 2007 00:20:53 +0200 Mathieu Lacage add separator support to backward printing
Wed, 13 Jun 2007 00:10:40 +0200 Mathieu Lacage update packet benchmark
Wed, 13 Jun 2007 00:07:17 +0200 Mathieu Lacage comment the sample code a little bit
Wed, 13 Jun 2007 00:02:57 +0200 Mathieu Lacage add separator support to PacketPrinter
Tue, 12 Jun 2007 23:40:14 +0200 Mathieu Lacage sample code for pretty printing
Tue, 12 Jun 2007 23:23:31 +0200 Mathieu Lacage do not forget payload printer for default printer
Tue, 12 Jun 2007 22:54:43 +0200 Mathieu Lacage merge
Tue, 12 Jun 2007 22:52:56 +0200 Mathieu Lacage history -> metadata
Tue, 12 Jun 2007 13:21:06 +0200 Mathieu Lacage avoid duplicating the packet uid
Tue, 12 Jun 2007 22:54:10 +0200 Mathieu Lacage merge
Thu, 07 Jun 2007 13:19:25 +0200 Mathieu Lacage do not crash is the payload printer is null
Thu, 07 Jun 2007 13:16:15 +0200 Mathieu Lacage fix uleb128 reading bug
Thu, 07 Jun 2007 12:51:57 +0200 Mathieu Lacage PacketHistory -> PacketMetadata
Thu, 07 Jun 2007 12:48:52 +0200 Mathieu Lacage rename packet-history.h to packet-metadata.h
Thu, 07 Jun 2007 12:44:44 +0200 Mathieu Lacage add an option to control the history implementation
Thu, 07 Jun 2007 12:42:44 +0200 Mathieu Lacage more dox
Thu, 07 Jun 2007 12:30:52 +0200 Mathieu Lacage constify Callback::IsNull
Thu, 07 Jun 2007 12:29:38 +0200 Mathieu Lacage make the code match the dox doc
Thu, 07 Jun 2007 12:29:27 +0200 Mathieu Lacage improve dox doc
Thu, 07 Jun 2007 12:25:40 +0200 Mathieu Lacage add back optimization option
Thu, 07 Jun 2007 12:17:25 +0200 Mathieu Lacage rename History::Enable to Packet::EnableMetadata
Thu, 07 Jun 2007 11:38:06 +0200 Mathieu Lacage remove dead code
Thu, 07 Jun 2007 11:21:21 +0200 Mathieu Lacage store chunkUid and packetUid as fixed-size fields
Thu, 07 Jun 2007 11:00:49 +0200 Mathieu Lacage unconditionally set m_data
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip