summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2024-07-17Merge branch 'jc/http-cookiefile'Junio C Hamano-0/+9
2024-07-16Merge branch 'bc/http-proactive-auth'Junio C Hamano-6/+56
2024-07-09http.c: cookie file tighteningJunio C Hamano-0/+9
2024-07-09http: allow authenticating proactivelybrian m. carlson-6/+56
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-07http: do not assign string constant to non-const fieldPatrick Steinhardt-3/+2
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-12/+12
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt-6/+6
2024-05-27http: refactor code to clarify memory ownershipPatrick Steinhardt-30/+32
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano-47/+80
2024-04-16credential: add support for multistage credential roundsbrian m. carlson-26/+31
2024-04-16http: add support for authtype and credentialbrian m. carlson-11/+37
2024-04-16credential: gate new fields on capabilitybrian m. carlson-5/+5
2024-04-16http: use new headers for each object requestbrian m. carlson-9/+11
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
2024-04-02http: reset POSTFIELDSIZE when clearing curl handleJeff King-0/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-11-26doc: update links to current pagesJosh Soref-1/+1
2023-09-22Merge branch 'jk/redact-h2h3-headers-fix'Junio C Hamano-6/+31
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-07-13http: mark unused parameters in curl callbacksJeff King-3/+6
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-7/+8
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-1/+1
2023-06-28config: pass kvi to die_bad_number()Glen Choo-5/+5
2023-06-28config: add ctx arg to config_fn_tGlen Choo-2/+3
2023-06-24Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano-1/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
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