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