summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'js/coverity-unchecked-returns-fix'Junio C Hamano1-0/+2
2026-08-15Merge branch 'tn/packfile-uri-concurrency'Junio C Hamano1-20/+36
2026-08-12http: die on curl_easy_duphandle failure in get_active_slotJohannes Schindelin1-0/+2
2026-07-27http: permit unlinking partial packs on WindowsTed Nyman1-1/+16
2026-07-27http: avoid concurrent appends to partial packsTed Nyman1-14/+20
2026-07-27http: avoid closing index-pack input twiceTed Nyman1-6/+1
2026-07-07http: use idempotent git_hash_discard()Jeff King1-4/+1
2026-07-07hash: use git_hash_init() consistentlyJeff King1-2/+2
2026-07-07Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanupsJunio C Hamano1-0/+4
2026-07-02http: discard hash in dumb-http http_object_requestJeff King1-0/+4
2026-06-28Merge branch 'js/http-https-proxy-fix'Junio C Hamano1-0/+2
2026-06-28http: accept https:// proxies againJohannes Schindelin1-0/+2
2026-06-11Merge branch 'lp/http-fetch-pack-index-leak-fix'Junio C Hamano1-5/+5
2026-06-02http: fix memory leak in fetch_and_setup_pack_index()LorenzoPegorari1-3/+5
2026-06-02http: cleanup function fetch_and_setup_pack_index()LorenzoPegorari1-2/+0
2026-06-01object-file: refactor writing objects to use loose sourcePatrick Steinhardt1-2/+4
2026-05-21Merge branch 'aw/validate-proxy-url-scheme'Junio C Hamano1-25/+68
2026-05-06http: reject unsupported proxy URL schemesAliwoto1-25/+68
2026-04-16http: attempt Negotiate auth in http.emptyAuth=auto modeMatthew John Cheetham1-1/+24
2026-04-16http: extract http_reauth_prepare() from retry pathsMatthew John Cheetham1-1/+6
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-2/+2
2026-04-01http: drop const to fix strstr() warningJeff King1-2/+2
2026-04-01Merge branch 'vp/http-rate-limit-retries'Junio C Hamano1-20/+122
2026-03-17http: add support for HTTP 429 rate limit retriesVaidas Pilkauskas1-20/+122
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-1/+2
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-1/+1
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