summaryrefslogtreecommitdiffstats
path: root/remote-curl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu2020-05-241-0/+2
* | | remote-curl: error on incomplete packetDenton Liu2020-05-241-3/+56
* | | remote-curl: remove label indentationDenton Liu2020-05-181-1/+1
* | | remote-curl: fix typoDenton Liu2020-05-181-1/+1
|/ /
* / oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
|/
* Merge branch 'rs/show-progress-in-dumb-http-fetch'Junio C Hamano2020-03-091-0/+1
|\
| * remote-curl: show progress for fetches over dumb HTTPRené Scharfe2020-03-031-0/+1
* | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-2/+3
|/
* Merge branch 'bc/smart-http-atomic-push'Junio C Hamano2019-10-231-1/+12
|\
| * remote-curl: pass on atomic capability to remote sidebrian m. carlson2019-10-171-1/+12
* | remote-curl: use argv_array in parse_push()René Scharfe2019-10-151-13/+9
|/
* i18n: fix typos found during l10n for git 2.22.0Jiang Xin2019-06-031-2/+2
* Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-5/+6
|\
| * remote-curl: make hash size independentbrian m. carlson2019-04-011-5/+6
* | Merge branch 'js/remote-curl-i18n'Junio C Hamano2019-04-161-25/+25
|\ \
| * | remote-curl: mark all error messages for translationJohannes Schindelin2019-03-061-25/+25
* | | Merge branch 'js/anonymize-remote-curl-diag'Junio C Hamano2019-04-161-6/+13
|\| | | |/ |/|
| * curl: anonymize URLs in error messages and warningsJohannes Schindelin2019-03-051-6/+13
| * Merge branch 'en/double-semicolon-fix' into maintJunio C Hamano2018-11-211-1/+1
| |\
* | \ Merge branch 'jt/http-auth-proto-v2-fix'Junio C Hamano2019-03-071-205/+179
|\ \ \
| * | | remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan2019-03-031-184/+149
| * | | remote-curl: refactor reading into rpc_state's bufJonathan Tan2019-02-221-9/+24
| * | | remote-curl: reduce scope of rpc_state.resultJonathan Tan2019-02-141-12/+13
| * | | remote-curl: reduce scope of rpc_state.stdin_preambleJonathan Tan2019-02-141-9/+4
| * | | remote-curl: reduce scope of rpc_state.argvJonathan Tan2019-02-141-7/+5
* | | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+7
|/ / /
* | | remote-curl: tighten "version 2" check for smart-httpJeff King2019-02-061-1/+1
* | | remote-curl: refactor smart-http discoveryJeff King2019-02-061-43/+57
* | | Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-9/+20
|\ \ \
| * | | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-3/+6
| * | | Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-7/+15