summaryrefslogtreecommitdiff
path: root/diff-delta.c
Commit message (Expand)AuthorAgeFilesLines
* diff-delta: set size out-parameter to 0 for NULL deltaJeff King2019-09-061-0/+2
* Merge branch 'mk/diff-delta-avoid-large-offset'Junio C Hamano2017-09-281-0/+3
|\
| * diff-delta: do not allow delta offset truncationmk/diff-delta-avoid-large-offsetMartin Koegler2017-08-111-0/+3
* | diff-delta: fix encoding size that would not fit in "unsigned int"mk/diff-delta-uint-may-be-shorter-than-ulongMartin Koegler2017-08-101-11/+13
|/
* create_delta_index: simplify condition always evaluating to truesb/diff-delta-remove-needless-comparisonStefan Beller2013-08-181-1/+1
* fix >4GiB source delta assertion failureNicolas Pitre2010-08-211-1/+8
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-141-1/+1
* fix style of a few comments in diff-delta.cNicolas Pitre2007-12-181-24/+24
* Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit2007-12-171-1/+1
* diff-delta.c: Rationalize culling of hash bucketsDavid Kastrup2007-09-091-10/+31
* diff-delta.c: pack the index structureDavid Kastrup2007-09-091-16/+58
* diff-delta.c: Fix broken skip calculation.David Kastrup2007-08-231-1/+1
* Support fetching the memory usage of a delta indexBrian Downing2007-07-121-0/+10
* diff-delta: use realloc instead of xreallocMartin Koegler2007-05-311-1/+1
* update diff-delta.c copyrightNicolas Pitre2007-05-261-13/+6
* improve delta long block matching with big filesNicolas Pitre2007-05-261-51/+57
* simplify inclusion of system header files.Junio C Hamano2006-12-201-4/+1
* Revert "move pack creation to version 3"Junio C Hamano2006-10-141-6/+2
* move pack creation to version 3Nicolas Pitre2006-09-221-2/+6
* Use xrealloc instead of reallocJonas Fonseca2006-08-261-1/+1
* Fix a comparison bug in diff-delta.cPierre Habouzit2006-08-231-1/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-3/+3
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-1/+1
* Initialize FAMs using `FLEX_ARRAY'.Florian Forster2006-06-181-1/+2
* fix diff-delta bad memory accessNicolas Pitre2006-05-101-5/+0
* improve diff-delta with sparse and/or repetitive dataNicolas Pitre2006-05-021-13/+27
* tiny optimization to diff-deltaNicolas Pitre2006-05-021-3/+2
* replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre2006-04-281-34/+150
* split the diff-delta interfaceNicolas Pitre2006-04-241-83/+85
* 3% tighter packs for freeNicolas Pitre2006-03-171-1/+16
* diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-03-091-30/+71
* diff-delta: big code simplificationNicolas Pitre2006-02-221-146/+85
* diff-delta: fold two special tests into one plus cleanupsNicolas Pitre2006-02-221-10/+14
* Use adler32() from zlib instead of defining our own.Peter Eriksen2006-02-051-38/+1
* small cleanup for diff-delta.cNicolas Pitre2005-12-151-22/+12
* Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano2005-12-121-1/+1
* diff-delta.c: allow delta with empty blob.Junio C Hamano2005-12-121-1/+1
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-291-1/+2
* [PATCH] denser delta header encodingNicolas Pitre2005-06-281-20/+14
* Add a "max_size" parameter to diff_delta()Linus Torvalds2005-06-251-1/+7
* [PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre2005-05-191-0/+333