Sun, 12 Aug 2007 22:45:24 +0200 Mathieu Lacage move includes down to where they are really needed
Sun, 12 Aug 2007 22:44:21 +0200 Mathieu Lacage more tests
Sun, 12 Aug 2007 22:44:12 +0200 Mathieu Lacage add forgotten virtual keyword
Sun, 12 Aug 2007 22:31:16 +0200 Mathieu Lacage CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
Sun, 12 Aug 2007 22:24:45 +0200 Mathieu Lacage remove useless code
Sun, 12 Aug 2007 22:23:08 +0200 Mathieu Lacage replace CallbackTraceSourceBase with TraceSource base class
Sun, 12 Aug 2007 21:23:55 +0200 Mathieu Lacage add some debugging for disconnect
Sun, 12 Aug 2007 21:23:40 +0200 Mathieu Lacage test object-based tracing
Sun, 12 Aug 2007 21:08:28 +0200 Mathieu Lacage rewrite tests with test.h macros
Sun, 12 Aug 2007 18:43:15 +0200 Mathieu Lacage rewrite Object tests with test.h macros
Sun, 12 Aug 2007 18:37:38 +0200 Mathieu Lacage add NS_TEST_ASSERT_UNEQUAL
Sun, 12 Aug 2007 18:28:37 +0200 Mathieu Lacage replace the adhoc mobility course change callbacks with a trace source
Sun, 12 Aug 2007 18:28:13 +0200 Mathieu Lacage an untested interface id trace resolver
Sun, 12 Aug 2007 18:27:52 +0200 Mathieu Lacage use the abstract base of CallbackTraceSource to avoid pushing too much code in the header
Sun, 12 Aug 2007 18:27:30 +0200 Mathieu Lacage add an abstract base to CallbackTraceSource
Sun, 12 Aug 2007 18:00:15 +0200 Mathieu Lacage constify
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
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip