summaryrefslogtreecommitdiff
path: root/index-pack.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-29index-pack: use fixup_pack_header_footer()'s validation modeLibravatar Nicolas Pitre1-18/+25
2008-08-29improve reliability of fixup_pack_header_footer()Libravatar Nicolas Pitre1-1/+2
2008-08-26index-pack: setup git repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-07-25index-pack.c: correctly initialize appended objectsLibravatar Björn Steinbrink1-0/+4
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-16Merge branch 'sp/maint-index-pack'Libravatar Junio C Hamano1-29/+113
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasLibravatar Shawn O. Pearce1-2/+46
2008-07-15index-pack: Track the object_entry that creates each base_dataLibravatar Shawn O. Pearce1-6/+12
2008-07-15index-pack: Chain the struct base_data on the stack for traversalLibravatar Shawn O. Pearce1-3/+31
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structLibravatar Shawn O. Pearce1-27/+33
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-05Fix some warnings (on cygwin) to allow -WerrorLibravatar Ramsay Jones1-2/+4
2008-05-31Make pack creation always fsync() the resultLibravatar Linus Torvalds1-0/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-02-28index-pack: introduce checking modeLibravatar Martin Koegler1-1/+87
2007-11-14Merge branch 'np/progress'Libravatar Junio C Hamano1-7/+7
2007-11-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesLibravatar Nicolas Pitre1-1/+1
2007-11-08nicer display of thin pack completionLibravatar Nicolas Pitre1-5/+5
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre1-2/+2
2007-11-04Merge branch 'np/pack'Libravatar Junio C Hamano1-0/+13
2007-11-02make the pack index version configurableLibravatar Nicolas Pitre1-0/+13
2007-10-30add throughput display to index-packLibravatar Nicolas Pitre1-1/+5
2007-10-30relax usage of the progress APILibravatar Nicolas Pitre1-13/+7
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-6/+6
2007-10-17fix for more minor memory leaksLibravatar Nicolas Pitre1-0/+4
2007-10-17fix const issues with some functionsLibravatar Nicolas Pitre1-4/+4
2007-10-17more compact progress displayLibravatar Nicolas Pitre1-2/+2
2007-08-14Use xmkstemp() instead of mkstemp()Libravatar Luiz Fernando N. Capitulino1-1/+1
2007-06-26detect close failure on just-written file handlesLibravatar Jim Meyering1-1/+2
2007-06-02Unify write_index_file functionsLibravatar Geert Bosch1-171/+37
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-1/+1
2007-05-02Reuse fixup_pack_header_footer in index-packLibravatar Shawn O. Pearce1-32/+2
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-8/+4
2007-04-22common progress display supportLibravatar Nicolas Pitre1-55/+23
2007-04-10allow forcing index v2 and 64-bit offset tresholdLibravatar Nicolas Pitre1-3/+15
2007-04-10index-pack: learn about pack index version 2Libravatar Nicolas Pitre1-9/+57
2007-04-10compute object CRC32 with index-packLibravatar Nicolas Pitre1-3/+13
2007-04-10add overflow tests on pack offset variablesLibravatar Nicolas Pitre1-4/+10
2007-04-10make overflow test on delta base offset work regardless of variable sizeLibravatar Nicolas Pitre1-1/+1
2007-04-03Plug memory leak in index-pack collision checking codepath.Libravatar Nicolas Pitre1-0/+1
2007-03-24make it more obvious that temporary files are temporary filesLibravatar Nicolas Pitre1-2/+2
2007-03-20index-pack: more validation checks and cleanupsLibravatar Nicolas Pitre1-9/+9
2007-03-20index-pack: use hash_sha1_file()Libravatar Nicolas Pitre1-20/+1
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packLibravatar Nicolas Pitre1-4/+17
2007-03-07General const correctness fixesLibravatar Shawn O. Pearce1-1/+1
2007-02-28Merge branch 'js/bundle'Libravatar Junio C Hamano1-1/+2
2007-02-28Merge branch 'np/types'Libravatar Junio C Hamano1-11/+4
2007-02-27Merge branch 'maint'Libravatar Junio C Hamano1-2/+8