aboutsummaryrefslogtreecommitdiff
path: root/diff-delta.c
Commit message (Expand)AuthorAge
* Merge branch 'mk/diff-delta-avoid-large-offset'Junio C Hamano2017-09-28
|\
| * diff-delta: do not allow delta offset truncationMartin Koegler2017-08-11
* | diff-delta: fix encoding size that would not fit in "unsigned int"Martin Koegler2017-08-10
|/
* create_delta_index: simplify condition always evaluating to trueStefan Beller2013-08-18
* fix >4GiB source delta assertion failureNicolas Pitre2010-08-21
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-14
* fix style of a few comments in diff-delta.cNicolas Pitre2007-12-18
* Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit2007-12-17
* diff-delta.c: Rationalize culling of hash bucketsDavid Kastrup2007-09-09
* diff-delta.c: pack the index structureDavid Kastrup2007-09-09
* diff-delta.c: Fix broken skip calculation.David Kastrup2007-08-23
* Support fetching the memory usage of a delta indexBrian Downing2007-07-12
* diff-delta: use realloc instead of xreallocMartin Koegler2007-05-31
* update diff-delta.c copyrightNicolas Pitre2007-05-26
* improve delta long block matching with big filesNicolas Pitre2007-05-26
* 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