summaryrefslogtreecommitdiff
path: root/sha1-file.c
AgeCommit message (Expand)Author
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano
2019-01-18Merge branch 'rs/sha1-file-close-mapped-file-on-error'Junio C Hamano
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Jeff King
2019-01-08sha1-file: avoid "sha1 file" for generic use in messagesJeff King
2019-01-08sha1-file: prefer "loose object file" to "sha1 file" in messagesJeff King
2019-01-08sha1-file: drop has_sha1_file()Jeff King
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2019-01-08sha1-file: convert pass-through functions to object_idJeff King
2019-01-08object-store: retire odb_load_loose_cache()René Scharfe
2019-01-08sha1-file: modernize loose header/stream functionsJeff King
2019-01-08object-store: use one oid_array per subdirectory for loose cacheRené Scharfe
2019-01-08sha1-file: modernize loose object file functionsJeff King
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe
2019-01-08object-store: factor out odb_loose_cache()René Scharfe
2019-01-08sha1-file: fix outdated sha1 comment referencesJeff King
2019-01-07sha1-file: close fd of empty file in map_sha1_file_1()René Scharfe
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-11-24odb_load_loose_cache: fix strbuf leakJeff King
2018-11-19Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano
2018-11-14object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller
2018-11-14object-store: allow read_object_file_extended to read from any repoStefan Beller
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson
2018-11-14sha1-file: add a constant for hash block sizebrian m. carlson
2018-11-13Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano
2018-11-13sha1-file: use loose object cache for quick existence checkJeff King
2018-11-13object-store: provide helpers for loose_objects_cacheJeff King
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-13handle alternates paths the same as the main object dirJeff King
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-10-31Adjust for 2.19.x seriesJunio C Hamano
2018-10-22sha1-file: provide functions to look up hash algorithmsbrian m. carlson
2018-10-22sha1-file: rename algorithm to "sha1"brian m. carlson
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller
2018-10-19sha1_file: allow read_object to read objects in arbitrary repositoriesStefan Beller
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-24Merge branch 'jt/lazy-object-fetch-fix'Junio C Hamano
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-13fetch-object: unify fetch_object[s] functionsJonathan Tan
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13for_each_*_object: take flag arguments as enumJeff King