Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 11:37:23 +0100 Mathieu Lacage typo
Thu, 03 Jan 2008 11:37:09 +0100 Mathieu Lacage use NS_OBJECT_ENSURE_REGISTERED and fix off-by-one in IidManager::GetRegistered
Thu, 03 Jan 2008 11:30:02 +0100 Mathieu Lacage add NS_OBJECT_ENSURE_REGISTERED
Thu, 03 Jan 2008 11:29:35 +0100 Mathieu Lacage go to the next element in search loop
Thu, 03 Jan 2008 10:37:50 +0100 Mathieu Lacage work around weird compiler warning/error.
Thu, 03 Jan 2008 10:15:41 +0100 Mathieu Lacage check constructor with reference arguments
Thu, 03 Jan 2008 09:10:40 +0100 Mathieu Lacage a replacement for ClassIdDefaultValue
Thu, 03 Jan 2008 09:10:23 +0100 Mathieu Lacage add InterfaceId::HasConstructor
Thu, 03 Jan 2008 08:42:04 +0100 Mathieu Lacage make the internal InterfaceId constructor explicit
Thu, 03 Jan 2008 08:41:15 +0100 Mathieu Lacage add support to browse the list of existing InterfaceId
Thu, 03 Jan 2008 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
Wed, 02 Jan 2008 15:54:53 +0100 Mathieu Lacage add 'factory' support to InterfaceId
Wed, 02 Jan 2008 13:40:37 +0100 Mathieu Lacage merge with callback improvements.
Wed, 02 Jan 2008 12:24:25 +0100 Mathieu Lacage rewrite interface id metadata
Wed, 02 Jan 2008 11:08:11 +0100 Mathieu Lacage remove some remnants from the iid-a-variable era.
Wed, 02 Jan 2008 10:57:25 +0100 Mathieu Lacage add some separation markers
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Wed, 30 Jan 2008 15:33:48 +0100 Mathieu Lacage remove dependency on Callbacks from Ptr test code
Sun, 27 Jan 2008 10:58:22 -0800 Tom Henderson some more tutorial updates
Sat, 26 Jan 2008 06:01:45 -0800 Tom Henderson fix optimized build
Fri, 25 Jan 2008 15:41:47 -0800 Tom Henderson Fix uninitialized member
Fri, 25 Jan 2008 15:21:40 -0800 Tom Henderson Merge TCP implementation (raj/ns-3-tcp)
Fri, 25 Jan 2008 13:57:38 -0500 Raj Bhattacharjea Added in ns-3-tcp (second try)
Fri, 25 Jan 2008 11:58:17 -0800 Tom Henderson Add chapter on callbacks to the tutorial
Sat, 19 Jan 2008 21:03:18 -0800 Tom Henderson add hyperlinks to wiki, Doxygen
Sat, 19 Jan 2008 20:58:01 -0800 Tom Henderson Split tutorial.texi into multiple files; some work on the tracing section
Tue, 15 Jan 2008 16:01:26 -0800 Craig Dowell Added tag release ns-3.0.10 for changeset b5bf2588cde2
Tue, 15 Jan 2008 15:43:00 -0800 Craig Dowell bump version and add release notes ns-3.0.10
Tue, 15 Jan 2008 15:14:24 +0000 Gustavo J. A. M. Carneiro Print the correct type in the callback assign error message (instead of Ptr<const CallbackImplBase>)
Thu, 10 Jan 2008 07:31:40 -0800 Tom Henderson Doxygen organization
Fri, 11 Jan 2008 08:31:38 -0800 Tom Henderson Missing subsection text
Wed, 09 Jan 2008 22:17:02 -0800 Tom Henderson remove executable bit from file mode
Wed, 09 Jan 2008 22:09:21 -0800 Tom Henderson Fix bug 125 (make helper function non-virtual)
Tue, 08 Jan 2008 17:45:57 +0000 Gustavo J. A. M. Carneiro Document the iid parameter of OnOffApplication.
Tue, 08 Jan 2008 14:06:49 +0000 Gustavo J. A. M. Carneiro Don't print 'Entering directory xxx' when running waf --shell; it is misleading.
Mon, 07 Jan 2008 16:48:53 -0800 Craig Dowell fix node and up
Mon, 07 Jan 2008 16:29:54 -0800 Craig Dowell figures
Mon, 07 Jan 2008 16:03:32 -0800 Craig Dowell interfaces
Mon, 07 Jan 2008 18:20:18 +0100 Mathieu Lacage copy the packet before sending it down or up
Thu, 03 Jan 2008 14:14:17 +0000 Gustavo J. A. M. Carneiro Add a --valgrind WAF option (bug #124)
Wed, 02 Jan 2008 13:39:56 +0100 Mathieu Lacage Make the CallbackBase class more useful than it was.
Sun, 30 Dec 2007 19:36:44 -0800 Tom Henderson fix bug in PacketSink
Fri, 28 Dec 2007 06:50:47 -0800 Tom Henderson remove const qualifier from uint16_t
Wed, 26 Dec 2007 20:08:48 -0800 Tom Henderson Fix small typo
Wed, 26 Dec 2007 13:02:09 -0800 Tom Henderson update doc/tracing.h to Ptr<Packet>
Wed, 26 Dec 2007 11:41:47 -0800 Tom Henderson back out doc/tutorial.h (not yet)
Wed, 26 Dec 2007 11:39:52 -0800 Tom Henderson Doxygen for internet-node.h
Wed, 26 Dec 2007 15:41:48 +0100 Mathieu Lacage add missing copyright/license header
Tue, 25 Dec 2007 11:09:15 +0100 Mathieu Lacage fix bug 98
Sat, 22 Dec 2007 18:46:43 +0000 Gustavo J. A. M. Carneiro Remove ghost declaration of function AllocateClassId.
Thu, 20 Dec 2007 15:19:57 +0000 Gustavo J. A. M. Carneiro Don't include the 'global-route-manager-impl.h' private header from the public header 'candidate-queue.h'.
Mon, 17 Dec 2007 14:53:14 +0000 Gustavo J. A. M. Carneiro const fixes (new GCC 4.2 warning)
Sat, 15 Dec 2007 15:08:30 -0800 Tom Henderson update release_steps.txt
Sat, 15 Dec 2007 14:58:58 -0800 Tom Henderson Added tag release ns-3.0.9 for changeset 4db981a0d9eb
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip