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