summaryrefslogtreecommitdiffstats
path: root/pack-check.c
Commit message (Expand)AuthorAgeFilesLines
* Don't expect verify_pack() callers to set pack_sizeMike Hommey2009-06-061-3/+5
* fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-8/+8
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-241-2/+37
* move show_pack_info() where it belongsNicolas Pitre2008-06-241-65/+1
* optimize verify-pack a bitNicolas Pitre2008-06-241-3/+1
* call init_pack_revindex() lazilyNicolas Pitre2008-06-231-1/+0
* make verify-pack a bit more useful with bad packsNicolas Pitre2008-06-011-28/+27
* add storage size output to 'git verify-pack -v'Nicolas Pitre2008-03-011-4/+4
* fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-011-0/+3
* pack-check: Sort entries by pack offset before unpacking them.Alexandre Julliard2007-06-061-12/+35
* Lazily open pack index files on demandShawn O. Pearce2007-05-261-2/+7
* fixes to output of git-verify-pack -vNicolas Pitre2007-05-251-10/+9
* get rid of num_packed_objects()Nicolas Pitre2007-04-101-2/+2
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-4/+7
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-161-4/+4
* Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-9/+12
* Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-071-4/+4
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-7/+7
* Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-291-26/+20
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-291-10/+12
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-291-3/+3
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-291-1/+1
* many cleanups to sha1_file.cNicolas Pitre2006-09-231-9/+10
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-3/+3
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-3/+3
* verify-pack: check integrity in a saner order.Junio C Hamano2006-04-271-3/+3
* verify-pack -v: show delta-chain histogram.Junio C Hamano2006-03-051-1/+19
* packed objects: minor cleanupJunio C Hamano2006-02-151-2/+2
* remove delta-against-self bitNicolas Pitre2006-02-091-3/+3
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+1
* [PATCH] Typofix an error message in pack-check.cJunio C Hamano2005-07-071-1/+1
* [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-301-1/+32
* [PATCH] verify-pack updates.Junio C Hamano2005-06-301-0/+112