index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff-delta.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix diff-delta bad memory access
Nicolas Pitre
2006-05-10
1
-5
/
+0
*
improve diff-delta with sparse and/or repetitive data
Nicolas Pitre
2006-05-03
1
-13
/
+27
*
tiny optimization to diff-delta
Nicolas Pitre
2006-05-03
1
-3
/
+2
*
replace adler32 with Rabin's polynomial in diff-delta
Nicolas Pitre
2006-04-29
1
-34
/
+150
*
split the diff-delta interface
Nicolas Pitre
2006-04-25
1
-83
/
+85
*
3% tighter packs for free
Nicolas Pitre
2006-03-18
1
-1
/
+16
*
diff-delta: bound hash list length to avoid O(m*n) behavior
Nicolas Pitre
2006-03-09
1
-30
/
+71
*
diff-delta: big code simplification
Nicolas Pitre
2006-02-22
1
-146
/
+85
*
diff-delta: fold two special tests into one plus cleanups
Nicolas Pitre
2006-02-22
1
-10
/
+14
*
Use adler32() from zlib instead of defining our own.
Peter Eriksen
2006-02-05
1
-38
/
+1
*
small cleanup for diff-delta.c
Nicolas Pitre
2005-12-16
1
-22
/
+12
*
Revert "diff-delta.c: allow delta with empty blob."
Junio C Hamano
2005-12-13
1
-1
/
+1
*
diff-delta.c: allow delta with empty blob.
Junio C Hamano
2005-12-12
1
-1
/
+1
*
[PATCH] assorted delta code cleanup
Nicolas Pitre
2005-06-29
1
-1
/
+2
*
[PATCH] denser delta header encoding
Nicolas Pitre
2005-06-29
1
-20
/
+14
*
Add a "max_size" parameter to diff_delta()
Linus Torvalds
2005-06-26
1
-1
/
+7
*
[PATCH] Deltification library work by Nicolas Pitre.
Nicolas Pitre
2005-05-19
1
-0
/
+333