| Commit message (Expand) | Author | Age | Files | Lines |
* | fix pread()'s short read in index-pack | Nicolas Pitre | 2008-10-10 | 1 | -0/+1 |
* | Do not use errno when pread() returns 0 | Samuel Tardieu | 2008-10-08 | 1 | -1/+4 |
* | Do not perform cross-directory renames when creating packs | Petr Baudis | 2008-09-22 | 1 | -1/+1 |
* | index-pack: use fixup_pack_header_footer()'s validation mode | Nicolas Pitre | 2008-08-29 | 1 | -18/+25 |
* | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 2008-08-29 | 1 | -1/+2 |
* | index-pack: setup git repository | Nguyễn Thái Ngọc Duy | 2008-08-26 | 1 | -0/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-25 | 1 | -0/+4 |
|\ |
|
| * | index-pack.c: correctly initialize appended objects | Björn Steinbrink | 2008-07-25 | 1 | -0/+4 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | | Merge branch 'sp/maint-index-pack' | Junio C Hamano | 2008-07-16 | 1 | -29/+113 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | index-pack: Honor core.deltaBaseCacheLimit when resolving deltas | Shawn O. Pearce | 2008-07-15 | 1 | -2/+46 |
| * | index-pack: Track the object_entry that creates each base_data | Shawn O. Pearce | 2008-07-15 | 1 | -6/+12 |
| * | index-pack: Chain the struct base_data on the stack for traversal | Shawn O. Pearce | 2008-07-15 | 1 | -3/+31 |
| * | index-pack: Refactor base arguments of resolve_delta into a struct | Shawn O. Pearce | 2008-07-15 | 1 | -27/+33 |
* | | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 2008-07-05 | 1 | -2/+4 |
|/ |
|
* | Make pack creation always fsync() the result | Linus Torvalds | 2008-05-31 | 1 | -0/+1 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | index-pack: introduce checking mode | Martin Koegler | 2008-02-28 | 1 | -1/+87 |
* | Merge branch 'np/progress' | Junio C Hamano | 2007-11-14 | 1 | -7/+7 |
|\ |
|
| * | nicer display of thin pack completion | Nicolas Pitre | 2007-11-08 | 1 | -5/+5 |
| * | make display of total transferred more accurate | Nicolas Pitre | 2007-11-05 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix index-pack with packs >4GB containing deltas on 32-bit machines | Nicolas Pitre | 2007-11-11 | 1 | -1/+1 |
* | | Merge branch 'np/pack' | Junio C Hamano | 2007-11-04 | 1 | -0/+13 |
|\ \ |
|
| * | | make the pack index version configurable | Nicolas Pitre | 2007-11-02 | 1 | -0/+13 |
| |/ |
|
* | | add throughput display to index-pack | Nicolas Pitre | 2007-10-30 | 1 | -1/+5 |
* | | relax usage of the progress API | Nicolas Pitre | 2007-10-30 | 1 | -13/+7 |
* | | make struct progress an opaque type | Nicolas Pitre | 2007-10-30 | 1 | -6/+6 |
* | | fix for more minor memory leaks | Nicolas Pitre | 2007-10-17 | 1 | -0/+4 |
* | | fix const issues with some functions | Nicolas Pitre | 2007-10-17 | 1 | -4/+4 |
* | | more compact progress display | Nicolas Pitre | 2007-10-17 | 1 | -2/+2 |
|/ |
|
* | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 2007-08-14 | 1 | -1/+1 |
* | detect close failure on just-written file handles | Jim Meyering | 2007-06-26 | 1 | -1/+2 |
* | Unify write_index_file functions | Geert Bosch | 2007-06-02 | 1 | -171/+37 |
* | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 | 1 | -1/+1 |
* | Reuse fixup_pack_header_footer in index-pack | Shawn O. Pearce | 2007-05-02 | 1 | -32/+2 |
* | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 | 1 | -8/+4 |
* | common progress display support | Nicolas Pitre | 2007-04-22 | 1 | -55/+23 |
* | allow forcing index v2 and 64-bit offset treshold | Nicolas Pitre | 2007-04-10 | 1 | -3/+15 |
* | index-pack: learn about pack index version 2 | Nicolas Pitre | 2007-04-10 | 1 | -9/+57 |
* | compute object CRC32 with index-pack | Nicolas Pitre | 2007-04-10 | 1 | -3/+13 |
* | add overflow tests on pack offset variables | Nicolas Pitre | 2007-04-10 | 1 | -4/+10 |
* | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 2007-04-10 | 1 | -1/+1 |
* | Plug memory leak in index-pack collision checking codepath. | Nicolas Pitre | 2007-04-03 | 1 | -0/+1 |
* | make it more obvious that temporary files are temporary files | Nicolas Pitre | 2007-03-24 | 1 | -2/+2 |
* | index-pack: more validation checks and cleanups | Nicolas Pitre | 2007-03-20 | 1 | -9/+9 |
* | index-pack: use hash_sha1_file() | Nicolas Pitre | 2007-03-20 | 1 | -20/+1 |
* | don't ever allow SHA1 collisions to exist by fetching a pack | Nicolas Pitre | 2007-03-20 | 1 | -4/+17 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -1/+1 |