summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-131-2/+2
|\ \ | |/ |/|
| * packfile: pass down repository to `odb_pack_name`Karthik Nayak2024-12-041-1/+1
| * packfile: add repository to struct `packed_git`Karthik Nayak2024-12-041-1/+1
* | Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano2024-12-041-58/+0
|\ \ | |/ |/|
| * git-curl-compat: remove check for curl 7.56.0brian m. carlson2024-10-231-2/+0
| * git-curl-compat: remove check for curl 7.53.0brian m. carlson2024-10-231-2/+0
| * git-curl-compat: remove check for curl 7.52.0brian m. carlson2024-10-231-8/+0
| * git-curl-compat: remove check for curl 7.44.0brian m. carlson2024-10-231-4/+0
| * git-curl-compat: remove check for curl 7.43.0brian m. carlson2024-10-231-5/+0
| * git-curl-compat: remove check for curl 7.39.0brian m. carlson2024-10-231-11/+0
| * git-curl-compat: remove check for curl 7.34.0brian m. carlson2024-10-231-2/+0
| * git-curl-compat: remove check for curl 7.25.0brian m. carlson2024-10-231-24/+0
* | Merge branch 'jk/dumb-http-finalize'Taylor Blau2024-11-011-13/+30
|\ \
| * | packfile: drop sha1_pack_name()Jeff King2024-10-251-1/+2
| * | packfile: drop has_pack_index()Jeff King2024-10-251-7/+8
| * | dumb-http: store downloaded pack idx as tempfileJeff King2024-10-251-5/+20
| |/
* / http: fix build error on FreeBSDPatrick Steinhardt2024-10-161-4/+6
|/
* Merge branch 'jk/http-leakfixes'Junio C Hamano2024-10-021-4/+12
|\
| * http: stop leaking buffer in http_get_info_packs()Jeff King2024-09-251-0/+1
| * http: call git_inflate_end() when releasing http_object_requestJeff King2024-09-251-1/+2
| * http: fix leak of http_object_request structJeff King2024-09-251-3/+8
| * http: fix leak when redacting cookies from curl traceJeff King2024-09-251-0/+1
* | Merge branch 'ak/typofix-2.46-maint'Junio C Hamano2024-09-251-1/+1
|\ \ | |/ |/|
| * http: fix a typoAndrew Kreimer2024-09-191-1/+1
* | http: do not ignore proxy pathRyan Hendrickson2024-08-021-1/+23
|/
* 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