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