summaryrefslogtreecommitdiff
path: root/pack-check.c
AgeCommit message (Expand)Author
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-14sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-02pack-check: convert various uses of SHA-1 to abstract formsbrian m. carlson
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-05-08Convert the verify_pack callback to struct object_idbrian m. carlson
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-09-29Merge branch 'jk/verify-packfile-gently'Junio C Hamano
2016-09-29use QSORTRené Scharfe
2016-09-22verify_packfile: check pack validity before accessing dataJeff King
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-12-01verify_pack: do not ignore return value of verification functionDavid Turner
2011-11-07fsck: print progressNguyễn Thái Ngọc Duy
2011-11-07fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy
2011-11-07verify_packfile(): check as many object as possible in a packNguyễn Thái Ngọc Duy
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-04-03sparse: Fix errors and silence warningsStephen Boyd
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-04-20Extract verify_pack_index for reuse from verify_packShawn O. Pearce
2009-06-06Don't expect verify_pack() callers to set pack_sizeMike Hommey
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-06-25verify-pack: check packed object CRC when using index version 2Nicolas Pitre
2008-06-25move show_pack_info() where it belongsNicolas Pitre
2008-06-25optimize verify-pack a bitNicolas Pitre
2008-06-24call init_pack_revindex() lazilyNicolas Pitre
2008-06-02make verify-pack a bit more useful with bad packsNicolas Pitre
2008-03-01add storage size output to 'git verify-pack -v'Nicolas Pitre
2008-03-01fix unimplemented packed_object_info_detail() featuresNicolas Pitre
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