summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
* | | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-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-251-1/+1
|/
* Merge branch 'ab/pkt-line-cleanup'Junio C Hamano2021-10-251-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-241-9/+2
|\ \ | |/ |/|
| * http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason2021-07-301-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-181-6/+0
* | | (various): document from_promisor parameterJonathan Tan2020-08-241-0/+3
|/ /
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-51/+51
|\ \
| * | strvec: rename struct fieldsJeff King2020-07-301-3/+3
| * | strvec: fix indentation in renamed callsJeff King2020-07-281-4/+4
| * | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-43/+43
| * | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* | | Merge branch 'bc/push-cas-cquoted-refname' into masterJunio C Hamano2020-07-301-1/+5
|\ \ \ | |/ / |/| |
| * | remote-curl: make --force-with-lease work with non-ASCII ref namesbrian m. carlson2020-07-201-1/+5
* | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-4/+42
|\ \ \ | |_|/ |/| |
| * | remote-curl: avoid truncating refs with ls-remotebrian m. carlson2020-06-191-1/+3
| * | remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson2020-06-191-2/+21
| * | remote-curl: implement object-format extensionsbrian m. carlson2020-05-271-1/+18
* | | stateless-connect: send response end packetDenton Liu2020-05-241-0/+5