summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-21http.c: introduce `set_long_from_env()` for convenienceTaylor Blau1-8/+24
2025-03-21http.c: remove unnecessary casts to longTaylor Blau1-2/+2
2025-02-24http: allow using netrc for WebDAV-based HTTP protocolbrian m. carlson1-2/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-3/+3
2024-12-18credential: stop using `the_repository`Patrick Steinhardt1-12/+12
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+1
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano1-58/+0
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak1-1/+1
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-1/+1
2024-11-01Merge branch 'jk/dumb-http-finalize'Taylor Blau1-13/+30
2024-10-25packfile: drop sha1_pack_name()Jeff King1-1/+2
2024-10-25packfile: drop has_pack_index()Jeff King1-7/+8
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King1-5/+20
2024-10-23git-curl-compat: remove check for curl 7.56.0brian m. carlson1-2/+0
2024-10-23git-curl-compat: remove check for curl 7.53.0brian m. carlson1-2/+0
2024-10-23git-curl-compat: remove check for curl 7.52.0brian m. carlson1-8/+0
2024-10-23git-curl-compat: remove check for curl 7.44.0brian m. carlson1-4/+0
2024-10-23git-curl-compat: remove check for curl 7.43.0brian m. carlson1-5/+0
2024-10-23git-curl-compat: remove check for curl 7.39.0brian m. carlson1-11/+0
2024-10-23git-curl-compat: remove check for curl 7.34.0brian m. carlson1-2/+0
2024-10-23git-curl-compat: remove check for curl 7.25.0brian m. carlson1-24/+0
2024-10-16http: fix build error on FreeBSDPatrick Steinhardt1-4/+6
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano1-4/+12
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-1/+1
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King1-0/+1
2024-09-25http: call git_inflate_end() when releasing http_object_requestJeff King1-1/+2
2024-09-25http: fix leak of http_object_request structJeff King1-3/+8
2024-09-25http: fix leak when redacting cookies from curl traceJeff King1-0/+1
2024-09-19http: fix a typoAndrew Kreimer1-1/+1
2024-08-02http: do not ignore proxy pathRyan Hendrickson1-1/+23
2024-07-17Merge branch 'jc/http-cookiefile'Junio C Hamano1-0/+9
2024-07-16Merge branch 'bc/http-proactive-auth'Junio C Hamano1-6/+56
2024-07-09http.c: cookie file tighteningJunio C Hamano1-0/+9
2024-07-09http: allow authenticating proactivelybrian m. carlson1-6/+56
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07http: do not assign string constant to non-const fieldPatrick Steinhardt1-3/+2
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-12/+12
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-6/+6
2024-05-27http: refactor code to clarify memory ownershipPatrick Steinhardt1-30/+32
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano1-47/+80
2024-04-16credential: add support for multistage credential roundsbrian m. carlson1-26/+31
2024-04-16http: add support for authtype and credentialbrian m. carlson1-11/+37
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-5/+5
2024-04-16http: use new headers for each object requestbrian m. carlson1-9/+11
2024-04-16Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin1-0/+1
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin1-5/+31
2024-04-10http: reset POSTFIELDSIZE when clearing curl handleJeff King1-0/+1