aboutsummaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
14 daysMerge branch 'kj/refspec-parsing-outside-repository'Junio C Hamano
14 daysMerge branch 'vp/http-rate-limit-retries'Junio C Hamano
2026-03-23remote-curl: fall back to default hash outside repoK Jayatheerth
2026-03-17http: add support for HTTP 429 rate limit retriesVaidas Pilkauskas
2026-01-14remote-curl: use auth for probe_rpc() requests tooAaron Plattner
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano
2025-09-26http: offer to cast `size_t` to `curl_off_t` safelyJohannes Schindelin
2025-07-01Use legacy hash for legacy formatsbrian m. carlson
2025-06-06curl: pass `long` values where expectedJohannes Schindelin
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King
2025-03-28remote-curl: avoid using the comma operator unnecessarilyJohannes Schindelin
2024-12-18credential: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-25remote-curl: free HEAD ref with free_one_ref()Jeff King
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-07remote-curl: avoid assigning string constant to non-const variablePatrick Steinhardt
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano
2024-05-06remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt
2024-04-16http: add support for authtype and credentialbrian m. carlson
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2024-04-16remote-curl: reset headers on new requestbrian m. carlson
2024-04-15Merge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano
2024-04-05remote-curl: add Transfer-Encoding header only for older curlJeff King
2024-03-20transport-helper: drop "object-format <algo>" optionJeff King
2024-01-30Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano
2024-01-22remote-curl: supports git-upload-archive serviceJiang Xin
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26http.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-12remote-curl: rediscover repository when fetching refsPatrick Steinhardt
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-07pkt-line: add size parameter to packet_length()René Scharfe
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren