summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-1/+1
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt1-13/+8
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-2/+1
2025-09-29Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1Junio C Hamano1-2/+3
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-1/+2
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-09-18Merge branch 'jk/curl-global-trace-components'Junio C Hamano1-0/+8
2025-08-27curl: add support for curl_global_trace() componentsJeff King1-0/+8
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-2/+2
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-2/+2
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-3/+3
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano1-3/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-2/+2
2025-06-06curl: pass `long` values where expectedJohannes Schindelin1-11/+11
2025-06-04curl: fix symbolic constant typechecks with curl_easy_setopt()Jeff King1-7/+7
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King1-7/+7
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt1-2/+2
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-21http.c: allow custom TCP keepalive behavior via configTaylor Blau1-1/+32
2025-03-21http.c: inline `set_curl_keepalive()`Taylor Blau1-5/+1
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