summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge branch 'jk/push-options-via-transport-fix'Junio C Hamano2018-02-281-1/+10
|\ \
| * | remote-curl: unquote incoming push-optionsjk/push-options-via-transport-fixJeff 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()js/packet-read-line-check-nullJon 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 valuesdt/http-postbuffer-can-be-largeDavid 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 optionssb/push-options-via-transportBrandon 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 commitsnd/shallow-deepenNguyễ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
| * | add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* | | http: support sending custom HTTP headersJohannes Schindelin2016-04-271-2/+2
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-13/+13
|\ \
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+2
| * | convert manual allocations to argv_arrayJeff King2016-02-221-12/+11
* | | Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano2016-02-241-2/+14
|\ \ \
| * | | remote-curl: include curl_errorstr on SSL setup failuressp/remote-curl-ssl-strerrorShawn Pearce2016-02-151-2/+14
| |/ /
* | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+13
|\ \ \ | |_|/ |/| |
| * | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+13
| |/
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-3/+3
|/