summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+1
2024-04-19Sync with 2.40.2Johannes Schindelin1-6/+32
2024-04-16Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin1-0/+1
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin1-5/+31
2024-04-10http: reset POSTFIELDSIZE when clearing curl handleJeff King1-0/+1
2023-11-02Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Junio C Hamano1-6/+31
2023-09-15http: update curl http/2 info matching for curl 8.3.0Jeff King1-0/+14
2023-09-15http: factor out matching of curl http/2 trace linesJeff King1-6/+17
2023-07-13http: mark unused parameters in curl callbacksJeff King1-3/+6
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-7/+8
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-5/+5
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-24Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano1-1/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-17http: handle both "h2" and "h2h3" in curl info linesJeff King1-1/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'sm/ssl-key-type-config'Junio C Hamano1-0/+12
2023-03-23http: add support for different sslcert and sslkey types.Stanislav Malishevskiy1-0/+12
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano1-0/+111
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham1-0/+111
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-06Sync with 2.38.4Johannes Schindelin1-24/+55
2023-02-06Sync with 2.37.6Johannes Schindelin1-24/+55
2023-02-06Sync with 2.36.5Johannes Schindelin1-24/+55
2023-02-06Sync with 2.35.7Johannes Schindelin1-24/+55
2023-02-06Sync with 2.34.7Johannes Schindelin1-24/+55
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King1-13/+46
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-11/+9
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King1-13/+46
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-11/+9
2022-11-14http: redact curl h2h3 headers in infoGlen Choo1-6/+41
2022-07-19Merge branch 'll/curl-accept-language'Junio C Hamano1-2/+2
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao1-2/+2
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano1-2/+2
2022-05-31Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano1-0/+26
2022-05-30Merge branch 'cc/http-curlopt-resolve'Junio C Hamano1-0/+18
2022-05-27http.c: clear the 'finished' member once we are done with itJunio C Hamano1-0/+26
2022-05-16http: make http_get_file() externalDerrick Stolee1-2/+2
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder1-0/+18
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-23/+23
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-23/+23
2021-11-25run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason1-2/+3
2021-10-18Merge branch 'ab/designated-initializers-more'Junio C Hamano1-1/+1
2021-10-11Merge branch 'ab/http-pinned-public-key-mismatch'Junio C Hamano1-0/+4
2021-10-03Merge branch 'jk/http-redact-fix'Junio C Hamano1-3/+3
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason1-1/+1