aboutsummaryrefslogtreecommitdiffstats
path: root/remote-curl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-205/+179
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-184/+149
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
2019-01-02Use packet_reader instead of packet_read_lineMasaya Suzuki1-7/+15
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2018-11-21Merge branch 'en/double-semicolon-fix' into maintJunio C Hamano1-1/+1
2018-11-12remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Torsten Bögershausen1-3/+4
2018-09-24Merge branch 'en/double-semicolon-fix'Junio C Hamano1-1/+1
2018-09-05Remove superfluous trailing semicolonsElijah Newren1-1/+1
2018-08-20Merge branch 'js/typofixes'Junio C Hamano1-1/+1
2018-08-08remote-curl: remove spurious periodJohannes Schindelin1-1/+1
2018-05-23remote-curl: accept compressed responses with protocol v2Brandon Williams1-0/+1
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams1-1/+1
2018-05-08Merge branch 'ma/http-walker-no-partial'Junio C Hamano1-3/+0
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-4/+276
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren1-3/+0
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-03-15remote-curl: don't request v2 when pushingBrandon Williams1-1/+10
2018-03-15remote-curl: implement stateless-connect commandBrandon Williams1-1/+206
2018-03-15http: eliminate "# service" line when using protocol v2Brandon Williams1-0/+3
2018-03-15http: don't always add Git-Protocol headerBrandon Williams1-0/+33
2018-03-15remote-curl: store the protocol version the server responded withBrandon Williams1-1/+3
2018-03-15remote-curl: create copy of the service nameBrandon Williams1-2/+3
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams1-0/+3
2018-03-14connect: discover protocol version outside of get_remote_headsBrandon Williams1-2/+18
2018-02-28Merge branch 'jk/push-options-via-transport-fix'Junio C Hamano1-1/+10
2018-02-27Merge branch 'js/packet-read-line-check-null'Junio C Hamano1-0/+2
2018-02-20remote-curl: unquote incoming push-optionsJeff King1-1/+10