index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff-delta.c
Commit message (
Expand
)
Author
Age
*
diff-delta.c: Fix broken skip calculation.
David Kastrup
2007-08-23
*
Support fetching the memory usage of a delta index
Brian Downing
2007-07-12
*
diff-delta: use realloc instead of xrealloc
Martin Koegler
2007-05-31
*
update diff-delta.c copyright
Nicolas Pitre
2007-05-26
*
improve delta long block matching with big files
Nicolas Pitre
2007-05-26
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
*
Revert "move pack creation to version 3"
Junio C Hamano
2006-10-14
*
move pack creation to version 3
Nicolas Pitre
2006-09-22
*
Use xrealloc instead of realloc
Jonas Fonseca
2006-08-26
*
Fix a comparison bug in diff-delta.c
Pierre Habouzit
2006-08-23
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
*
Remove all void-pointer arithmetic.
Florian Forster
2006-06-20
*
Initialize FAMs using `FLEX_ARRAY'.
Florian Forster
2006-06-18
*
fix diff-delta bad memory access
Nicolas Pitre
2006-05-10
*
improve diff-delta with sparse and/or repetitive data
Nicolas Pitre
2006-05-02
*
tiny optimization to diff-delta
Nicolas Pitre
2006-05-02
*
replace adler32 with Rabin's polynomial in diff-delta
Nicolas Pitre
2006-04-28
*
split the diff-delta interface
Nicolas Pitre
2006-04-24
*
3% tighter packs for free
Nicolas Pitre
2006-03-17
*
diff-delta: bound hash list length to avoid O(m*n) behavior
Nicolas Pitre
2006-03-09
*
diff-delta: big code simplification
Nicolas Pitre
2006-02-22
*
diff-delta: fold two special tests into one plus cleanups
Nicolas Pitre
2006-02-22
*
Use adler32() from zlib instead of defining our own.
Peter Eriksen
2006-02-05
*
small cleanup for diff-delta.c
Nicolas Pitre
2005-12-15
*
Revert "diff-delta.c: allow delta with empty blob."
Junio C Hamano
2005-12-12
*
diff-delta.c: allow delta with empty blob.
Junio C Hamano
2005-12-12
*
[PATCH] assorted delta code cleanup
Nicolas Pitre
2005-06-29
*
[PATCH] denser delta header encoding
Nicolas Pitre
2005-06-28
*
Add a "max_size" parameter to diff_delta()
Linus Torvalds
2005-06-25
*
[PATCH] Deltification library work by Nicolas Pitre.
Nicolas Pitre
2005-05-19