src/node/queue.cc
Mon, 21 Apr 2008 09:04:08 -0700 Mathieu Lacage merge with HEAD
Tue, 15 Apr 2008 15:10:53 -0700 Mathieu Lacage NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
Mon, 14 Apr 2008 16:06:44 -0700 Mathieu Lacage improve documentation
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Sun, 02 Mar 2008 22:08:17 +0100 Mathieu Lacage port AsciiTrace to Config::ConnectWithContext
Sun, 02 Mar 2008 21:57:51 +0100 Mathieu Lacage re-implement tracing using Attributes.
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 16 Jan 2008 10:27:07 +0100 Mathieu Lacage interface-id -> type-id
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 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
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:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Thu, 15 Nov 2007 11:41:42 +0000 Gustavo J. A. M. Carneiro Bug 105: Queue getter methods should be const
Wed, 14 Nov 2007 21:59:14 -0800 Tom Henderson nicer logging of parameters (bug 79 patch from Gustavo)
Thu, 13 Sep 2007 22:17:29 -0700 Craig Dowell disable log unless debug build
Thu, 13 Sep 2007 21:36:32 -0700 Craig Dowell debug to log
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 13:10:18 +0200 Mathieu Lacage document trace source signatures
Tue, 28 Aug 2007 11:01:00 +0200 Mathieu Lacage keep track of trace source help strings
Mon, 27 Aug 2007 14:59:50 +0200 Mathieu Lacage add TraceContextElement::GetName method
Sun, 12 Aug 2007 22:31:16 +0200 Mathieu Lacage CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
Fri, 10 Aug 2007 15:47:13 +0200 Mathieu Lacage convert TraceResolver * to Ptr<TraceResolver>
Thu, 09 Aug 2007 21:25:23 +0200 Mathieu Lacage remove TraceContext argument from TraceResolver constructor and move it to Connect
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Wed, 08 Aug 2007 10:06:58 +0200 Mathieu Lacage TraceContextElement::Register -> TraceContextElement::AllocateUid
Mon, 06 Aug 2007 19:43:09 +0200 Mathieu Lacage tweak ascii trace output
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Mon, 06 Aug 2007 17:19:13 +0200 Mathieu Lacage work in progress towards a working trace context
Fri, 25 May 2007 15:28:24 +0200 Mathieu Lacage add DefaultValue support for ClassId
Fri, 25 May 2007 10:56:03 +0200 Mathieu Lacage port code from Interface to Object
Sun, 13 May 2007 09:35:03 +0200 Mathieu Lacage make Queue::CreateDefault use the ComponentManager.
Fri, 11 May 2007 19:15:28 +0200 Mathieu Lacage make Queue derive from Interface
Fri, 04 May 2007 11:50:02 -0700 Tom Henderson Cosmetic: change strings in the bind commands for queue. Move Bind() before CommandLine::Parse() in example script
Thu, 26 Apr 2007 11:36:05 -0400 Raj Bhattacharjea Incorporated defaults and command-line arguments
Tue, 27 Mar 2007 13:04:11 -0700 Craig Dowell remove unused files, remove notion of PHY, make more realistic p2p-net-device and p2p-channel
Sun, 25 Mar 2007 17:47:59 -0700 Tom Henderson Make queues copyable; change p2p-topology.cc to reflect this
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Wed, 07 Mar 2007 22:26:20 -0800 Tom Henderson Fix bug 8: Enque/Deque misspelled
Wed, 21 Feb 2007 20:04:32 +0100 Mathieu Lacage make trailing ';' mandatory with NS_DEBUG macros. fix all invalid uses.
Wed, 21 Feb 2007 17:06:19 +0100 Mathieu Lacage fix queue tracing
Wed, 21 Feb 2007 16:30:08 +0100 Mathieu Lacage remove now-unused call to c_str ()
Tue, 20 Feb 2007 22:55:09 -0800 tomh Added tracing support to simple.tcl.cc (Craig)
Sun, 18 Feb 2007 11:16:08 +0100 Mathieu Lacage merge tom's tree with trunk
Sat, 17 Feb 2007 16:40:03 -0800 Tom Henderson Merge in Craig's tracing changes as of Thursday; rename net-device-serial files to serial-net-device
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Fri, 16 Feb 2007 09:37:35 +0100 Mathieu Lacage call NS_DEBUG_COMPONENT_DEFINE when needed
Fri, 16 Feb 2007 09:34:28 +0100 Mathieu Lacage convert NS3_TRACE to NS_DEBUG
Thu, 15 Feb 2007 16:52:39 -0800 craigdo queues, trace-writer, debug
less more (0) tip