aboutsummaryrefslogtreecommitdiffstats
path: root/remote-curl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano1-11/+3
2025-09-26http: offer to cast `size_t` to `curl_off_t` safelyJohannes Schindelin1-11/+3
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-1/+1
2025-06-06curl: pass `long` values where expectedJohannes Schindelin1-3/+3
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King1-3/+3
2025-03-28remote-curl: avoid using the comma operator unnecessarilyJohannes Schindelin1-2/+2
2024-12-18credential: stop using `the_repository`Patrick Steinhardt1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-25remote-curl: free HEAD ref with free_one_ref()Jeff King1-1/+1
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-1/+1
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-26/+27
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-1/+1
2024-06-07remote-curl: avoid assigning string constant to non-const variablePatrick Steinhardt1-26/+27
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano1-1/+18
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano1-5/+9
2024-05-06remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt1-1/+18
2024-04-16http: add support for authtype and credentialbrian m. carlson1-1/+3
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-2/+2
2024-04-16remote-curl: reset headers on new requestbrian m. carlson1-2/+4
2024-04-15Merge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano1-0/+3
2024-04-05remote-curl: add Transfer-Encoding header only for older curlJeff King1-0/+3
2024-03-20transport-helper: drop "object-format <algo>" optionJeff King1-7/+2
2024-01-30Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano1-3/+11
2024-01-22remote-curl: supports git-upload-archive serviceJiang Xin1-3/+11
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26http.h: remove unnecessary includeElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-12remote-curl: rediscover repository when fetching refsPatrick Steinhardt1-2/+5
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-07pkt-line: add size parameter to packet_length()René Scharfe1-1/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano1-3/+4
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King1-3/+4
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-02-06Sync with 2.37.6Johannes Schindelin1-15/+13
2023-02-06Sync with 2.35.7Johannes Schindelin1-15/+13
2023-02-06Sync with 2.34.7Johannes Schindelin1-15/+13
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-15/+13
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-15/+13