aboutsummaryrefslogtreecommitdiff
path: root/pack-check.c
Commit message (Expand)AuthorAge
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-23
* Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-08
* Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\
| * use QSORTRené Scharfe2016-09-29
* | Merge branch 'jk/verify-packfile-gently'Junio C Hamano2016-09-29
|\ \ | |/ |/|
| * verify_packfile: check pack validity before accessing dataJeff King2016-09-22
* | fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy2016-07-13
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* verify_pack: do not ignore return value of verification functionDavid Turner2015-12-01
* fsck: print progressNguyễn Thái Ngọc Duy2011-11-06
* fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-06
* verify_packfile(): check as many object as possible in a packNguyễn Thái Ngọc Duy2011-11-06
* zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
* sparse: Fix errors and silence warningsStephen Boyd2011-04-03
* standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* Typos in code comments, an error message, documentationRalf Wildenhues2010-08-22
* Extract verify_pack_index for reuse from verify_packShawn O. Pearce2010-04-19
* Don't expect verify_pack() callers to set pack_sizeMike Hommey2009-06-06
* fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-24
* move show_pack_info() where it belongsNicolas Pitre2008-06-24
* optimize verify-pack a bitNicolas Pitre2008-06-24
* call init_pack_revindex() lazilyNicolas Pitre2008-06-23
* make verify-pack a bit more useful with bad packsNicolas Pitre2008-06-01
* add storage size output to 'git verify-pack -v'Nicolas Pitre2008-03-01
* fix unimplemented packed_object_info_detail() featuresNicolas Pitre2008-03-01
* pack-check: Sort entries by pack offset before unpacking them.Alexandre Julliard2007-06-06
* Lazily open pack index files on demandShawn O. Pearce2007-05-26
* fixes to output of git-verify-pack -vNicolas Pitre2007-05-25
* get rid of num_packed_objects()Nicolas Pitre2007-04-10
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-05
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-16
* Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-29
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-29
* many cleanups to sha1_file.cNicolas Pitre2006-09-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* verify-pack: check integrity in a saner order.Junio C Hamano2006-04-27
* verify-pack -v: show delta-chain histogram.Junio C Hamano2006-03-05
* packed objects: minor cleanupJunio C Hamano2006-02-15
* remove delta-against-self bitNicolas Pitre2006-02-09
* [PATCH] -Werror fixesTimo Sirainen2005-08-09
* [PATCH] Typofix an error message in pack-check.cJunio C Hamano2005-07-07
* [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-30
* [PATCH] verify-pack updates.Junio C Hamano2005-06-30