summaryrefslogtreecommitdiff
path: root/diff-delta.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-21fix >4GiB source delta assertion failureLibravatar Nicolas Pitre1-1/+8
2009-09-14Nicolas Pitre has a new email addressLibravatar Nicolas Pitre1-1/+1
2007-12-18fix style of a few comments in diff-delta.cLibravatar Nicolas Pitre1-24/+24
2007-12-17Fix segfault in diff-delta.c when FLEX_ARRAY is 1Libravatar Pierre Habouzit1-1/+1
2007-09-09diff-delta.c: Rationalize culling of hash bucketsLibravatar David Kastrup1-10/+31
2007-09-09diff-delta.c: pack the index structureLibravatar David Kastrup1-16/+58
2007-08-23diff-delta.c: Fix broken skip calculation.Libravatar David Kastrup1-1/+1
2007-07-12Support fetching the memory usage of a delta indexLibravatar Brian Downing1-0/+10
2007-05-31diff-delta: use realloc instead of xreallocLibravatar Martin Koegler1-1/+1
2007-05-26update diff-delta.c copyrightLibravatar Nicolas Pitre1-13/+6
2007-05-26improve delta long block matching with big filesLibravatar Nicolas Pitre1-51/+57
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-4/+1
2006-10-14Revert "move pack creation to version 3"Libravatar Junio C Hamano1-6/+2
2006-09-22move pack creation to version 3Libravatar Nicolas Pitre1-2/+6
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-1/+1
2006-08-23Fix a comparison bug in diff-delta.cLibravatar Pierre Habouzit1-1/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-3/+3
2006-06-20Remove all void-pointer arithmetic.Libravatar Florian Forster1-1/+1
2006-06-18Initialize FAMs using `FLEX_ARRAY'.Libravatar Florian Forster1-1/+2
2006-05-10fix diff-delta bad memory accessLibravatar Nicolas Pitre1-5/+0
2006-05-02improve diff-delta with sparse and/or repetitive dataLibravatar Nicolas Pitre1-13/+27
2006-05-02tiny optimization to diff-deltaLibravatar Nicolas Pitre1-3/+2
2006-04-28replace adler32 with Rabin's polynomial in diff-deltaLibravatar Nicolas Pitre1-34/+150
2006-04-24split the diff-delta interfaceLibravatar Nicolas Pitre1-83/+85
2006-03-173% tighter packs for freeLibravatar Nicolas Pitre1-1/+16
2006-03-09diff-delta: bound hash list length to avoid O(m*n) behaviorLibravatar Nicolas Pitre1-30/+71
2006-02-22diff-delta: big code simplificationLibravatar Nicolas Pitre1-146/+85
2006-02-22diff-delta: fold two special tests into one plus cleanupsLibravatar Nicolas Pitre1-10/+14
2006-02-05Use adler32() from zlib instead of defining our own.Libravatar Peter Eriksen1-38/+1
2005-12-15small cleanup for diff-delta.cLibravatar Nicolas Pitre1-22/+12
2005-12-12Revert "diff-delta.c: allow delta with empty blob."Libravatar Junio C Hamano1-1/+1
2005-12-12diff-delta.c: allow delta with empty blob.Libravatar Junio C Hamano1-1/+1
2005-06-29[PATCH] assorted delta code cleanupLibravatar Nicolas Pitre1-1/+2
2005-06-28[PATCH] denser delta header encodingLibravatar Nicolas Pitre1-20/+14
2005-06-25Add a "max_size" parameter to diff_delta()Libravatar Linus Torvalds1-1/+7
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Libravatar Nicolas Pitre1-0/+333