summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2024-04-19Sync with 2.40.2Johannes Schindelin-6/+32
2024-04-16Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin-0/+1
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin-5/+31
2024-04-10http: reset POSTFIELDSIZE when clearing curl handleJeff King-0/+1
2023-09-15http: update curl http/2 info matching for curl 8.3.0Jeff King-0/+14
2023-09-15http: factor out matching of curl http/2 trace linesJeff King-6/+17
2023-06-24Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano-1/+2
2023-06-17http: handle both "h2" and "h2h3" in curl info linesJeff King-1/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-0/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-04-06Merge branch 'sm/ssl-key-type-config'Junio C Hamano-0/+12
2023-03-23http: add support for different sslcert and sslkey types.Stanislav Malishevskiy-0/+12
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano-0/+111
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham-0/+111
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-06Sync with 2.38.4Johannes Schindelin-24/+55
2023-02-06Sync with 2.37.6Johannes Schindelin-24/+55
2023-02-06Sync with 2.36.5Johannes Schindelin-24/+55
2023-02-06Sync with 2.35.7Johannes Schindelin-24/+55
2023-02-06Sync with 2.34.7Johannes Schindelin-24/+55
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King-13/+46
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King-11/+9
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King-13/+46
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King-11/+9
2022-11-14http: redact curl h2h3 headers in infoGlen Choo-6/+41
2022-07-19Merge branch 'll/curl-accept-language'Junio C Hamano-2/+2
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao-2/+2
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin-1/+1
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano-2/+2
2022-05-31Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano-0/+26
2022-05-30Merge branch 'cc/http-curlopt-resolve'Junio C Hamano-0/+18
2022-05-27http.c: clear the 'finished' member once we are done with itJunio C Hamano-0/+26
2022-05-16http: make http_get_file() externalDerrick Stolee-2/+2
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder-0/+18
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-23/+23
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-23/+23
2021-11-25run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason-2/+3
2021-10-18Merge branch 'ab/designated-initializers-more'Junio C Hamano-1/+1
2021-10-11Merge branch 'ab/http-pinned-public-key-mismatch'Junio C Hamano-0/+4
2021-10-03Merge branch 'jk/http-redact-fix'Junio C Hamano-3/+3
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason-1/+1
2021-09-27http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason-0/+4
2021-09-22http: match headers case-insensitively when redactingJeff King-3/+3
2021-09-13http: don't hardcode the value of CURL_SOCKOPT_OKÆvar Arnfjörð Bjarmason-1/+1
2021-09-13http: centralize the accounting of libcurl dependenciesÆvar Arnfjörð Bjarmason-14/+15
2021-09-13http: correct curl version check for CURLOPT_PINNEDPUBLICKEYÆvar Arnfjörð Bjarmason-4/+4
2021-09-13http: correct version check for CURL_HTTP_VERSION_2Ævar Arnfjörð Bjarmason-2/+2
2021-09-13http: drop support for curl < 7.18.0 (again)Ævar Arnfjörð Bjarmason-2/+0
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason-3/+3