summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-06-06curl: pass `long` values where expectedJohannes Schindelin
2025-06-04curl: fix symbolic constant typechecks with curl_easy_setopt()Jeff King
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-21http.c: allow custom TCP keepalive behavior via configTaylor Blau
2025-03-21http.c: inline `set_curl_keepalive()`Taylor Blau
2025-03-21http.c: introduce `set_long_from_env()` for convenienceTaylor Blau
2025-03-21http.c: remove unnecessary casts to longTaylor Blau
2025-02-24http: allow using netrc for WebDAV-based HTTP protocolbrian m. carlson
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2024-12-18credential: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak
2024-11-01Merge branch 'jk/dumb-http-finalize'Taylor Blau
2024-10-25packfile: drop sha1_pack_name()Jeff King
2024-10-25packfile: drop has_pack_index()Jeff King
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King
2024-10-23git-curl-compat: remove check for curl 7.56.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.53.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.52.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.44.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.43.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.39.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.34.0brian m. carlson
2024-10-23git-curl-compat: remove check for curl 7.25.0brian m. carlson
2024-10-16http: fix build error on FreeBSDPatrick Steinhardt
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano
2024-09-25http: stop leaking buffer in http_get_info_packs()Jeff King
2024-09-25http: call git_inflate_end() when releasing http_object_requestJeff King
2024-09-25http: fix leak of http_object_request structJeff King
2024-09-25http: fix leak when redacting cookies from curl traceJeff King
2024-09-19http: fix a typoAndrew Kreimer
2024-08-02http: do not ignore proxy pathRyan Hendrickson
2024-07-17Merge branch 'jc/http-cookiefile'Junio C Hamano
2024-07-16Merge branch 'bc/http-proactive-auth'Junio C Hamano