summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
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
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-21Merge branch 'en/double-semicolon-fix' into maintJunio C Hamano
2018-11-12remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Torsten Bögershausen
2018-09-24Merge branch 'en/double-semicolon-fix'Junio C Hamano
2018-09-05Remove superfluous trailing semicolonsElijah Newren
2018-08-20Merge branch 'js/typofixes'Junio C Hamano
2018-08-08remote-curl: remove spurious periodJohannes Schindelin
2018-05-23remote-curl: accept compressed responses with protocol v2Brandon Williams
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams
2018-05-08Merge branch 'ma/http-walker-no-partial'Junio C Hamano
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-03-15remote-curl: don't request v2 when pushingBrandon Williams
2018-03-15remote-curl: implement stateless-connect commandBrandon Williams