Commit Graph

469 Commits

Author SHA1 Message Date
Mathieu Lacage
92ebbd036d a testcase for bug 197 2008-05-31 14:12:24 -07:00
Mathieu Lacage
f08ea71825 add small comment 2008-05-31 11:00:01 -07:00
Mathieu Lacage
a5c312cb1c some more cleanup 2008-05-31 10:57:49 -07:00
Mathieu Lacage
e20525cad9 add small comment 2008-05-31 10:47:24 -07:00
Mathieu Lacage
00d36e836c add logging, cleanup AddAtEnd. 2008-05-31 10:46:23 -07:00
Mathieu Lacage
4904c44f15 merge with HEAD 2008-05-30 10:39:43 -07:00
Mathieu Lacage
e4ec46dd52 fix dox warnings 2008-05-30 10:38:59 -07:00
Tom Henderson
a947ff3967 more doxygen 2008-05-30 10:36:02 -07:00
Tom Henderson
dfb9b7360a Doxygen organization 2008-05-29 23:24:10 -07:00
Mathieu Lacage
16d1d635a0 new Packet testcases, bug fix. 2008-05-29 12:13:42 -07:00
Tom Henderson
41b7eadd33 undo changeset 3161 (to pass unit tests) 2008-05-28 22:45:59 -07:00
Tom Henderson
b851cc5b0b Undo changeset 3163 (breaks multicast) 2008-05-28 22:06:14 -07:00
Mathieu Lacage
45793c3a02 fix new packet bug 2008-05-28 10:47:14 -07:00
Mathieu Lacage
137ff47a46 fix the testcase 2008-05-28 10:31:09 -07:00
Mathieu Lacage
ab01dd65a4 a failing testcase. 2008-05-28 10:11:25 -07:00
Mathieu Lacage
31870b3bc0 more logging code 2008-05-28 10:11:08 -07:00
Mathieu Lacage
16018e8d7e add logging 2008-05-28 08:51:27 -07:00
Mathieu Lacage
b91e3b0e4c ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER 2008-05-26 20:48:54 -07:00
Mathieu Lacage
0d86d03be0 kill ATTRIBUTE_HELPER_HEADER_1 2008-05-26 20:44:19 -07:00
Mathieu Lacage
e4c1b22090 fix build for g++ 3.4.6 2008-05-20 07:56:59 -07:00
Mathieu Lacage
2c57f536e3 merge with HEAD 2008-05-16 15:52:04 -07:00
Mathieu Lacage
dd4979ef89 merge with HEAD 2008-05-16 08:52:40 -07:00
Mathieu Lacage
1a990a1877 bug 179: Packet fragmentation bug 2008-05-15 09:49:04 -07:00
Mathieu Lacage
ccb704ffc7 close the writer before deleting it 2008-05-14 15:00:58 -07:00
Craig Dowell
515183caae fix bug 161 2008-05-11 11:18:21 -07:00
Mathieu Lacage
2e699a4704 attempt to document some of the internal details 2008-05-08 12:40:44 -07:00
Mathieu Lacage
0b6e955a24 help return-value-optimization 2008-05-08 11:22:40 -07:00
Mathieu Lacage
f5bb823415 avoid doing the work twice. 2008-05-08 11:22:25 -07:00
Mathieu Lacage
83cd996471 inline a couple of tag methods. 2008-05-08 11:16:32 -07:00
Mathieu Lacage
164e8c83bc simplify code logic 2008-05-07 15:18:33 -07:00
Mathieu Lacage
2865203612 simplify code logic 2008-05-07 15:02:07 -07:00
Mathieu Lacage
beaf8569c0 add missing license headers 2008-05-07 13:47:19 -07:00
Mathieu Lacage
9679a25783 typos 2008-05-07 13:45:57 -07:00
Mathieu Lacage
aaccadb46a a couple more tests. 2008-05-07 13:45:04 -07:00
Mathieu Lacage
623d9898b7 avoid signed/unsigned comparison warning. 2008-05-07 11:28:17 -07:00
Mathieu Lacage
1c05220bba test self-assignment of packets 2008-05-06 15:04:36 -07:00
Mathieu Lacage
ccd72825dd add dox doc 2008-05-06 14:54:52 -07:00
Mathieu Lacage
29169d42b6 add missing include for optimized builds 2008-05-06 14:54:44 -07:00
Mathieu Lacage
43ecf40b5a use a free list for tag buffers 2008-05-06 14:44:09 -07:00
Mathieu Lacage
119cf2035b use a shared buffer 2008-05-06 14:18:05 -07:00
Mathieu Lacage
0996a38b84 mtag -> tag 2008-04-24 16:06:33 -07:00
Mathieu Lacage
18ee064a79 Mtag -> Tag 2008-04-24 16:03:13 -07:00
Mathieu Lacage
96c43a7e26 remove now-unused Tags class 2008-04-24 16:01:53 -07:00
Mathieu Lacage
d3623e2142 add a couple of serialization/deserialization methods 2008-04-24 15:44:15 -07:00
Mathieu Lacage
062a2dcc42 add a couple of dox comments 2008-04-24 14:58:17 -07:00
Mathieu Lacage
2d581766fd a new tag implementation: Mtag 2008-04-24 14:52:59 -07:00
Mathieu Lacage
e17282f995 move test code to anon namespace 2008-04-23 15:01:27 -07:00
Mathieu Lacage
4a78ce68d1 add adjustment report to overloaded Buffer::AddAtEnd method 2008-04-23 09:11:55 -07:00
Mathieu Lacage
ad54b2ce62 make the code more consistent across AddAtStart and AddAtEnd 2008-04-23 09:05:18 -07:00
Mathieu Lacage
f79e7581b6 report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart. 2008-04-23 08:54:29 -07:00