summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/http-cookiefile'Junio C Hamano2024-07-171-0/+9
|\
| * http.c: cookie file tighteningJunio C Hamano2024-07-101-0/+9
| * Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin2024-04-161-0/+1
| |\
| | * http: reset POSTFIELDSIZE when clearing curl handleJeff King2024-04-101-0/+1
| * | Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin2024-04-161-5/+31
| |\ \
| * \ \ Sync with 2.38.4Johannes Schindelin2023-02-061-24/+55
| |\ \ \
| | * \ \ Sync with 2.37.6Johannes Schindelin2023-02-061-24/+55
| | |\ \ \
| | | * \ \ Sync with 2.36.5Johannes Schindelin2023-02-061-24/+55
| | | |\ \ \
| | | | * \ \ Sync with 2.35.7Johannes Schindelin2023-02-061-24/+55
| | | | |\ \ \
| | | | | * \ \ Sync with 2.34.7Johannes Schindelin2023-02-061-24/+55
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/|
| | | | | | * | http: support CURLOPT_PROTOCOLS_STRJeff King2023-02-061-13/+46
| | | | | | * | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-02-061-11/+9
* | | | | | | | Merge branch 'bc/http-proactive-auth'Junio C Hamano2024-07-161-6/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | http: allow authenticating proactivelybrian m. carlson2024-07-101-6/+56
* | | | | | | | | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | | | | | | | | http: do not assign string constant to non-const fieldPatrick Steinhardt2024-06-071-3/+2
|/ / / / / / / /
* | | | | | | | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-12/+12
* | | | | | | | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-6/+6
* | | | | | | | http: refactor code to clarify memory ownershipPatrick Steinhardt2024-05-271-30/+32
* | | | | | | | Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano2024-05-081-47/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | credential: add support for multistage credential roundsbrian m. carlson2024-04-171-26/+31
| * | | | | | | | http: add support for authtype and credentialbrian m. carlson2024-04-171-11/+37
| * | | | | | | | credential: gate new fields on capabilitybrian m. carlson2024-04-171-5/+5
| * | | | | | | | http: use new headers for each object requestbrian m. carlson2024-04-171-9/+11
* | | | | | | | | http: reset POSTFIELDSIZE when clearing curl handleJeff King2024-04-021-0/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * | | | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | | | | | | | doc: update links to current pagesJosh Soref2023-11-261-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'jk/redact-h2h3-headers-fix'Junio C Hamano2023-09-231-6/+31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | http: update curl http/2 info matching for curl 8.3.0Jeff King2023-09-151-0/+14
| * | | | | | | http: factor out matching of curl http/2 trace linesJeff King2023-09-151-6/+17
* | | | | | | | http: mark unused parameters in curl callbacksJeff King2023-07-141-3/+6
* | | | | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-7/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | config: pass kvi to die_bad_number()Glen Choo2023-06-281-5/+5
| * | | | | | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | | | | | | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano2023-06-251-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * / / / / / / http: handle both "h2" and "h2h3" in curl info linesJeff King2023-06-171-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \ \ \ \ \ \
| * | | | | | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | | | | | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | | | | | | | Merge branch 'sm/ssl-key-type-config'Junio C Hamano2023-04-061-0/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | http: add support for different sslcert and sslkey types.Stanislav Malishevskiy2023-03-231-0/+12
* | | | | | | | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+111
|\ \ \ \ \ \ \ \
| * | | | | | | | http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+111
| |/ / / / / / /
* / / / / / / / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/ / / / / / /
* | | | | | | http: support CURLOPT_PROTOCOLS_STRJeff King2023-01-171-13/+46