summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-12remote-curl: fix clone on sha256 reposEric Wong1-0/+2
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik1-1/+13
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano1-6/+0
2020-08-24(various): document from_promisor parameterJonathan Tan1-0/+3
2020-08-18fetch-pack: remove no_dependents codeJonathan Tan1-6/+0
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-51/+51
2020-07-30strvec: rename struct fieldsJeff King1-3/+3
2020-07-30Merge branch 'bc/push-cas-cquoted-refname' into masterJunio C Hamano1-1/+5
2020-07-28strvec: fix indentation in renamed callsJeff King1-4/+4
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-43/+43
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-07-20remote-curl: make --force-with-lease work with non-ASCII ref namesbrian m. carlson1-1/+5
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-4/+42
2020-06-19remote-curl: avoid truncating refs with ls-remotebrian m. carlson1-1/+3
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson1-2/+21
2020-05-27remote-curl: implement object-format extensionsbrian m. carlson1-1/+18
2020-05-24stateless-connect: send response end packetDenton Liu1-0/+5
2020-05-24pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu1-0/+2
2020-05-24remote-curl: error on incomplete packetDenton Liu1-3/+56
2020-05-18remote-curl: remove label indentationDenton Liu1-1/+1
2020-05-18remote-curl: fix typoDenton Liu1-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2020-03-09Merge branch 'rs/show-progress-in-dumb-http-fetch'Junio C Hamano1-0/+1
2020-03-03remote-curl: show progress for fetches over dumb HTTPRené Scharfe1-0/+1
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano1-2/+3
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano1-1/+12
2019-10-17remote-curl: pass on atomic capability to remote sidebrian m. carlson1-1/+12
2019-10-15remote-curl: use argv_array in parse_push()René Scharfe1-13/+9
2019-06-03i18n: fix typos found during l10n for git 2.22.0Jiang Xin1-2/+2
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-5/+6
2019-04-16Merge branch 'js/remote-curl-i18n'Junio C Hamano1-25/+25
2019-04-16Merge branch 'js/anonymize-remote-curl-diag'Junio C Hamano1-6/+13
2019-04-01remote-curl: make hash size independentbrian m. carlson1-5/+6
2019-03-07Merge branch 'jt/http-auth-proto-v2-fix'Junio C Hamano1-204/+178
2019-03-06remote-curl: mark all error messages for translationJohannes Schindelin1-25/+25
2019-03-05curl: anonymize URLs in error messages and warningsJohannes Schindelin1-6/+13
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan1-183/+148
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+7
2019-02-22remote-curl: refactor reading into rpc_state's bufJonathan Tan1-9/+24
2019-02-14remote-curl: reduce scope of rpc_state.resultJonathan Tan1-12/+13
2019-02-14remote-curl: reduce scope of rpc_state.stdin_preambleJonathan Tan1-9/+4
2019-02-14remote-curl: reduce scope of rpc_state.argvJonathan Tan1-7/+5
2019-02-06remote-curl: tighten "version 2" check for smart-httpJeff King1-1/+1
2019-02-06remote-curl: refactor smart-http discoveryJeff King1-43/+57
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-9/+20
2019-01-29Merge branch 'ms/http-no-more-failonerror'Junio C Hamano1-5/+24
2019-01-10remote-curl: unset CURLOPT_FAILONERRORMasaya Suzuki1-0/+10
2019-01-10remote-curl: define struct for CURLOPT_WRITEFUNCTIONMasaya Suzuki1-4/+14
2019-01-10http: enable keep_error for HTTP requestsMasaya Suzuki1-1/+0
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-3/+6