summaryrefslogtreecommitdiff
path: root/sha1-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-0/+18
|\
| * hash: implement and use a context cloning functionbrian m. carlson2020-02-241-0/+18
* | real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy2020-03-101-9/+4
* | packed_object_info(): use object_id for returning delta baseJeff King2020-02-241-4/+4
|/
* Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-24/+31
|\
| * sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-10/+11
| * sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-9/+11
| * sha1-file: pass git_hash_algo to write_object_file_prepare()Matheus Tavares2020-01-311-8/+12
| * streaming: allow open_istream() to handle any repoMatheus Tavares2020-01-311-1/+1
* | Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-5/+52
|\ \
| * | object-store: allow threaded access to object readingMatheus Tavares2020-01-171-5/+52
| |/
* | sha1-file: remove OBJECT_INFO_SKIP_CACHEDJonathan Tan2020-01-021-20/+18
|/
* Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-1/+0
|\
| * cache: remove null_sha1brian m. carlson2019-08-191-1/+0
* | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-7/+8
|\ \
| * | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-7/+8
| * | fetch-object: make functions return an error codeChristian Couder2019-06-251-2/+2
* | | packfile: drop release_pack_memory()Jeff King2019-08-131-6/+2
| |/ |/|
* | sha1-file: release strbuf after useRené Scharfe2019-08-071-0/+1
* | Merge branch 'jk/check-connected-with-alternates'Junio C Hamano2019-07-191-0/+97
|\ \
| * | object-store.h: move for_each_alternate_ref() from transport.hJeff King2019-07-011-0/+97
* | | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-2/+3
| |/ |/|
* | Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano2019-06-171-1/+1
|\ \ | |/ |/|
| * sha1-file: split OBJECT_INFO_FOR_PREFETCHDerrick Stolee2019-05-281-1/+1
* | Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano2019-04-251-1/+2
|\ \ | |/
| * sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan2019-04-011-1/+2
* | hash: add a function to lookup hash algorithm by lengthbrian m. carlson2019-04-011-0/+8
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-116/+104
|\
| * prefer "hash mismatch" to "sha1 mismatch"Jeff King2019-01-081-2/+2
| * sha1-file: avoid "sha1 file" for generic use in messagesJeff King2019-01-081-2/+2
| * sha1-file: prefer "loose object file" to "sha1 file" in messagesJeff King2019-01-081-3/+3
| * sha1-file: drop has_sha1_file()Jeff King2019-01-081-14/+2
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
| * sha1-file: convert pass-through functions to object_idJeff King2019-01-081-13/+7
| * sha1-file: modernize loose header/stream functionsJeff King2019-01-081-41/+43
| * sha1-file: modernize loose object file functionsJeff King2019-01-081-40/+41
| * sha1-file: fix outdated sha1 comment referencesJeff King2019-01-081-3/+3
* | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-14/+20
|\ \
| * | object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller2018-11-141-6/+9
| * | object-store: allow read_object_file_extended to read from any repoStefan Beller2018-11-141-5/+6
| * | packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller2018-10-191-1/+1
| * | sha1_file: allow read_object to read objects in arbitrary repositoriesStefan Beller2018-10-191-4/+6
* | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-1/+69
|\ \ \
| * | | Add a base implementation of SHA-256 supportbrian m. carlson2018-11-141-0/+45
| * | | sha1-file: add a constant for hash block sizebrian m. carlson2018-11-141-0/+2
| * | | sha1-file: provide functions to look up hash algorithmsbrian m. carlson2018-10-221-0/+21
| * | | sha1-file: rename algorithm to "sha1"brian m. carlson2018-10-221-1/+1
* | | | Merge branch 'rs/sha1-file-close-mapped-file-on-error'Junio C Hamano2019-01-181-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha1-file: close fd of empty file in map_sha1_file_1()René Scharfe2019-01-071-0/+1
* | | | object-store: retire odb_load_loose_cache()René Scharfe2019-01-081-7/+2