summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'ab/designated-initializers-more'Junio C Hamano2021-10-191-1/+1
|\
| * urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason2021-10-011-1/+1
* | Merge branch 'ab/http-pinned-public-key-mismatch'Junio C Hamano2021-10-111-0/+4
|\ \
| * | http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason2021-09-271-0/+4
| |/
* | Merge branch 'jk/http-redact-fix'Junio C Hamano2021-10-041-3/+3
|\ \ | |/ |/|
| * http: match headers case-insensitively when redactingJeff King2021-09-231-3/+3
* | http: don't hardcode the value of CURL_SOCKOPT_OKÆvar Arnfjörð Bjarmason2021-09-131-1/+1
* | http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason2021-09-131-14/+15
* | http: correct curl version check for CURLOPT_PINNEDPUBLICKEYÆvar Arnfjörð Bjarmason2021-09-131-4/+4
* | http: correct version check for CURL_HTTP_VERSION_2Ævar Arnfjörð Bjarmason2021-09-131-2/+2
* | http: drop support for curl < 7.18.0 (again)Ævar Arnfjörð Bjarmason2021-09-131-2/+0
* | http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason2021-07-311-3/+3