aboutsummaryrefslogtreecommitdiff
path: root/diff-delta.c
Commit message (Expand)AuthorAge
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Revert "move pack creation to version 3"Junio C Hamano2006-10-14
* move pack creation to version 3Nicolas Pitre2006-09-22
* Use xrealloc instead of reallocJonas Fonseca2006-08-26
* Fix a comparison bug in diff-delta.cPierre Habouzit2006-08-23
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* Initialize FAMs using `FLEX_ARRAY'.Florian Forster2006-06-18
* fix diff-delta bad memory accessNicolas Pitre2006-05-10
* improve diff-delta with sparse and/or repetitive dataNicolas Pitre2006-05-02
* tiny optimization to diff-deltaNicolas Pitre2006-05-02
* replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre2006-04-28
* split the diff-delta interfaceNicolas Pitre2006-04-24
* 3% tighter packs for freeNicolas Pitre2006-03-17
* diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-03-09
* diff-delta: big code simplificationNicolas Pitre2006-02-22
* diff-delta: fold two special tests into one plus cleanupsNicolas Pitre2006-02-22
* Use adler32() from zlib instead of defining our own.Peter Eriksen2006-02-05
* small cleanup for diff-delta.cNicolas Pitre2005-12-15
* Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano2005-12-12
* diff-delta.c: allow delta with empty blob.Junio C Hamano2005-12-12
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-29
* [PATCH] denser delta header encodingNicolas Pitre2005-06-28
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-25
* [PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre2005-05-19