summaryrefslogtreecommitdiffstats
path: root/remote-curl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remote-curl: free HEAD ref with free_one_ref()Jeff King2024-09-251-1/+1
* Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-1/+1
|\
| * remote: use strvecs to store remote url/pushurlJeff King2024-06-141-1/+1
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| |/
* | Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-26/+27
|\ \ | |/ |/|
| * remote-curl: avoid assigning string constant to non-const variablePatrick Steinhardt2024-06-071-26/+27
* | Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano2024-05-301-1/+18
|\ \ | |/ |/|
| * remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt2024-05-071-1/+18
* | Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano2024-05-081-5/+9
|\ \ | |/ |/|
| * http: add support for authtype and credentialbrian m. carlson2024-04-171-1/+3
| * credential: gate new fields on capabilitybrian m. carlson2024-04-171-2/+2
| * remote-curl: reset headers on new requestbrian m. carlson2024-04-171-2/+4
* | Merge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano2024-04-151-0/+3
|\ \
| * | remote-curl: add Transfer-Encoding header only for older curlJeff King2024-04-051-0/+3
| |/
* / transport-helper: drop "object-format <algo>" optionJeff King2024-03-201-7/+2
|/
* Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano2024-01-301-3/+11
|\
| * remote-curl: supports git-upload-archive serviceJiang Xin2024-01-221-3/+11
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+1
|\ \
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * | http.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/
* / remote-curl: rediscover repository when fetching refsPatrick Steinhardt2023-12-121-2/+5
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | pkt-line: add size parameter to packet_length()René Scharfe2023-07-081-1/+2
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\|
| * write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
| * setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano2023-03-281-3/+4
|\ \ | |/ |/|
| * git_connect(): fix corner cases in downgrading v2 to v0Jeff King2023-03-171-3/+4
| * Sync with 2.37.6Johannes Schindelin2023-02-061-15/+13
| |\
| | * Sync with 2.35.7Johannes Schindelin2023-02-061-15/+13
| | |\
| | | * Sync with 2.34.7Johannes Schindelin2023-02-061-15/+13
| | | |\
| | | | * http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-02-061-15/+13
* | | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* | | | | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-01-171-15/+13
|/ / / /
* | | | remote-curl: add 'get' capabilityDerrick Stolee2022-08-101-0/+28
* | | | remote-curl: send Accept-Language header to serverLi Linchao2022-07-111-3/+18
|/ / /
* | | Merge branch 'rc/fetch-refetch'Junio C Hamano2022-04-041-0/+6
|\ \ \
| * | | builtin/fetch-pack: add --refetch optionRobert Coup2022-03-281-0/+6
| |/ /
* / / remote-curl.c: free memory in cmd_main()Ævar Arnfjörð Bjarmason2022-03-041-4/+8
|/ /
* / run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-261-1/+1
|/
* Merge branch 'ab/pkt-line-cleanup'Junio C Hamano2021-10-261-1/+1
|\
| * pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason2021-10-151-1/+1