summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2024-07-17Merge branch 'jc/http-cookiefile'Junio C Hamano
2024-07-16Merge branch 'bc/http-proactive-auth'Junio C Hamano
2024-07-09http.c: cookie file tighteningJunio C Hamano
2024-07-09http: allow authenticating proactivelybrian m. carlson
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07http: do not assign string constant to non-const fieldPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-27http: refactor code to clarify memory ownershipPatrick Steinhardt
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano
2024-04-16credential: add support for multistage credential roundsbrian m. carlson
2024-04-16http: add support for authtype and credentialbrian m. carlson
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2024-04-16http: use new headers for each object requestbrian m. carlson
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-04-02http: reset POSTFIELDSIZE when clearing curl handleJeff King
2024-01-08Merge branch 'en/header-cleanup'Junio 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-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