summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-16Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin
2024-04-10http: reset POSTFIELDSIZE when clearing curl handleJeff King
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-26doc: update links to current pagesJosh Soref
2023-11-02Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Junio C Hamano
2023-09-22Merge branch 'jk/redact-h2h3-headers-fix'Junio C Hamano
2023-09-15http: update curl http/2 info matching for curl 8.3.0Jeff King
2023-09-15http: factor out matching of curl http/2 trace linesJeff King
2023-07-13http: mark unused parameters in curl callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-24Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-17http: handle both "h2" and "h2h3" in curl info linesJeff King
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'sm/ssl-key-type-config'Junio C Hamano
2023-03-23http: add support for different sslcert and sslkey types.Stanislav Malishevskiy
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-06Sync with 2.38.4Johannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2022-11-14http: redact curl h2h3 headers in infoGlen Choo
2022-07-19Merge branch 'll/curl-accept-language'Junio C Hamano
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano
2022-05-31Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano
2022-05-30Merge branch 'cc/http-curlopt-resolve'Junio C Hamano
2022-05-27http.c: clear the 'finished' member once we are done with itJunio C Hamano
2022-05-16http: make http_get_file() externalDerrick Stolee
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano