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