summaryrefslogtreecommitdiff
path: root/index-pack.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-27index-pack: Loop over pread until data loading is complete.Libravatar Shawn O. Pearce1-2/+8
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-6/+4
2007-02-27formalize typename(), and add its reverse type_from_string()Libravatar Nicolas Pitre1-6/+1
2007-02-22git-bundle: assorted fixesLibravatar Johannes Schindelin1-2/+3
2007-02-22Add git-bundle: move objects and references by archiveLibravatar Johannes Schindelin1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-2/+2
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Libravatar Junio C Hamano1-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-12-20clarify some error messages wrt unknown object typesLibravatar Nicolas Pitre1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-5/+0
2006-12-20index-pack usage of mmap() is unacceptably slower on many OSes other than LinuxLibravatar Nicolas Pitre1-13/+14
2006-12-11Don't use memcpy when source and dest. buffers may overlapLibravatar Jim Meyering1-1/+1