src/common/packet-history.cc
Thu, 07 Jun 2007 12:25:40 +0200 Mathieu Lacage add back optimization option
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: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 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 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
Fri, 01 Jun 2007 15:26:21 +0200 Mathieu Lacage more tests
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 12:49:10 +0200 Mathieu Lacage more tests
Fri, 01 Jun 2007 12:46:23 +0200 Mathieu Lacage new test and fix to make it pass
Fri, 01 Jun 2007 11:17:59 +0200 Mathieu Lacage test payload
Fri, 01 Jun 2007 11:12:55 +0200 Mathieu Lacage test fragments
Fri, 01 Jun 2007 11:03:56 +0200 Mathieu Lacage make the tests pass again
Fri, 01 Jun 2007 10:35:05 +0200 Mathieu Lacage build the ItemList into the input list, not a temporary stack variable.
Fri, 01 Jun 2007 10:06:35 +0200 Mathieu Lacage remove PrintSimple and revert order of history data written in data buffer
Thu, 31 May 2007 14:52:15 +0200 Mathieu Lacage force use of the ItemList to test it
Thu, 31 May 2007 14:30:34 +0200 Mathieu Lacage re-implement PacketHistory to use the PacketPrinter and work on ItemList::Print
Wed, 30 May 2007 10:03:15 +0200 Mathieu Lacage add Chunk::GetName and implement it
Wed, 30 May 2007 09:48:53 +0200 Mathieu Lacage implement ItemList::AddAtEnd
Wed, 30 May 2007 07:42:56 +0200 Mathieu Lacage implement ItemList construction
less more (0) -60 tip