summaryrefslogtreecommitdiffstats
path: root/remote-curl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'ab/http-pinned-public-key-mismatch'Junio C Hamano2021-10-111-0/+4
|\ \
| * | http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason2021-09-271-0/+4
* | | string-list.[ch]: remove string_list_init() compatibility functionÆvar Arnfjörð Bjarmason2021-09-281-2/+2
|/ /
* | Merge branch 'ab/http-drop-old-curl'Junio C Hamano2021-08-251-9/+2
|\ \ | |/ |/|
| * http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason2021-07-311-2/+2
| * http: drop support for curl < 7.16.0Jeff King2021-07-301-4/+0
| * http: drop support for curl < 7.11.1Jeff King2021-07-301-3/+0
* | Merge branch 'dl/packet-read-response-end-fix'Junio C Hamano2021-07-281-1/+1
|\ \ | |/ |/|
| * pkt-line: replace "stateless separator" with "response end"Denton Liu2021-07-091-1/+1
* | remote-curl: fix clone on sha256 reposEric Wong2021-05-121-0/+2
* | push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-1/+13
* | Merge branch 'jt/lazy-fetch'Junio C Hamano2020-09-031-6/+0
|\ \
| * | fetch-pack: remove no_dependents codeJonathan Tan2020-08-191-6/+0