summaryrefslogtreecommitdiffstats
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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 pushingBrandon 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
| |/ / |/| |
* | | Merge branch 'jk/push-options-via-transport-fix'Junio C Hamano2018-02-281-1/+10
|\ \ \
| * | | remote-curl: unquote incoming push-optionsJeff King2018-02-201-1/+10
| |/ /
* | | Merge branch 'js/packet-read-line-check-null'Junio C Hamano2018-02-271-0/+2
|\ \ \
| * | | always check for NULL return from packet_read_line()Jon Simons2018-02-081-0/+2
| |/ /
* | | fetch: support filtersJeff Hostetler2017-12-081-0/+6
* | | introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-1/+13
|/ /
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano2017-04-231-3/+9
|\ \
| * | http.postbuffer: allow full range of ssize_t valuesDavid Turner2017-04-131-3/+9
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-2/+2
|\ \ \ | |/ / |/| |
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-1/+1
| * | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-1/+1
* | | remote-curl: allow push optionsBrandon Williams2017-03-221-0/+8
|/ /
* | Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano2017-01-101-0/+8
|\ \
| * | remote-curl: don't hang when a server dies before any outputDavid Turner2016-11-181-0/+8
* | | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-9/+13
|\ \ \ | |/ / |/| |
| * | http: make redirects more obviousJeff King2016-12-061-0/+4
| * | remote-curl: rename shadowed options variableJeff King2016-12-061-9/+9
| |/
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-31/+49
|\ \ | |/ |/|
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-131-1/+13
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+9
| * fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-2/+9
| * remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-131-28/+18
* | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-4/+1
|\ \
| * | common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-011-1/+0