summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-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