| Commit message (Expand) | Author | Age | Files | Lines |
* | fix style of a few comments in diff-delta.c | Nicolas Pitre | 2007-12-18 | 1 | -24/+24 |
* | Fix segfault in diff-delta.c when FLEX_ARRAY is 1 | Pierre Habouzit | 2007-12-17 | 1 | -1/+1 |
* | diff-delta.c: Rationalize culling of hash buckets | David Kastrup | 2007-09-09 | 1 | -10/+31 |
* | diff-delta.c: pack the index structure | David Kastrup | 2007-09-09 | 1 | -16/+58 |
* | diff-delta.c: Fix broken skip calculation. | David Kastrup | 2007-08-23 | 1 | -1/+1 |
* | Support fetching the memory usage of a delta index | Brian Downing | 2007-07-12 | 1 | -0/+10 |
* | diff-delta: use realloc instead of xrealloc | Martin Koegler | 2007-05-31 | 1 | -1/+1 |
* | update diff-delta.c copyright | Nicolas Pitre | 2007-05-26 | 1 | -13/+6 |
* | improve delta long block matching with big files | Nicolas Pitre | 2007-05-26 | 1 | -51/+57 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -4/+1 |
* | Revert "move pack creation to version 3" | Junio C Hamano | 2006-10-14 | 1 | -6/+2 |
* | move pack creation to version 3 | Nicolas Pitre | 2006-09-22 | 1 | -2/+6 |
* | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -1/+1 |
* | Fix a comparison bug in diff-delta.c | Pierre Habouzit | 2006-08-23 | 1 | -1/+1 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -3/+3 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -1/+1 |
* | Initialize FAMs using `FLEX_ARRAY'. | Florian Forster | 2006-06-18 | 1 | -1/+2 |
* | 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-02 | 1 | -13/+27 |
* | tiny optimization to diff-delta | Nicolas Pitre | 2006-05-02 | 1 | -3/+2 |
* | replace adler32 with Rabin's polynomial in diff-delta | Nicolas Pitre | 2006-04-28 | 1 | -34/+150 |
* | split the diff-delta interface | Nicolas Pitre | 2006-04-24 | 1 | -83/+85 |
* | 3% tighter packs for free | Nicolas Pitre | 2006-03-17 | 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-15 | 1 | -22/+12 |
* | Revert "diff-delta.c: allow delta with empty blob." | Junio C Hamano | 2005-12-12 | 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-28 | 1 | -20/+14 |
* | Add a "max_size" parameter to diff_delta() | Linus Torvalds | 2005-06-25 | 1 | -1/+7 |
* | [PATCH] Deltification library work by Nicolas Pitre. | Nicolas Pitre | 2005-05-19 | 1 | -0/+333 |