Tue, 13 Feb 2007 10:23:31 +0100 Mathieu Lacage make sure tha NS3_DEBUG_ENABLE is defined by doxygen preprocessor
Tue, 13 Feb 2007 10:23:10 +0100 Mathieu Lacage avoid warning in optimized builds
Tue, 13 Feb 2007 10:22:49 +0100 Mathieu Lacage improve assert brekapoint function
Tue, 13 Feb 2007 09:52:42 +0100 Mathieu Lacage really trigger segfault when needed
Tue, 13 Feb 2007 09:45:32 +0100 Mathieu Lacage add NS3_ASSERT and NS3_ASSERT_MSG
Wed, 07 Feb 2007 08:49:54 +0100 Mathieu Lacage test and debug the debug support
Wed, 07 Feb 2007 08:29:01 +0100 Mathieu Lacage define NS3_DEBBUG_ENABLE when needed
Tue, 06 Feb 2007 21:42:31 +0100 Mathieu Lacage remove EnableEnvVar function
Tue, 06 Feb 2007 20:40:38 +0100 Mathieu Lacage add debugging support
Thu, 15 Feb 2007 16:52:39 -0800 craigdo queues, trace-writer, debug
Wed, 14 Feb 2007 22:04:38 -0800 Tom Henderson Test of commit access with Mercurial cheat sheet
Mon, 12 Feb 2007 23:46:53 +0100 Mathieu Lacage change defaults to be a bit more reasonable
Mon, 12 Feb 2007 23:46:40 +0100 Mathieu Lacage make trace version build
Mon, 12 Feb 2007 23:37:15 +0100 Mathieu Lacage initialize correctly mac addresses read from arp packets
Mon, 12 Feb 2007 23:24:20 +0100 Mathieu Lacage configure the ipv4 interfaces
Mon, 12 Feb 2007 23:24:00 +0100 Mathieu Lacage make sure that mac addr len is correctly written
Mon, 12 Feb 2007 23:23:30 +0100 Mathieu Lacage make sure the MTU is correcrtly setup and the link is up.
Mon, 12 Feb 2007 23:22:48 +0100 Mathieu Lacage replace pointer with reference
Mon, 12 Feb 2007 22:44:41 +0100 Mathieu Lacage add routing table output function
Mon, 12 Feb 2007 22:44:18 +0100 Mathieu Lacage make route iteration actually work
Mon, 12 Feb 2007 20:15:19 +0100 Mathieu Lacage make the p2p example compile
Mon, 12 Feb 2007 20:15:08 +0100 Mathieu Lacage small typo
Mon, 12 Feb 2007 19:58:10 +0100 Mathieu Lacage make rx work by upping the interface once it is ready
Mon, 12 Feb 2007 19:52:01 +0100 Mathieu Lacage make simple example work
Mon, 12 Feb 2007 19:47:36 +0100 Mathieu Lacage add some traffic generation to sample code
Mon, 12 Feb 2007 19:32:42 +0100 Mathieu Lacage fix memory leaks for simple sample code
Mon, 12 Feb 2007 19:28:48 +0100 Mathieu Lacage make the sample code compile and link.
Mon, 12 Feb 2007 19:28:19 +0100 Mathieu Lacage implement ipv4 loopback for testing
Mon, 12 Feb 2007 16:45:58 +0100 Mathieu Lacage add p2p netdevice and channel
Mon, 12 Feb 2007 16:01:18 +0100 Mathieu Lacage remove SetNodeId and implement GetId and GetSystemId
Mon, 12 Feb 2007 16:01:07 +0100 Mathieu Lacage do not include dead header
Mon, 12 Feb 2007 15:55:49 +0100 Mathieu Lacage add arp stack
Mon, 12 Feb 2007 13:06:05 +0100 Mathieu Lacage add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
Sat, 10 Feb 2007 11:29:44 +0100 Mathieu Lacage add non-debugged udp stack
Sat, 10 Feb 2007 10:24:36 +0100 Mathieu Lacage add packet constructor which accepts payload buffer.
Fri, 09 Feb 2007 19:40:19 +0100 Mathieu Lacage add start of udp stack
Fri, 09 Feb 2007 19:40:12 +0100 Mathieu Lacage make Send method public
Fri, 09 Feb 2007 17:54:49 +0100 Mathieu Lacage a basic untested ipv4 implementation
Thu, 08 Feb 2007 16:01:58 +0100 Mathieu Lacage add ipv4 and udp header, add ipv4 checksum support to make the udp header compile. Need to be fixed in UdpHeader later.
Thu, 08 Feb 2007 15:37:48 +0100 Mathieu Lacage code from all trees.
Thu, 08 Feb 2007 11:13:49 +0100 Mathieu Lacage change emacs style commands
Thu, 08 Feb 2007 11:11:24 +0100 Mathieu Lacage initial node base class from george's repo.
Tue, 06 Feb 2007 19:59:28 +0100 Mathieu Lacage remove compiler warning about unused variable when asserts are disabled.
Tue, 06 Feb 2007 15:50:20 +0100 Mathieu Lacage merge from trunnk
Tue, 06 Feb 2007 15:49:42 +0100 Mathieu Lacage avoid unused variable compiler warnings
Tue, 06 Feb 2007 08:57:44 +0100 Mathieu Lacage merge with ns-3-ptr branch
Wed, 31 Jan 2007 20:14:23 +0100 Mathieu Lacage add ns3::Ptr<T>::operator * with a few tests
Fri, 22 Dec 2006 09:03:09 +0100 Mathieu Lacage add smart pointer sample code
Mon, 18 Dec 2006 14:25:33 +0100 Mathieu Lacage more tests, fix bugs uncovered by tests
Mon, 18 Dec 2006 13:28:29 +0100 Mathieu Lacage smart pointer tests. no bugs for now
Mon, 18 Dec 2006 13:17:08 +0100 Mathieu Lacage initial go at smart pointer implementation
Mon, 05 Feb 2007 12:42:32 +0100 Mathieu Lacage handle correctly nanosecond input
Mon, 05 Feb 2007 12:42:16 +0100 Mathieu Lacage use the new CallbackTracerBase::CheckCallbackType method to ensure proper type matching when invoking TraceContainer::SetCallback
Mon, 05 Feb 2007 12:41:36 +0100 Mathieu Lacage add CallbackTracerBase and CallbackTracerBase::CheckCallbackType method to check the runtime type of a CallbackTracer
Mon, 05 Feb 2007 12:39:51 +0100 Mathieu Lacage add CallbackBase and CallbackImplBase to allow the implementation of the runtime type checking method Callback::ChekType
Mon, 05 Feb 2007 12:38:52 +0100 Mathieu Lacage constify
Fri, 02 Feb 2007 14:41:28 -0500 raj Raj test commit
Fri, 02 Feb 2007 20:02:34 +0100 Mathieu Lacage add implementation comment
Fri, 02 Feb 2007 19:40:03 +0100 Mathieu Lacage optimize Time::Get methods
Fri, 02 Feb 2007 19:37:16 +0100 Mathieu Lacage optimize Time arithmetic operations.
(0) -100 -60 +60 +100 +300 +1000 +3000 +10000 tip