Sun, 12 Aug 2007 17:59:56 +0200 Mathieu Lacage constify
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
Sun, 12 Aug 2007 16:27:42 +0200 Mathieu Lacage remove const keyword and add a TraceConnect method which takes a TraceContext argument
Sun, 12 Aug 2007 16:26:53 +0200 Mathieu Lacage the TerminalTraceResolver is not used anymore by the CompositeTraceResolver implementation
Sun, 12 Aug 2007 16:26:25 +0200 Mathieu Lacage rewrite the CompositeTraceResolver to use a simpler implementation, not based on callbacks
Sun, 12 Aug 2007 16:25:19 +0200 Mathieu Lacage rewrite the ArrayTraceResolver to use iterators
Fri, 10 Aug 2007 16:05:20 +0200 Mathieu Lacage add Object::TraceConnect, TraceDisconnect, and GetTraceResolver methods
Fri, 10 Aug 2007 15:57:33 +0200 Mathieu Lacage fix includes
Fri, 10 Aug 2007 15:53:43 +0200 Mathieu Lacage move trace code to core module
Fri, 10 Aug 2007 15:47:13 +0200 Mathieu Lacage convert TraceResolver * to Ptr<TraceResolver>
Fri, 10 Aug 2007 15:47:00 +0200 Mathieu Lacage avoid problems by converting back and forth between pointers and references
Fri, 10 Aug 2007 15:08:50 +0200 Mathieu Lacage remove dead code
Fri, 10 Aug 2007 14:43:15 +0200 Mathieu Lacage add refcounting to TraceResolver
Fri, 10 Aug 2007 14:28:52 +0200 Mathieu Lacage remove dead code
Fri, 10 Aug 2007 14:25:58 +0200 Mathieu Lacage override Connect from ArrayTraceResolver
Fri, 10 Aug 2007 14:14:29 +0200 Mathieu Lacage override Connect and Disconnect in Composite and Terminal Trace resolvers
Fri, 10 Aug 2007 14:13:47 +0200 Mathieu Lacage allow resolvers to override Connect and Disconnect directly
Thu, 09 Aug 2007 21:25:23 +0200 Mathieu Lacage remove TraceContext argument from TraceResolver constructor and move it to Connect
Tue, 11 Sep 2007 11:04:06 +0100 Gustavo J. A. M. Carneiro Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Tue, 11 Sep 2007 10:35:56 +0200 Mathieu Lacage avoid allocating strings all the time.
Tue, 11 Sep 2007 08:27:27 +0200 Mathieu Lacage re-enable packet benchmarking
Tue, 11 Sep 2007 08:27:15 +0200 Mathieu Lacage ignore waf crap
Sun, 09 Sep 2007 23:24:31 -0700 Tom Henderson adapt some example scripts to use the new PacketSink
Sun, 09 Sep 2007 23:21:47 -0700 Tom Henderson Add PacketSink application
Tue, 04 Sep 2007 21:26:54 -0700 Tom Henderson Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
Mon, 03 Sep 2007 23:32:23 -0700 Tom Henderson Fold the two patches for bu6 69 together, building on the bug 65 patch
Mon, 03 Sep 2007 14:55:51 -0700 Tom Henderson Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function
Sat, 08 Sep 2007 19:24:39 +0100 Gustavo J. A. M. Carneiro WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'.
Thu, 06 Sep 2007 18:19:22 +0200 Mathieu Lacage move include to implementation file
Thu, 06 Sep 2007 11:18:35 +0200 Mathieu Lacage an euclidian distance is always positive
Wed, 05 Sep 2007 16:28:55 +0200 Mathieu Lacage add failing test and fix for assignment to self
Wed, 29 Aug 2007 12:32:18 +0100 Gustavo J. A. M. Carneiro merge
Wed, 29 Aug 2007 12:31:17 +0100 Gustavo J. A. M. Carneiro New WAF, avoids the bright yellow color (hard to read on light background terminals) problem.
Wed, 29 Aug 2007 09:36:28 +0200 Mathieu Lacage merge with trunk
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Tue, 28 Aug 2007 16:54:07 +0100 Gustavo J. A. M. Carneiro Add some tweaks to enable building under emacs.
Tue, 28 Aug 2007 16:53:01 +0100 Gustavo J. A. M. Carneiro Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
Tue, 28 Aug 2007 10:20:13 -0400 Raj Bhattacharjea Remove references to really-simple-point-to-point, fix build
Tue, 28 Aug 2007 09:55:21 -0400 George Riley Reconcile changes with Mathieu's latest
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Tue, 28 Aug 2007 14:31:53 +0200 Mathieu Lacage use more NodeList::Iterator types
Tue, 28 Aug 2007 14:09:52 +0200 Mathieu Lacage use the NodeList::Iterator type
Tue, 28 Aug 2007 13:03:08 +0200 Mathieu Lacage constify
Fri, 24 Aug 2007 16:05:17 -0400 Raj Bhattacharjea Removed SConstruct file
Fri, 24 Aug 2007 14:00:52 -0400 Raj Bhattacharjea Fixed inet-socket-address's opening IFDEF to be consistent with the filename
Fri, 24 Aug 2007 13:21:33 -0400 Raj Bhattacharjea Added GPL and emacs modeline to inet-socket-address.h/cc
Fri, 24 Aug 2007 15:11:08 +0200 Mathieu Lacage fix last errors for new tests
Fri, 24 Aug 2007 15:05:34 +0200 Mathieu Lacage fix first part of errors introduced by new tests
Fri, 24 Aug 2007 14:45:25 +0200 Mathieu Lacage add failing tests
Fri, 24 Aug 2007 12:45:45 +0200 Mathieu Lacage use a Ptr<> where needed.
Fri, 24 Aug 2007 10:33:58 +0200 Mathieu Lacage the protocol number field is a 16 bit integer, not a 32 bit integer
Fri, 24 Aug 2007 10:32:35 +0200 Mathieu Lacage add missing include
Wed, 22 Aug 2007 12:02:42 -0400 Raj Bhattacharjea clarified a comment
Tue, 21 Aug 2007 18:04:48 +0100 Gustavo J. A. M. Carneiro WAF: fix compatibility with Python 2.3
Wed, 15 Aug 2007 23:31:51 -0700 Tom Henderson Added tag release ns-3.0.5 for changeset 08046b6aef37
Wed, 15 Aug 2007 23:03:06 -0700 Tom Henderson Add Emmanuelle to authors list ns-3.0.5
Wed, 15 Aug 2007 22:50:31 -0700 Tom Henderson update release_steps.txt
Wed, 15 Aug 2007 22:49:06 -0700 Tom Henderson bump version number
Wed, 15 Aug 2007 22:48:40 -0700 Tom Henderson Release notes updated
Tue, 14 Aug 2007 12:00:03 -0700 Craig Dowell Fix bug 68. Implement IsMulticast
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip