aboutsummaryrefslogtreecommitdiffstats
path: root/http-walker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-4/+4
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-2/+4
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt1-1/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King1-1/+1
2024-10-25http-walker: use object_id instead of bare hashJeff King1-12/+13
2024-09-25http-walker: free fake packed_git listJeff King1-0/+10
2024-09-25http: fix leak of http_object_request structJeff King1-4/+4
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+1
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-2/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King1-2/+2
2023-03-17http: drop unused parameter from start_object_request()Jeff King1-4/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-7/+7
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason1-1/+1
2021-07-30http: drop support for curl < 7.16.0Jeff King1-12/+0
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-1/+1
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan1-2/+3
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-9/+9
2019-04-01http-walker: replace sha1_to_hexbrian m. carlson1-9/+9
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson1-1/+1
2019-03-24http: use normalize_curl_result() instead of manual conversionJeff King1-11/+2
2019-03-24http: normalize curl results for dumb loose and alternates fetchesJeff King1-0/+8
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King1-2/+2
2019-01-08sha1-file: modernize loose object file functionsJeff King1-1/+1
2019-01-08http: use struct object_id instead of bare sha1Jeff King1-3/+3
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King1-1/+1
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King1-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-1/+3
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller1-1/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+1
2018-03-14http-walker: convert struct object_request to use struct object_idbrian m. carlson1-8/+8
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Christian Couder1-2/+4
2017-08-23pack: move find_sha1_pack()Jonathan Tan1-0/+1
2017-03-17Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano1-4/+7
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King1-4/+7
2017-03-06http: release strbuf on disabled alternatesEric Wong1-0/+2
2017-03-06http: inform about alternates-as-redirects behaviorEric Wong1-3/+5