Wed, 01 Aug 2007 09:02:03 +0200 Mathieu Lacage a packet socket
Wed, 01 Aug 2007 09:01:54 +0200 Mathieu Lacage add Address::IsInvalid
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Tue, 31 Jul 2007 11:42:25 +0200 Mathieu Lacage packet socket address
Tue, 31 Jul 2007 11:42:10 +0200 Mathieu Lacage extra Address API to be used by packet socket address
Tue, 31 Jul 2007 11:33:44 +0200 Mathieu Lacage fix build
Tue, 31 Jul 2007 10:47:29 +0200 Mathieu Lacage I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_.
Tue, 31 Jul 2007 10:46:43 +0200 Mathieu Lacage add license headers
Tue, 31 Jul 2007 10:45:37 +0200 Mathieu Lacage an eui 64 address type
Tue, 31 Jul 2007 10:45:15 +0200 Mathieu Lacage fix bugless in address allocation
Tue, 31 Jul 2007 09:21:40 +0200 Mathieu Lacage forgot to set the interface id
Tue, 31 Jul 2007 09:17:05 +0200 Mathieu Lacage remove now-unused ArpPrivate class
Tue, 31 Jul 2007 09:09:31 +0200 Mathieu Lacage implement the Node::ProtocolHandler support.
Tue, 31 Jul 2007 07:54:26 +0200 Mathieu Lacage small cleanups
Mon, 30 Jul 2007 13:59:13 +0200 Mathieu Lacage add doxygen
Mon, 30 Jul 2007 13:58:39 +0200 Mathieu Lacage add Ipv4Address::IsMatchingType and Eui48Address::IsMatchingType
Mon, 30 Jul 2007 13:55:28 +0200 Mathieu Lacage add InetSocketAddress::IsMatchingType and use it
Mon, 30 Jul 2007 13:29:36 +0200 Mathieu Lacage InetAddress -> InetSocketAddress
Mon, 30 Jul 2007 11:07:56 +0200 Mathieu Lacage fix optimized build
Mon, 30 Jul 2007 11:03:13 +0200 Mathieu Lacage fix address deserialization
Mon, 30 Jul 2007 10:35:40 +0200 Mathieu Lacage remove dead files after merge
Mon, 30 Jul 2007 10:35:03 +0200 Mathieu Lacage merge
Fri, 27 Jul 2007 09:44:24 +0200 Mathieu Lacage add doxygen
Fri, 27 Jul 2007 08:47:58 +0200 Mathieu Lacage add extra conveniance constructors and use them
Fri, 27 Jul 2007 08:44:26 +0200 Mathieu Lacage Ipv4TransportAddress -> InetAddress
Fri, 27 Jul 2007 08:32:34 +0200 Mathieu Lacage ipv4-transport-address -> inet-address
Fri, 27 Jul 2007 08:23:20 +0200 Mathieu Lacage convert Socket to use Address class
Thu, 26 Jul 2007 17:36:53 +0200 Mathieu Lacage replace MacAddress by Address
Thu, 26 Jul 2007 17:23:55 +0200 Mathieu Lacage merge
Thu, 26 Jul 2007 14:47:05 +0200 Mathieu Lacage improve type checking
Thu, 26 Jul 2007 14:03:41 +0200 Mathieu Lacage new address types
Mon, 06 Aug 2007 09:58:03 +0200 Mathieu Lacage merge with trunk
Sat, 04 Aug 2007 17:17:23 +0200 Mathieu Lacage merge with trunk
Sat, 04 Aug 2007 17:14:54 +0200 Mathieu Lacage update the Tag API to match the Header/Trailer API
Sat, 04 Aug 2007 16:58:16 +0200 Mathieu Lacage update dox
Sat, 04 Aug 2007 16:52:01 +0200 Mathieu Lacage add doxygen
Sat, 04 Aug 2007 16:49:06 +0200 Mathieu Lacage macros to ensure proper initialization
Sat, 04 Aug 2007 16:37:16 +0200 Mathieu Lacage force users to register their header/trailer uid strings by hand rather than do lazy uid allocation.
Sat, 04 Aug 2007 16:07:46 +0200 Mathieu Lacage fix packet serialization/deserialization
Sat, 04 Aug 2007 16:07:31 +0200 Mathieu Lacage ci fix metadata serialization/deserialization
Sat, 04 Aug 2007 16:06:59 +0200 Mathieu Lacage test packet serialization/deserialization
Sat, 04 Aug 2007 16:06:38 +0200 Mathieu Lacage make sure we return a correct uid from ChunkRegistry::GetUidFromUidString
Sat, 04 Aug 2007 16:03:08 +0200 Mathieu Lacage avoid fatal error if NS_DEBUG is used before the 'main' function is reached
Sat, 04 Aug 2007 14:51:09 +0200 Mathieu Lacage test Tags serialization/deserialization
Sat, 04 Aug 2007 14:41:33 +0200 Mathieu Lacage finish packet serialization/deserialization
Sat, 04 Aug 2007 14:10:49 +0200 Mathieu Lacage implement packet metadata serialization/deserialization
Sat, 04 Aug 2007 13:28:17 +0200 Mathieu Lacage add doxygen documentation, constify
Sat, 04 Aug 2007 13:22:08 +0200 Mathieu Lacage rework the PacketPrinter API and implementation
Sat, 04 Aug 2007 13:21:55 +0200 Mathieu Lacage forgot to use std::string instead of const char *
Sat, 04 Aug 2007 10:05:51 +0200 Mathieu Lacage remove dead forward declaration
Sat, 04 Aug 2007 09:32:10 +0200 Mathieu Lacage use CreateFullCopy and implement Serialize/Deserialize
Sat, 04 Aug 2007 09:31:52 +0200 Mathieu Lacage add Buffer::CreateFullCopy and make TransformInto private
Fri, 03 Aug 2007 17:52:58 +0200 Mathieu Lacage add Tag documentation
Fri, 03 Aug 2007 17:52:39 +0200 Mathieu Lacage update sample code to use a std::string rather than a const char *
Fri, 03 Aug 2007 17:52:21 +0200 Mathieu Lacage split test code out of the main PacketMetadata code
Fri, 03 Aug 2007 17:26:10 +0200 Mathieu Lacage fix valgrind warnings
Fri, 03 Aug 2007 17:00:40 +0200 Mathieu Lacage doxygen improvements to Packet, Tags, and Headers/Trailers
Fri, 03 Aug 2007 14:09:04 +0200 Mathieu Lacage improve dox
Fri, 03 Aug 2007 13:58:53 +0200 Mathieu Lacage implement Tags::Serialize and Tags::Deserialize
Fri, 03 Aug 2007 13:07:10 +0200 Mathieu Lacage add internal documentation
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip