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