Sign in
googlers
/
jrn
/
git
/
6046f7a91c3bf5c76702f10a4a83e8a63afe2fb4
/
diff-delta.c
e4b3690
diff-delta: set size out-parameter to 0 for NULL delta
by Jeff King
· 6 years ago
fdbe2ac
Merge branch 'mk/diff-delta-avoid-large-offset'
by Junio C Hamano
· 7 years ago
fed1ef9
diff-delta: do not allow delta offset truncation
by Martin Koegler
· 8 years ago
3f0a67a
diff-delta: fix encoding size that would not fit in "unsigned int"
by Martin Koegler
· 8 years ago
f7466e9
create_delta_index: simplify condition always evaluating to true
by Stefan Beller
· 12 years ago
506049c
fix >4GiB source delta assertion failure
by Nicolas Pitre
· 15 years ago
03aa8ff
Nicolas Pitre has a new email address
by Nicolas Pitre
· 15 years ago
ce85b05
fix style of a few comments in diff-delta.c
by Nicolas Pitre
· 17 years ago
f9c5a80
Fix segfault in diff-delta.c when FLEX_ARRAY is 1
by Pierre Habouzit
· 17 years ago
02e665c
diff-delta.c: Rationalize culling of hash buckets
by David Kastrup
· 18 years ago
d210086
diff-delta.c: pack the index structure
by David Kastrup
· 18 years ago
b1d884a
diff-delta.c: Fix broken skip calculation.
by David Kastrup
· 18 years ago
11779e7
Support fetching the memory usage of a delta index
by Brian Downing
· 18 years ago
b75c6c6
diff-delta: use realloc instead of xrealloc
by Martin Koegler
· 18 years ago
366b53c
update diff-delta.c copyright
by Nicolas Pitre
· 18 years ago
8433669
improve delta long block matching with big files
by Nicolas Pitre
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
29f049a
Revert "move pack creation to version 3"
by Junio C Hamano
· 18 years ago
1685457
move pack creation to version 3
by Nicolas Pitre
· 18 years ago
83572c1
Use xrealloc instead of realloc
by Jonas Fonseca
· 19 years ago
b05faa2
Fix a comparison bug in diff-delta.c
by Pierre Habouzit
· 19 years ago
82e5a82
Fix more typos, primarily in the code
by Pavel Roskin
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
63f1756
Initialize FAMs using `FLEX_ARRAY'.
by Florian Forster
· 19 years ago
639ca54
fix diff-delta bad memory access
by Nicolas Pitre
· 19 years ago
06a9f92
improve diff-delta with sparse and/or repetitive data
by Nicolas Pitre
· 19 years ago
2d08e5d
tiny optimization to diff-delta
by Nicolas Pitre
· 19 years ago
3dc5a9e
replace adler32 with Rabin's polynomial in diff-delta
by Nicolas Pitre
· 19 years ago
08abe66
split the diff-delta interface
by Nicolas Pitre
· 19 years ago
5a1fb2c
3% tighter packs for free
by Nicolas Pitre
· 19 years ago
c13c6bf
diff-delta: bound hash list length to avoid O(m*n) behavior
by Nicolas Pitre
· 19 years ago
8e1454b
diff-delta: big code simplification
by Nicolas Pitre
· 19 years ago
fe474b5
diff-delta: fold two special tests into one plus cleanups
by Nicolas Pitre
· 19 years ago
04fe2a1
Use adler32() from zlib instead of defining our own.
by Peter Eriksen
· 19 years ago
e5e3a9d
small cleanup for diff-delta.c
by Nicolas Pitre
· 19 years ago
c7a45bd
Revert "diff-delta.c: allow delta with empty blob."
by Junio C Hamano
· 19 years ago
962537a
diff-delta.c: allow delta with empty blob.
by Junio C Hamano
· 19 years ago
dcde55b
[PATCH] assorted delta code cleanup
by Nicolas Pitre
· 20 years ago
69a2d42
[PATCH] denser delta header encoding
by Nicolas Pitre
· 20 years ago
75c42d8
Add a "max_size" parameter to diff_delta()
by Linus Torvalds
· 20 years ago
a310d43
[PATCH] Deltification library work by Nicolas Pitre.
by Nicolas Pitre
· 20 years ago