summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | http: do not assign string constant to non-const fieldPatrick Steinhardt2024-06-071-3/+2
|/
* config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-12/+12
* config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-6/+6
* http: refactor code to clarify memory ownershipPatrick Steinhardt2024-05-271-30/+32
* Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano2024-05-081-47/+80
|\
| * credential: add support for multistage credential roundsbrian m. carlson2024-04-171-26/+31
| * http: add support for authtype and credentialbrian m. carlson2024-04-171-11/+37
| * credential: gate new fields on capabilitybrian m. carlson2024-04-171-5/+5
| * http: use new headers for each object requestbrian m. carlson2024-04-171-9/+11
* | http: reset POSTFIELDSIZE when clearing curl handleJeff King2024-04-021-0/+1
|/
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | doc: update links to current pagesJosh Soref2023-11-261-1/+1
|/
* Merge branch 'jk/redact-h2h3-headers-fix'Junio C Hamano2023-09-231-6/+31
|\
| * http: update curl http/2 info matching for curl 8.3.0Jeff King2023-09-151-0/+14
| * http: factor out matching of curl http/2 trace linesJeff King2023-09-151-6/+17
* | http: mark unused parameters in curl callbacksJeff King2023-07-141-3/+6
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-7/+8
|\ \
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-5/+5
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \ \
| * | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/ /
* | | Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano2023-06-251-1/+2
|\ \ \ | |/ / |/| / | |/
| * http: handle both "h2" and "h2h3" in curl info linesJeff King2023-06-171-1/+2
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | | Merge branch 'sm/ssl-key-type-config'Junio C Hamano2023-04-061-0/+12
|\ \ \ | |/ / |/| |
| * | http: add support for different sslcert and sslkey types.Stanislav Malishevskiy2023-03-231-0/+12
* | | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+111
|\ \ \
| * | | http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+111
| |/ /
* / / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/ /
* | http: support CURLOPT_PROTOCOLS_STRJeff King2023-01-171-13/+46
* | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-01-171-11/+9
|/
* http: redact curl h2h3 headers in infoGlen Choo2022-11-141-6/+41
* Merge branch 'll/curl-accept-language'Junio C Hamano2022-07-201-2/+2
|\
| * remote-curl: send Accept-Language header to serverLi Linchao2022-07-111-2/+2
* | i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
|/
* Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-2/+2
|\
| * http: make http_get_file() externalDerrick Stolee2022-05-171-2/+2
* | Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano2022-06-011-0/+26
|\ \
| * | http.c: clear the 'finished' member once we are done with itJunio C Hamano2022-05-281-0/+26
| |/
* | Merge branch 'cc/http-curlopt-resolve'Junio C Hamano2022-05-311-0/+18
|\ \
| * | http: add custom hostname to IP address resolutionsChristian Couder2022-05-161-0/+18
| |/
* | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-23/+23
|\ \ | |/ |/|
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-23/+23
* | run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-261-2/+3
|/