Thu, 07 Jun 2007 12:29:27 +0200 Mathieu Lacage improve dox doc
Thu, 07 Jun 2007 12:25:40 +0200 Mathieu Lacage add back optimization option
Thu, 07 Jun 2007 12:17:25 +0200 Mathieu Lacage rename History::Enable to Packet::EnableMetadata
Thu, 07 Jun 2007 11:38:06 +0200 Mathieu Lacage remove dead code
Thu, 07 Jun 2007 11:21:21 +0200 Mathieu Lacage store chunkUid and packetUid as fixed-size fields
Thu, 07 Jun 2007 11:00:49 +0200 Mathieu Lacage unconditionally set m_data
Thu, 07 Jun 2007 10:51:25 +0200 Mathieu Lacage fix gcov link
Thu, 07 Jun 2007 10:38:48 +0200 Mathieu Lacage try alternative implementation of AddSmall
Thu, 07 Jun 2007 09:38:51 +0200 Mathieu Lacage fix Append and optimize GetUleb128Size
Thu, 07 Jun 2007 09:18:04 +0200 Mathieu Lacage optimize a bit AddHeader
Thu, 07 Jun 2007 08:13:19 +0200 Mathieu Lacage remove atStart arg to AddBig
Thu, 07 Jun 2007 07:39:47 +0200 Mathieu Lacage remove ReadSmall and ReadExtra
Thu, 07 Jun 2007 07:32:10 +0200 Mathieu Lacage ReadItems does not depend on ReadSmall & ReadExtra
Wed, 06 Jun 2007 14:40:48 +0200 Mathieu Lacage make some methods inline
Wed, 06 Jun 2007 14:38:52 +0200 Mathieu Lacage Update -> UpdateHead + UpdateTail
Wed, 06 Jun 2007 14:32:17 +0200 Mathieu Lacage simplify a bit the small item logic
Wed, 06 Jun 2007 14:19:21 +0200 Mathieu Lacage fix bug introduced in commit 767
Wed, 06 Jun 2007 14:14:22 +0200 Mathieu Lacage add counters
Wed, 06 Jun 2007 14:11:22 +0200 Mathieu Lacage remove Update call from within AddSmall and AddBig
Wed, 06 Jun 2007 13:56:42 +0200 Mathieu Lacage remove useless CanAdd
Wed, 06 Jun 2007 13:51:15 +0200 Mathieu Lacage a few micro-optimizations
Wed, 06 Jun 2007 13:02:00 +0200 Mathieu Lacage make all tests pass
Wed, 06 Jun 2007 12:39:33 +0200 Mathieu Lacage implement ReplaceTail
Wed, 06 Jun 2007 11:30:17 +0200 Mathieu Lacage simplify calls to AddBig and AddSmall
Wed, 06 Jun 2007 11:01:59 +0200 Mathieu Lacage share some code, implement AddAtEnd
Wed, 06 Jun 2007 10:04:02 +0200 Mathieu Lacage fix a few bugs in ::RemoveAtEnd
Wed, 06 Jun 2007 09:55:01 +0200 Mathieu Lacage remove data from end of trailer, not start of header
Wed, 06 Jun 2007 09:45:23 +0200 Mathieu Lacage simplify GetTotalSize
Wed, 06 Jun 2007 09:43:54 +0200 Mathieu Lacage fix simple bugs in RemoveAtEnd
Wed, 06 Jun 2007 09:23:47 +0200 Mathieu Lacage fix fragment printing
Wed, 06 Jun 2007 09:13:21 +0200 Mathieu Lacage rewrite PacketHistory::RemoveAtstart
Wed, 06 Jun 2007 08:54:11 +0200 Mathieu Lacage make sure that we set the low bit for typeUid when writing a 'big' item
Wed, 06 Jun 2007 08:49:15 +0200 Mathieu Lacage implement PacketHistory::RemoveAtStart
Tue, 05 Jun 2007 21:48:26 +0200 Mathieu Lacage when doing a copy of a buffer, make sure to clear the prev and next fields
Tue, 05 Jun 2007 18:28:37 +0200 Mathieu Lacage the mask to filter out the low bit is 0xfe, not 0xfd
Tue, 05 Jun 2007 17:35:22 +0200 Mathieu Lacage fix a bunch of buggy asserts
Tue, 05 Jun 2007 16:40:05 +0200 Mathieu Lacage fix the list iteration logic
Tue, 05 Jun 2007 16:36:53 +0200 Mathieu Lacage rename begin to head and end to tail
Tue, 05 Jun 2007 16:33:45 +0200 Mathieu Lacage fix field ordering.
Tue, 05 Jun 2007 15:59:07 +0200 Mathieu Lacage deal with packet with zero headers correctly
Tue, 05 Jun 2007 15:47:29 +0200 Mathieu Lacage implement PacketHistory::Print
Tue, 05 Jun 2007 14:06:58 +0200 Mathieu Lacage fix addition of a trailer or a header
Tue, 05 Jun 2007 13:44:43 +0200 Mathieu Lacage a new implementation of the PacketHistory API
Mon, 04 Jun 2007 09:33:38 +0200 Mathieu Lacage remove dead typedef
Sun, 03 Jun 2007 20:09:56 +0200 Mathieu Lacage a bunch of optimizations
Sat, 02 Jun 2007 19:10:35 +0200 Mathieu Lacage fix the packet benchmark and enable it
Sat, 02 Jun 2007 18:36:56 +0200 Mathieu Lacage Added tag packet-history-working for changeset 0dc81e76166c
Sat, 02 Jun 2007 18:32:31 +0200 Mathieu Lacage more tests, fix
Sat, 02 Jun 2007 18:24:44 +0200 Mathieu Lacage more tests, initial fix.
Sat, 02 Jun 2007 18:13:19 +0200 Mathieu Lacage more tests
Sat, 02 Jun 2007 18:08:04 +0200 Mathieu Lacage fix build for g++ 4.1
Sat, 02 Jun 2007 17:59:14 +0200 Mathieu Lacage merge with trunk
Fri, 01 Jun 2007 15:26:21 +0200 Mathieu Lacage more tests
Fri, 01 Jun 2007 15:23:30 +0200 Mathieu Lacage ensure that packets are real buffers before concatenating them
Fri, 01 Jun 2007 15:23:07 +0200 Mathieu Lacage add more asserts, make TransformIntoRealBuffer public for Packet class
Fri, 01 Jun 2007 14:50:04 +0200 Mathieu Lacage enable more tests
Fri, 01 Jun 2007 14:35:18 +0200 Mathieu Lacage more tests
Fri, 01 Jun 2007 13:06:35 +0200 Mathieu Lacage add more tests
Fri, 01 Jun 2007 13:06:21 +0200 Mathieu Lacage calculate the correct size of header and trailer to remove from buffer
Fri, 01 Jun 2007 12:49:10 +0200 Mathieu Lacage more tests
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip