summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King1-1/+1
2020-03-09Merge branch 'rs/show-progress-in-dumb-http-fetch'Libravatar Junio C Hamano1-0/+1
2020-03-03remote-curl: show progress for fetches over dumb HTTPLibravatar René Scharfe1-0/+1
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano1-2/+3
2019-10-23Merge branch 'bc/smart-http-atomic-push'Libravatar Junio C Hamano1-1/+12
2019-10-17remote-curl: pass on atomic capability to remote sideLibravatar brian m. carlson1-1/+12
2019-10-15remote-curl: use argv_array in parse_push()Libravatar René Scharfe1-13/+9
2019-06-03i18n: fix typos found during l10n for git 2.22.0Libravatar Jiang Xin1-2/+2
2019-04-25Merge branch 'bc/hash-transition-16'Libravatar Junio C Hamano1-5/+6
2019-04-16Merge branch 'js/remote-curl-i18n'Libravatar Junio C Hamano1-25/+25
2019-04-16Merge branch 'js/anonymize-remote-curl-diag'Libravatar Junio C Hamano1-6/+13
2019-04-01remote-curl: make hash size independentLibravatar brian m. carlson1-5/+6
2019-03-07Merge branch 'jt/http-auth-proto-v2-fix'Libravatar Junio C Hamano1-205/+179
2019-03-06remote-curl: mark all error messages for translationLibravatar Johannes Schindelin1-25/+25
2019-03-05curl: anonymize URLs in error messages and warningsLibravatar Johannes Schindelin1-6/+13
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoLibravatar Jonathan Tan1-184/+149
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-0/+7
2019-02-22remote-curl: refactor reading into rpc_state's bufLibravatar Jonathan Tan1-9/+24
2019-02-14remote-curl: reduce scope of rpc_state.resultLibravatar Jonathan Tan1-12/+13
2019-02-14remote-curl: reduce scope of rpc_state.stdin_preambleLibravatar Jonathan Tan1-9/+4
2019-02-14remote-curl: reduce scope of rpc_state.argvLibravatar Jonathan Tan1-7/+5
2019-02-06remote-curl: tighten "version 2" check for smart-httpLibravatar Jeff King1-1/+1
2019-02-06remote-curl: refactor smart-http discoveryLibravatar Jeff King1-43/+57
2019-02-05Merge branch 'jt/fetch-v2-sideband'Libravatar Junio C Hamano1-9/+20
2019-01-29Merge branch 'ms/http-no-more-failonerror'Libravatar Junio C Hamano1-5/+24
2019-01-10remote-curl: unset CURLOPT_FAILONERRORLibravatar Masaya Suzuki1-0/+10
2019-01-10remote-curl: define struct for CURLOPT_WRITEFUNCTIONLibravatar Masaya Suzuki1-4/+14
2019-01-10http: enable keep_error for HTTP requestsLibravatar Masaya Suzuki1-1/+0
2019-01-02pack-protocol.txt: accept error packets in any contextLibravatar Masaya Suzuki1-3/+6
2019-01-02Use packet_reader instead of packet_read_lineLibravatar Masaya Suzuki1-7/+15
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-21Merge branch 'en/double-semicolon-fix' into maintLibravatar Junio C Hamano1-1/+1
2018-11-12remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Libravatar Torsten Bögershausen1-3/+4
2018-09-24Merge branch 'en/double-semicolon-fix'Libravatar Junio C Hamano1-1/+1
2018-09-05Remove superfluous trailing semicolonsLibravatar Elijah Newren1-1/+1
2018-08-20Merge branch 'js/typofixes'Libravatar Junio C Hamano1-1/+1
2018-08-08remote-curl: remove spurious periodLibravatar Johannes Schindelin1-1/+1
2018-05-23remote-curl: accept compressed responses with protocol v2Libravatar Brandon Williams1-0/+1
2018-05-23remote-curl: accept all encodings supported by curlLibravatar Brandon Williams1-1/+1
2018-05-08Merge branch 'ma/http-walker-no-partial'Libravatar Junio C Hamano1-3/+0
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-4/+276
2018-04-24walker: drop fields of `struct walker` which are always 1Libravatar Martin Ågren1-3/+0
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2018-03-15remote-curl: don't request v2 when pushingLibravatar Brandon Williams1-1/+10
2018-03-15remote-curl: implement stateless-connect commandLibravatar Brandon Williams1-1/+206
2018-03-15http: eliminate "# service" line when using protocol v2Libravatar Brandon Williams1-0/+3
2018-03-15http: don't always add Git-Protocol headerLibravatar Brandon Williams1-0/+33
2018-03-15remote-curl: store the protocol version the server responded withLibravatar Brandon Williams1-1/+3
2018-03-15remote-curl: create copy of the service nameLibravatar Brandon Williams1-2/+3
2018-03-14protocol: introduce enum protocol_version value protocol_v2Libravatar Brandon Williams1-0/+3