aboutsummaryrefslogtreecommitdiffstats
path: root/diff-delta.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-06diff-delta: set size out-parameter to 0 for NULL deltaJeff King1-0/+2
2017-09-28Merge branch 'mk/diff-delta-avoid-large-offset'Junio C Hamano1-0/+3
2017-08-11diff-delta: do not allow delta offset truncationMartin Koegler1-0/+3
2017-08-10diff-delta: fix encoding size that would not fit in "unsigned int"Martin Koegler1-11/+13
2013-08-18create_delta_index: simplify condition always evaluating to trueStefan Beller1-1/+1
2010-08-21fix >4GiB source delta assertion failureNicolas Pitre1-1/+8
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2007-12-18fix style of a few comments in diff-delta.cNicolas Pitre1-24/+24
2007-12-17Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit1-1/+1
2007-09-09diff-delta.c: Rationalize culling of hash bucketsDavid Kastrup1-10/+31
2007-09-09diff-delta.c: pack the index structureDavid Kastrup1-16/+58
2007-08-23diff-delta.c: Fix broken skip calculation.David Kastrup1-1/+1
2007-07-12Support fetching the memory usage of a delta indexBrian Downing1-0/+10
2007-05-31diff-delta: use realloc instead of xreallocMartin Koegler1-1/+1
2007-05-26update diff-delta.c copyrightNicolas Pitre1-13/+6
2007-05-26improve delta long block matching with big filesNicolas Pitre1-51/+57
2006-12-20simplify inclusion of system header files.Junio C Hamano1-4/+1
2006-10-14Revert "move pack creation to version 3"Junio C Hamano1-6/+2
2006-09-22move pack creation to version 3Nicolas Pitre1-2/+6
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-1/+1
2006-08-23Fix a comparison bug in diff-delta.cPierre Habouzit1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-3/+3
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2006-06-18Initialize FAMs using `FLEX_ARRAY'.Florian Forster1-1/+2
2006-05-10fix diff-delta bad memory accessNicolas Pitre1-5/+0
2006-05-02improve diff-delta with sparse and/or repetitive dataNicolas Pitre1-13/+27
2006-05-02tiny optimization to diff-deltaNicolas Pitre1-3/+2
2006-04-28replace adler32 with Rabin's polynomial in diff-deltaNicolas Pitre1-34/+150
2006-04-24split the diff-delta interfaceNicolas Pitre1-83/+85
2006-03-173% tighter packs for freeNicolas Pitre1-1/+16
2006-03-09diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre1-30/+71
2006-02-22diff-delta: big code simplificationNicolas Pitre1-146/+85
2006-02-22diff-delta: fold two special tests into one plus cleanupsNicolas Pitre1-10/+14
2006-02-05Use adler32() from zlib instead of defining our own.Peter Eriksen1-38/+1
2005-12-15small cleanup for diff-delta.cNicolas Pitre1-22/+12
2005-12-12Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano1-1/+1
2005-12-12diff-delta.c: allow delta with empty blob.Junio C Hamano1-1/+1
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre1-1/+2
2005-06-28[PATCH] denser delta header encodingNicolas Pitre1-20/+14
2005-06-25Add a "max_size" parameter to diff_delta()Linus Torvalds1-1/+7
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre1-0/+333