summaryrefslogtreecommitdiff
path: root/pack-check.c
AgeCommit message (Expand)Author
2007-06-06pack-check: Sort entries by pack offset before unpacking them.Alexandre Julliard
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-05-26fixes to output of git-verify-pack -vNicolas Pitre
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2006-12-29Loop over pack_windows when inflating/accessing data.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-29Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-04-27verify-pack: check integrity in a saner order.Junio C Hamano
2006-03-05verify-pack -v: show delta-chain histogram.Junio C Hamano
2006-02-15packed objects: minor cleanupJunio C Hamano
2006-02-10remove delta-against-self bitNicolas Pitre
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-07-07[PATCH] Typofix an error message in pack-check.cJunio C Hamano
2005-07-01[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano
2005-07-01[PATCH] verify-pack updates.Junio C Hamano