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