summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/show-progress-in-dumb-http-fetch'Junio C Hamano2020-03-091-0/+1
|\
| * remote-curl: show progress for fetches over dumb HTTPRené Scharfe2020-03-031-0/+1
* | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-2/+3
|/
* Merge branch 'bc/smart-http-atomic-push'Junio C Hamano2019-10-231-1/+12
|\
| * remote-curl: pass on atomic capability to remote sidebrian m. carlson2019-10-171-1/+12
* | remote-curl: use argv_array in parse_push()René Scharfe2019-10-151-13/+9
|/
* i18n: fix typos found during l10n for git 2.22.0Jiang Xin2019-06-031-2/+2
* Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-5/+6
|\
| * remote-curl: make hash size independentbrian m. carlson2019-04-011-5/+6
* | Merge branch 'js/remote-curl-i18n'Junio C Hamano2019-04-161-25/+25
|\ \
| * | remote-curl: mark all error messages for translationJohannes Schindelin2019-03-061-25/+25
* | | Merge branch 'js/anonymize-remote-curl-diag'Junio C Hamano2019-04-161-6/+13
|\ \ \ | |/ / | | / | |/ |/|
| * curl: anonymize URLs in error messages and warningsJohannes Schindelin2019-03-051-6/+13
| * Merge branch 'en/double-semicolon-fix' into maintJunio C Hamano2018-11-211-1/+1
| |\
* | \ Merge branch 'jt/http-auth-proto-v2-fix'Junio C Hamano2019-03-071-205/+179
|\ \ \
| * | | remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan2019-03-031-184/+149
| * | | remote-curl: refactor reading into rpc_state's bufJonathan Tan2019-02-221-9/+24
| * | | remote-curl: reduce scope of rpc_state.resultJonathan Tan2019-02-141-12/+13
| * | | remote-curl: reduce scope of rpc_state.stdin_preambleJonathan Tan2019-02-141-9/+4
| * | | remote-curl: reduce scope of rpc_state.argvJonathan Tan2019-02-141-7/+5
* | | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+7
|/ / /
* | | remote-curl: tighten "version 2" check for smart-httpJeff King2019-02-061-1/+1
* | | remote-curl: refactor smart-http discoveryJeff King2019-02-061-43/+57
* | | Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-9/+20
|\ \ \
| * | | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-3/+6
| * | | Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-7/+15
* | | | Merge branch 'ms/http-no-more-failonerror'Junio C Hamano2019-01-291-5/+24
|\ \ \ \
| * | | | remote-curl: unset CURLOPT_FAILONERRORMasaya Suzuki2019-01-101-0/+10
| * | | | remote-curl: define struct for CURLOPT_WRITEFUNCTIONMasaya Suzuki2019-01-101-4/+14
| * | | | http: enable keep_error for HTTP requestsMasaya Suzuki2019-01-101-1/+0
| |/ / /
* | | | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
|/ / /
* | | remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Torsten Bögershausen2018-11-121-3/+4
* | | Merge branch 'en/double-semicolon-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ | |/ / |/| / | |/
| * Remove superfluous trailing semicolonsElijah Newren2018-09-051-1/+1
* | Merge branch 'js/typofixes'Junio C Hamano2018-08-201-1/+1
|\ \ | |/ |/|
| * remote-curl: remove spurious periodJohannes Schindelin2018-08-081-1/+1
* | remote-curl: accept compressed responses with protocol v2Brandon Williams2018-05-231-0/+1
* | remote-curl: accept all encodings supported by curlBrandon Williams2018-05-231-1/+1
* | Merge branch 'ma/http-walker-no-partial'Junio C Hamano2018-05-081-3/+0
|\ \
| * | walker: drop fields of `struct walker` which are always 1Martin Ågren2018-04-241-3/+0
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-4/+276
|\ \ \
| * | | remote-curl: don't request v2 when pushingbw/protocol-v2Brandon Williams2018-03-151-1/+10
| * | | remote-curl: implement stateless-connect commandBrandon Williams2018-03-151-1/+206
| * | | http: eliminate "# service" line when using protocol v2Brandon Williams2018-03-151-0/+3
| * | | http: don't always add Git-Protocol headerBrandon Williams2018-03-151-0/+33
| * | | remote-curl: store the protocol version the server responded withBrandon Williams2018-03-151-1/+3
| * | | remote-curl: create copy of the service nameBrandon Williams2018-03-151-2/+3
| * | | protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+3
| * | | connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-2/+18
* | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |/ / |/| |