Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-28 | Merge branch 'np/types' | Junio C Hamano | 1 | -11/+4 |
2007-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+8 |
2007-02-27 | index-pack: Loop over pread until data loading is complete. | Shawn O. Pearce | 1 | -2/+8 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -6/+4 |
2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -6/+1 |
2007-02-22 | git-bundle: assorted fixes | Johannes Schindelin | 1 | -2/+3 |
2007-02-22 | Add git-bundle: move objects and references by archive | Johannes Schindelin | 1 | -2/+2 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -2/+2 |
2007-01-11 | index-pack: write-or-die instead of unchecked write-in-full. | Junio C Hamano | 1 | -1/+1 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -1/+1 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -1/+1 |
2006-12-20 | clarify some error messages wrt unknown object types | Nicolas Pitre | 1 | -1/+1 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -5/+0 |
2006-12-20 | index-pack usage of mmap() is unacceptably slower on many OSes other than Linux | Nicolas Pitre | 1 | -13/+14 |
2006-12-11 | Don't use memcpy when source and dest. buffers may overlap | Jim Meyering | 1 | -1/+1 |
2006-11-18 | sparse fix: non-ANSI function declaration | Rene Scharfe | 1 | -1/+1 |
2006-11-03 | remove .keep pack lock files when done with refs update | Nicolas Pitre | 1 | -15/+23 |