summaryrefslogtreecommitdiff
path: root/http-walker.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+1
|\
| * treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
| |\
* | \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-2/+2
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | | http: mark unused parameter in fill_active_slot() callbacksJeff King2023-03-171-2/+2
* | | http: drop unused parameter from start_object_request()Jeff King2023-03-171-4/+3
| |/ |/|
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-7/+7
* http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason2021-07-301-1/+1
* http: drop support for curl < 7.16.0Jeff King2021-07-301-12/+0
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-1/+1
* http: refactor finish_http_pack_request()Jonathan Tan2020-06-101-2/+3
* Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-9/+9
|\
| * http-walker: replace sha1_to_hexbrian m. carlson2019-04-011-9/+9
| * object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-1/+1
* | http: use normalize_curl_result() instead of manual conversionJeff King2019-03-241-11/+2
* | http: normalize curl results for dumb loose and alternates fetchesJeff King2019-03-241-0/+8
|/
* convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-2/+2
* sha1-file: modernize loose object file functionsJeff King2019-01-081-1/+1
* http: use struct object_id instead of bare sha1Jeff King2019-01-081-3/+3
* sha1_file_name(): overwrite buffer instead of appendingJeff King2018-11-131-1/+1
* convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
* convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+3
|\
| * sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-1/+2
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | http-walker: convert struct object_request to use struct object_idbrian m. carlson2018-03-141-8/+8
|/
* sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-171-2/+4
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+1
* Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano2017-03-171-4/+7
|\
| * http-walker: fix buffer underflow processing remote alternatesjk/http-walker-buffer-underflow-fixJeff King2017-03-131-4/+7
* | http: release strbuf on disabled alternatesew/http-alternates-as-redirects-warningEric Wong2017-03-061-0/+2
* | http: inform about alternates-as-redirects behaviorEric Wong2017-03-061-3/+5
|/
* http: respect protocol.*.allow=user for http-alternatesbw/transport-protocol-policyJeff King2016-12-151-11/+41
* http-walker: complain about non-404 loose object errorsjk/http-walker-limit-redirectJeff King2016-12-061-2/+5
* Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano2016-12-061-29/+26
|\
| * http-walker: reduce O(n) ops with doubly-linked listEric Wong2016-07-121-27/+15
| * http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-121-0/+9
| * http-walker: remove unused parameter from fetch_objectEric Wong2016-07-121-2/+2
* | http: treat http-alternates like redirectsjk/http-walker-limit-redirect-2.9Jeff King2016-12-061-3/+5
|/
* http-walker: store url in a strbufJeff King2015-09-251-9/+10
* http-walker: simplify process_alternates_response() using strbufrs/simplify-http-walkerRené Scharfe2014-09-021-9/+6
* use xstrfmt to replace xmalloc + sprintfJeff King2014-06-191-2/+1
* use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-2/+1
* Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty2012-09-121-2/+2
* http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-2/+2
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-4/+2
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1