summaryrefslogtreecommitdiffstats
path: root/pack-check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-2/+3
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-1/+1
* object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-261-3/+6
* object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason2022-02-261-1/+1
* Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-261-1/+2
|\
| * fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-021-1/+2
* | csum-file: introduce checksum_valid()Taylor Blau2021-06-291-10/+1
|/
* fsck: correctly compute checksums on idx files larger than 4GBJeff King2020-11-161-4/+4
* compute pack .idx byte offsets using size_tJeff King2020-11-161-1/+1
* pack-check: push oid lookup into loopJeff King2020-02-241-13/+10
* pack-check: convert "internal error" die to a BUG()Jeff King2020-02-241-1/+2
* sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-1/+1
* pack-check: use given repo's hash_algo at verify_packfile()Matheus Tavares2020-01-311-5/+5
* pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-4/+5
* convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-3/+3
* packfile: add repository argument to unpack_entryStefan Beller2018-04-261-1/+2
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-2/+2
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\ \
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| |/
* / pack-check: convert various uses of SHA-1 to abstract formsbrian m. carlson2018-02-021-16/+16
|/
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-241-0/+1
* Convert the verify_pack callback to struct object_idbrian m. carlson2017-05-081-11/+14
* Merge branch 'rs/qsort'Junio C Hamano2016-10-101-1/+1
|\
| * use QSORTRené Scharfe2016-09-301-1/+1
* | Merge branch 'jk/verify-packfile-gently'Junio C Hamano2016-09-301-5/+2
|\ \ | |/ |/|
| * verify_packfile: check pack validity before accessing dataJeff King2016-09-221-5/+2
* | fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy2016-07-131-2/+21
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* verify_pack: do not ignore return value of verification functionDavid Turner2015-12-021-1/+1
* fsck: print progressNguyễn Thái Ngọc Duy2011-11-071-3/+11
* fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-071-3/+10
* verify_packfile(): check as many object as possible in a packNguyễn Thái Ngọc Duy2011-11-071-7/+2
* zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-2/+2
* sparse: Fix errors and silence warningsStephen Boyd2011-04-031-1/+1
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-2/+1
* Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-1/+1
* Extract verify_pack_index for reuse from verify_packShawn O. Pearce2010-04-201-3/+12
* 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-031-8/+8
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-251-2/+37
* move show_pack_info() where it belongsNicolas Pitre2008-06-251-65/+1