Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Wed, 12 Mar 2008 11:35:00 -0700 Mathieu Lacage Add sufficient information to AttributeChecker to generate nice-looking doxygen documentation.
Wed, 12 Mar 2008 10:18:14 -0700 Mathieu Lacage make sure attributes always start with a capital letter.
Wed, 12 Mar 2008 10:17:52 -0700 Mathieu Lacage fix typo
Wed, 12 Mar 2008 09:32:02 -0700 Mathieu Lacage kill valueref dox macro.
Wed, 12 Mar 2008 09:31:50 -0700 Mathieu Lacage fix doxygen errors
Tue, 11 Mar 2008 13:46:22 -0700 Mathieu Lacage Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect
Tue, 11 Mar 2008 13:34:29 -0700 Mathieu Lacage TraceSourceConnect -> TraceConnect && TraceSourceDisconnect -> TraceDisconnect
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Tue, 11 Mar 2008 11:35:26 -0700 Mathieu Lacage do not set attributes if they have their default value.
Tue, 11 Mar 2008 11:35:03 -0700 Mathieu Lacage check all errors.
Tue, 11 Mar 2008 11:29:21 -0700 Mathieu Lacage kill multiple constructors per TypeId
Mon, 10 Mar 2008 14:59:49 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:57:04 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:52:08 -0700 Mathieu Lacage add missing copyright/license headers
Mon, 10 Mar 2008 14:51:15 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:05:26 -0700 Mathieu Lacage doxygen doc
Mon, 10 Mar 2008 13:09:32 -0700 Mathieu Lacage doxygen doc
Mon, 10 Mar 2008 00:46:44 +0100 Mathieu Lacage rename old VALUE leftovers
Mon, 10 Mar 2008 00:38:48 +0100 Mathieu Lacage add missing copyright statements.
Mon, 10 Mar 2008 00:32:36 +0100 Mathieu Lacage attribute should be Uinteger, not Integer
Mon, 10 Mar 2008 00:32:24 +0100 Mathieu Lacage kill dead code.
Mon, 10 Mar 2008 00:29:41 +0100 Mathieu Lacage forgot to ensure registration of GridPositionAllocator.
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Mon, 10 Mar 2008 00:26:54 +0100 Mathieu Lacage handle string input in GlobalValue code. Improve tests.
Sun, 09 Mar 2008 23:43:52 +0100 Mathieu Lacage rewrite CommandLine to not handle DefaultValues anymore.
Sun, 09 Mar 2008 23:43:29 +0100 Mathieu Lacage ensure that device is reported in node.
Sun, 09 Mar 2008 22:55:25 +0100 Mathieu Lacage make GetAttributeFlags and GetAttributeChecker public. add GetAttributeHelp
Sun, 09 Mar 2008 21:28:27 +0100 Mathieu Lacage more FailSafe methods
Sun, 09 Mar 2008 21:07:35 +0100 Mathieu Lacage disable mobility visualizer temporarily.
Sun, 09 Mar 2008 21:07:14 +0100 Mathieu Lacage add FailSafe versions of setters which could fail.
Fri, 07 Mar 2008 12:18:34 -0800 Mathieu Lacage make Disconnect work with trace contexts.
Wed, 05 Mar 2008 00:16:39 +0100 Mathieu Lacage another typo in Attribute names.
Tue, 04 Mar 2008 23:48:18 +0100 Mathieu Lacage use the right attribute names
Tue, 04 Mar 2008 23:23:37 +0100 Mathieu Lacage ensure proper initialization
Mon, 03 Mar 2008 22:38:26 +0100 Mathieu Lacage start the OLSR agent
Mon, 03 Mar 2008 21:52:51 +0100 Mathieu Lacage avoid typeid initialization ordering pb.
Mon, 03 Mar 2008 21:22:05 +0100 Mathieu Lacage initialize properly the max msdu field.
Mon, 03 Mar 2008 21:21:48 +0100 Mathieu Lacage initialize properly mtu field.
Mon, 03 Mar 2008 21:00:50 +0100 Mathieu Lacage avoid infinite loop.
Mon, 03 Mar 2008 21:00:27 +0100 Mathieu Lacage avoid optimized build warning.
Mon, 03 Mar 2008 20:47:12 +0100 Mathieu Lacage do not use DefaultValues in simulator
Mon, 03 Mar 2008 20:01:24 +0100 Mathieu Lacage kill DataRateDefaultValue
Mon, 03 Mar 2008 19:57:56 +0100 Mathieu Lacage revert to previous behavior: windowSize is initialized by default to 0xffff
Mon, 03 Mar 2008 19:38:05 +0100 Mathieu Lacage get rid of DefaultValue usage in internet-node
Mon, 03 Mar 2008 19:33:28 +0100 Mathieu Lacage give Attribute power to ObjectFactory class.
Mon, 03 Mar 2008 19:01:25 +0100 Mathieu Lacage remove from build removed files
Mon, 03 Mar 2008 18:49:21 +0100 Mathieu Lacage kill usage of default-value.h
Mon, 03 Mar 2008 18:48:10 +0100 Mathieu Lacage kill dead code
Mon, 03 Mar 2008 18:31:07 +0100 Mathieu Lacage make pac, phy, et al available through Attributes
Mon, 03 Mar 2008 18:30:48 +0100 Mathieu Lacage typo is code unused until then.
Mon, 03 Mar 2008 18:30:29 +0100 Mathieu Lacage port propagation models and channel to attributes.
Mon, 03 Mar 2008 05:11:11 +0100 Mathieu Lacage kill dead files.
Mon, 03 Mar 2008 05:10:49 +0100 Mathieu Lacage remove unused code
Mon, 03 Mar 2008 05:10:12 +0100 Mathieu Lacage more renamed files
Mon, 03 Mar 2008 04:42:16 +0100 Mathieu Lacage renamed files
Mon, 03 Mar 2008 04:03:39 +0100 Mathieu Lacage port last rate control algorithms
Mon, 03 Mar 2008 02:07:40 +0100 Mathieu Lacage kill old code.
Mon, 03 Mar 2008 01:58:57 +0100 Mathieu Lacage kill TraceResolver et al.
Sun, 02 Mar 2008 22:53:11 +0100 Mathieu Lacage remove old trace system
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip