- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
- b6fdc44 treewide: remove cache.h inclusion due to object-file.h changes by Elijah Newren · 1 year, 11 months ago
- 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
- 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 0f156db object-file API: split up and simplify check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- ee213de object API users + docs: check <0, not !0 with check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 061a21d Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 3 years, 5 months ago
- 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- f9221e2 csum-file: introduce checksum_valid() by Taylor Blau · 3 years, 9 months ago
- 33bbc59 fsck: correctly compute checksums on idx files larger than 4GB by Jeff King · 4 years, 4 months ago
- f86f769 compute pack .idx byte offsets using size_t by Jeff King · 4 years, 4 months ago
- 63f4a7f pack-check: push oid lookup into loop by Jeff King · 5 years ago
- e31c710 pack-check: convert "internal error" die to a BUG() by Jeff King · 5 years ago
- b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 5 years ago
- 5ec9b8a pack-check: use given repo's hash_algo at verify_packfile() by Matheus Tavares · 5 years ago
- 94e1082 pack-check.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
- 67947c3 convert "hashcmp() != 0" to "!hasheq()" by Jeff King · 7 years ago
- 57a6a50 packfile: add repository argument to unpack_entry by Stefan Beller · 7 years ago
- cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
- a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
- 17e6545 sha1_file: convert check_sha1_signature to struct object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- ccc12e0 pack-check: convert various uses of SHA-1 to abstract forms by brian m. carlson · 7 years ago
- 0317f45 pack: move open_pack_index(), parse_pack_index() by Jonathan Tan · 8 years ago
- 9fd7504 Convert the verify_pack callback to struct object_id by brian m. carlson · 8 years ago
- b8688ad Merge branch 'rs/qsort' by Junio C Hamano · 8 years ago
- 5c2c2d4 Merge branch 'jk/verify-packfile-gently' by Junio C Hamano · 8 years ago
- 9ed0d8d use QSORT by René Scharfe · 8 years ago
- a9445d8 verify_packfile: check pack validity before accessing data by Jeff King · 8 years ago
- ec9d224 fsck: use streaming interface for large blobs in pack by Nguyễn Thái Ngọc Duy · 9 years ago
- b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
- 8c24d83 verify_pack: do not ignore return value of verification function by David Turner · 9 years ago
- 1e49f22 fsck: print progress by Nguyễn Thái Ngọc Duy · 13 years ago
- c9486eb fsck: avoid reading every object twice by Nguyễn Thái Ngọc Duy · 13 years ago
- 4739351 verify_packfile(): check as many object as possible in a pack by Nguyễn Thái Ngọc Duy · 13 years ago
- ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
- 1e4cd68 sparse: Fix errors and silence warnings by Stephen Boyd · 14 years ago
- 9cba13c standardize brace placement in struct definitions by Jonathan Nieder · 14 years ago
- 22e5e58 Typos in code comments, an error message, documentation by Ralf Wildenhues · 15 years ago
- 9b0aa72 Extract verify_pack_index for reuse from verify_pack by Shawn O. Pearce · 15 years ago
- 4277c67 Don't expect verify_pack() callers to set pack_size by Mike Hommey · 16 years ago
- 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
- c41a4a9 verify-pack: check packed object CRC when using index version 2 by Nicolas Pitre · 17 years ago
- 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
- 9909323 optimize verify-pack a bit by Nicolas Pitre · 17 years ago
- 1f5c74f call init_pack_revindex() lazily by Nicolas Pitre · 17 years ago
- 6241360 make verify-pack a bit more useful with bad packs by Nicolas Pitre · 17 years ago
- 5f4347b add storage size output to 'git verify-pack -v' by Nicolas Pitre · 17 years ago
- 70f5d5d fix unimplemented packed_object_info_detail() features by Nicolas Pitre · 17 years ago
- 3af5192 pack-check: Sort entries by pack offset before unpacking them. by Alexandre Julliard · 18 years ago
- d079837 Lazily open pack index files on demand by Shawn O. Pearce · 18 years ago
- ddcf786 fixes to output of git-verify-pack -v by Nicolas Pitre · 18 years ago
- 5705909 get rid of num_packed_objects() by Nicolas Pitre · 18 years ago
- d72308e clean up and optimize nth_packed_object_sha1() usage by Nicolas Pitre · 18 years ago
- 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
- c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
- 326bf39 Use uint32_t for all packed object counts. by Shawn O. Pearce · 18 years ago
- 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
- 079afb1 Loop over pack_windows when inflating/accessing data. by Shawn O. Pearce · 18 years ago
- 03e79c8 Replace use_packed_git with window cursors. by Shawn O. Pearce · 18 years ago
- c41ee58 Refactor packed_git to prepare for sliding mmap windows. by Shawn O. Pearce · 18 years ago
- 4d703a1 Replace unpack_entry_gently with unpack_entry. by Shawn O. Pearce · 18 years ago
- 4305730 many cleanups to sha1_file.c by Nicolas Pitre · 18 years ago
- a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
- 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
- 55e1805 verify-pack: check integrity in a saner order. by Junio C Hamano · 19 years ago
- 473ab16 verify-pack -v: show delta-chain histogram. by Junio C Hamano · 19 years ago
- f8f135c packed objects: minor cleanup by Junio C Hamano · 19 years ago
- d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
- 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
- 1038f0c [PATCH] Typofix an error message in pack-check.c by Junio C Hamano · 20 years ago
- ad8c80a [PATCH] Show more details of packfile with verify-pack -v. by Junio C Hamano · 20 years ago
- f3bf922 [PATCH] verify-pack updates. by Junio C Hamano · 20 years ago