Commit Graph

990 Commits

Author SHA1 Message Date
Mathieu Lacage
7bc4564029 merge with trunk 2007-08-08 14:00:45 +02:00
Gustavo J. A. M. Carneiro
f302d055e9 WAF: handle --doxygen before building; now only generates docs and does not build anything. 2007-08-08 12:36:59 +01:00
Mathieu Lacage
9cb258d920 doxygen API documentation for TraceContextElement base class 2007-08-08 13:13:24 +02:00
Mathieu Lacage
4b8e9cf7d1 use full reference for \relates tag 2007-08-08 13:13:09 +02:00
Mathieu Lacage
6ae06014c5 fix dox warning 2007-08-08 12:51:12 +02:00
Mathieu Lacage
32cd28829a fix dox warning 2007-08-08 12:34:18 +02:00
Mathieu Lacage
aceebd88bb fix dox warning 2007-08-08 12:33:33 +02:00
Mathieu Lacage
7ad0b27460 revert part of gustavo's patch for 'better breakpoints' 2007-08-08 12:33:14 +02:00
Mathieu Lacage
635374075f re-write header and trailer doxygen API doc 2007-08-08 12:18:11 +02:00
Mathieu Lacage
d3672ded33 beautify packet API doxygen 2007-08-08 11:27:17 +02:00
Mathieu Lacage
1bd35c2b55 make sure udp-header.h is exported for main-packet-printer 2007-08-08 11:20:35 +02:00
Mathieu Lacage
771bf92f78 Tag doxygen documentation 2007-08-08 11:19:39 +02:00
Mathieu Lacage
042f455113 add Packet::PrintTags and move tag documentation to tag.h 2007-08-08 11:19:19 +02:00
Mathieu Lacage
57464209b8 update reference to header sample code 2007-08-08 11:18:49 +02:00
Mathieu Lacage
d6f35d7c5c make sure we include a space between tag printed output 2007-08-08 11:16:41 +02:00
Mathieu Lacage
1f73d0d258 remove dead code 2007-08-08 11:16:11 +02:00
Mathieu Lacage
1e22e6d203 rework the NS_XX_ENSURE_REGISTERED macros and make sure we typecheck the input to TraceContext::Add and TraceContext::Get methods 2007-08-08 10:18:55 +02:00
Mathieu Lacage
496f1d91d0 TraceContextElement::Register -> TraceContextElement::AllocateUid 2007-08-08 10:06:58 +02:00
Mathieu Lacage
5a38178db2 Trailer::Register -> Trailer::AllocateUid and Header::Register -> Header::AllocateUid 2007-08-08 10:01:19 +02:00
Mathieu Lacage
55b4291df0 introduce Tag base class similar to Header and Trailer 2007-08-08 09:49:56 +02:00
Mathieu Lacage
5c419ea37f remove Chunk base class 2007-08-08 09:12:55 +02:00
Tom Henderson
02ccad8fbc add unreachable statement to solve gcc-4.0.x compiler bug for optimized builds on os x 2007-08-07 20:37:52 -07:00
Mathieu Lacage
9a8e9dc34b merge with trunk 2007-08-07 08:36:31 +02:00
Gustavo J. A. M. Carneiro
e6aae4aa5f Fix compilation of BreakpointFallback on win32/mingw, which has signal.h but does not define SIGTRAP. 2007-08-07 00:16:13 +01:00
Craig Dowell
b8458246b8 fix opt warnings, let compiler do tail call optimization in csma nd, remove protected access from router iface 2007-08-06 14:40:43 -07:00
Mathieu Lacage
287416006a tweak ascii trace output 2007-08-06 19:43:09 +02:00
Mathieu Lacage
1a1dda1796 build with the new TraceContextElement API 2007-08-06 19:40:18 +02:00
Mathieu Lacage
3fd0b3ba42 merge with trunk 2007-08-06 17:21:57 +02:00
Mathieu Lacage
77712a63ad work in progress towards a working trace context 2007-08-06 17:19:13 +02:00
Mathieu Lacage
caf9c39afa make the previous merge actually work 2007-08-06 15:45:29 +02:00
Mathieu Lacage
0db07e14d6 merge implicit conversion tree 2007-08-06 15:32:27 +02:00
Gustavo J. A. M. Carneiro
988d512b77 Correct misspelled BreakpointFallback function implementation; fixes OS X build. 2007-08-06 11:55:17 +01:00
Mathieu Lacage
f750bcefab fix memory leak 2007-08-06 10:29:28 +02:00
Mathieu Lacage
dcdca3338d fix memory leak 2007-08-06 10:09:18 +02:00
Mathieu Lacage
913319d9e3 merge packet socket with trunk 2007-08-06 09:59:29 +02:00
Mathieu Lacage
3919d03f97 merge with trunk 2007-08-06 09:58:03 +02:00
Mathieu Lacage
5c19b67791 fix optimized build 2007-08-05 14:34:23 +02:00
Mathieu Lacage
a55fa0d833 merge with trunk 2007-08-04 17:17:23 +02:00
Mathieu Lacage
8e1489d85b update the Tag API to match the Header/Trailer API 2007-08-04 17:14:54 +02:00
Mathieu Lacage
797d537cb8 update dox 2007-08-04 16:58:16 +02:00
Mathieu Lacage
b6618577c7 add doxygen 2007-08-04 16:52:01 +02:00
Mathieu Lacage
0cb76eb275 macros to ensure proper initialization 2007-08-04 16:49:06 +02:00
Mathieu Lacage
93cea27ad8 force users to register their header/trailer uid strings by hand rather than do lazy uid allocation. 2007-08-04 16:37:16 +02:00
Mathieu Lacage
263326ecbe fix packet serialization/deserialization 2007-08-04 16:07:46 +02:00
Mathieu Lacage
61c85465b9 ci fix metadata serialization/deserialization 2007-08-04 16:07:31 +02:00
Mathieu Lacage
25c33df302 test packet serialization/deserialization 2007-08-04 16:06:59 +02:00
Mathieu Lacage
7d5a47afe9 make sure we return a correct uid from ChunkRegistry::GetUidFromUidString 2007-08-04 16:06:38 +02:00
Mathieu Lacage
fc7802ea0f avoid fatal error if NS_DEBUG is used before the 'main' function is reached 2007-08-04 16:03:08 +02:00
Mathieu Lacage
b2ddd93191 test Tags serialization/deserialization 2007-08-04 14:51:09 +02:00
Mathieu Lacage
d9a9624c6c finish packet serialization/deserialization 2007-08-04 14:41:33 +02:00