aboutsummaryrefslogtreecommitdiffstats
path: root/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre1-1/+1
2007-11-08nicer display of thin pack completionNicolas Pitre1-5/+5
2007-11-05make display of total transferred more accurateNicolas Pitre1-2/+2
2007-11-04Merge branch 'np/pack'Junio C Hamano1-0/+13
2007-11-02make the pack index version configurableNicolas Pitre1-0/+13
2007-10-30add throughput display to index-packNicolas Pitre1-1/+5
2007-10-30relax usage of the progress APINicolas Pitre1-13/+7
2007-10-30make struct progress an opaque typeNicolas Pitre1-6/+6
2007-10-17fix for more minor memory leaksNicolas Pitre1-0/+4
2007-10-17fix const issues with some functionsNicolas Pitre1-4/+4
2007-10-17more compact progress displayNicolas Pitre1-2/+2
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino1-1/+1
2007-06-26detect close failure on just-written file handlesJim Meyering1-1/+2
2007-06-02Unify write_index_file functionsGeert Bosch1-171/+37
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-1/+1
2007-05-02Reuse fixup_pack_header_footer in index-packShawn O. Pearce1-32/+2
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre1-8/+4
2007-04-22common progress display supportNicolas Pitre1-55/+23
2007-04-10allow forcing index v2 and 64-bit offset tresholdNicolas Pitre1-3/+15
2007-04-10index-pack: learn about pack index version 2Nicolas Pitre1-9/+57
2007-04-10compute object CRC32 with index-packNicolas Pitre1-3/+13
2007-04-10add overflow tests on pack offset variablesNicolas Pitre1-4/+10
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre1-1/+1
2007-04-03Plug memory leak in index-pack collision checking codepath.Nicolas Pitre1-0/+1
2007-03-24make it more obvious that temporary files are temporary filesNicolas Pitre1-2/+2
2007-03-20index-pack: more validation checks and cleanupsNicolas Pitre1-9/+9
2007-03-20index-pack: use hash_sha1_file()Nicolas Pitre1-20/+1
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre1-4/+17
2007-03-07General const correctness fixesShawn O. Pearce1-1/+1
2007-02-28Merge branch 'js/bundle'Junio C Hamano1-1/+2
2007-02-28Merge branch 'np/types'Junio C Hamano1-11/+4
2007-02-27Merge branch 'maint'Junio C Hamano1-2/+8
2007-02-27index-pack: Loop over pread until data loading is complete.Shawn O. Pearce1-2/+8
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-6/+4
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre1-6/+1
2007-02-22git-bundle: assorted fixesJohannes Schindelin1-2/+3
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-2/+2
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano1-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-1/+1
2006-12-20clarify some error messages wrt unknown object typesNicolas Pitre1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-5/+0
2006-12-20index-pack usage of mmap() is unacceptably slower on many OSes other than LinuxNicolas Pitre1-13/+14
2006-12-11Don't use memcpy when source and dest. buffers may overlapJim Meyering1-1/+1
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe1-1/+1
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre1-15/+23
2006-11-03have index-pack create .keep file more carefullyNicolas Pitre1-7/+10
2006-11-03Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre1-0/+13