summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.37.6Johannes Schindelin2023-02-061-24/+55
|\
| * Sync with 2.36.5Johannes Schindelin2023-02-061-24/+55
| |\
| | * Sync with 2.35.7Johannes Schindelin2023-02-061-24/+55
| | |\
| | | * Sync with 2.34.7Johannes Schindelin2023-02-061-24/+55
| | | |\
| | | | * http: support CURLOPT_PROTOCOLS_STRJeff King2023-02-061-13/+46
| | | | * http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-02-061-11/+9
* | | | | Merge branch 'll/curl-accept-language'Junio C Hamano2022-07-191-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-161-2/+2
| | |/ / | |/| |
* | | | Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano2022-05-311-0/+26
|\ \ \ \ | | |/ / | |/| |
| * | | http.c: clear the 'finished' member once we are done with itJunio C Hamano2022-05-271-0/+26
| |/ /
* | | Merge branch 'cc/http-curlopt-resolve'Junio C Hamano2022-05-301-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-251-2/+3
|/
* Merge branch 'ab/designated-initializers-more'Junio C Hamano2021-10-181-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-031-3/+3
|\ \ | |/ |/|
| * http: match headers case-insensitively when redactingJeff King2021-09-221-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-301-3/+3
* | http: drop support for curl < 7.19.3 and < 7.17.0 (again)Ævar Arnfjörð Bjarmason2021-07-301-4/+0
* | http: drop support for curl < 7.19.4Jeff King2021-07-301-50/+0
* | http: drop support for curl < 7.16.0Jeff King2021-07-301-55/+1
* | http: drop support for curl < 7.11.1Jeff King2021-07-301-53/+0
|/
* Merge branch 'cs/http-use-basic-after-failed-negotiate'Junio C Hamano2021-05-211-8/+7
|\
| * Revert "remote-curl: fall back to basic auth if Negotiate fails"Jeff King2021-05-191-8/+7
* | Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-1/+1
* | Merge branch 'cs/http-use-basic-after-failed-negotiate'Junio C Hamano2021-03-301-7/+8
|\ \ | |/
| * remote-curl: fall back to basic auth if Negotiate failsChristopher Schenk2021-03-221-7/+8
* | Merge branch 'js/http-pki-credential-store'Junio C Hamano2021-03-261-2/+11
|\ \ | |/ |/|
| * http: drop the check for an empty proxy password before approvingJohn Szakmeister2021-03-111-2/+1
| * http: store credential when PKI auth is usedJohn Szakmeister2021-03-111-0/+10
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
|/
* http: allow custom index-pack argsJonathan Tan2021-02-221-7/+8
* strvec: fix indentation in renamed callsJeff King2020-07-281-1/+1
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-3/+3
* Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-251-39/+43
|\
| * http-fetch: support fetching packfiles by URLJonathan Tan2020-06-101-7/+21
| * http: refactor finish_http_pack_request()Jonathan Tan2020-06-101-15/+16
| * http: use --stdin when indexing dumb HTTP packJonathan Tan2020-06-101-22/+11