summaryrefslogtreecommitdiff
path: root/sha1-file.c
AgeCommit message (Expand)Author
2020-04-28Merge branch 'lr/freshen-file-fix'Junio C Hamano
2020-04-15freshen_file(): use NULL `times' for implicit current-timeluciano.rocha@booking.com
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King
2020-02-24hash: implement and use a context cloning functionbrian m. carlson
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-31sha1-file: pass git_hash_algo to write_object_file_prepare()Matheus Tavares
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2020-01-17object-store: allow threaded access to object readingMatheus Tavares
2020-01-02sha1-file: remove OBJECT_INFO_SKIP_CACHEDJonathan Tan
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-08-19cache: remove null_sha1brian m. carlson
2019-08-13packfile: drop release_pack_memory()Jeff King
2019-08-07sha1-file: release strbuf after useRené Scharfe
2019-07-19Merge branch 'jk/check-connected-with-alternates'Junio C Hamano
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-25fetch-object: make functions return an error codeChristian Couder
2019-06-17Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano
2019-05-28sha1-file: split OBJECT_INFO_FOR_PREFETCHDerrick Stolee
2019-04-25Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano
2019-04-01sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan
2019-04-01hash: add a function to lookup hash algorithm by lengthbrian m. carlson
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