summaryrefslogtreecommitdiff
path: root/transport-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/smart-http-atomic-push'Junio C Hamano2019-10-231-0/+4
|\
| * remote-curl: pass on atomic capability to remote sidebrian m. carlson2019-10-171-0/+4
* | Merge branch 'jt/avoid-ls-refs-with-http'Junio C Hamano2019-09-181-6/+32
|\ \
| * | transport: teach all vtables to allow fetch firstJonathan Tan2019-08-221-1/+0
| * | transport-helper: skip ls-refs if unnecessaryJonathan Tan2019-08-221-6/+33
| |/
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-7/+3
|\ \ | |/ |/|
| * list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-7/+3
* | Merge branch 'es/local-atomic-push-failure-with-http'Junio C Hamano2019-07-251-0/+6
|\ \ | |/ |/|
| * transport-helper: enforce atomic in push_refs_with_pushEmily Shaffer2019-07-121-0/+6
* | Merge branch 'mh/import-transport-fd-fix'Junio C Hamano2019-06-131-1/+1
|\ \ | |/ |/|
| * dup() the input fd for fast-import used for remote helpersMike Hommey2019-05-161-1/+1
* | trace2:data: add trace2 transport child classificationJeff Hostetler2019-02-221-0/+2
|/
* Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano2019-02-051-4/+9
|\
| * filter-options: expand scaled numbersJosh Steadmon2019-01-151-4/+9
* | Merge branch 'rb/hpe'Junio C Hamano2019-01-181-4/+3
|\ \
| * | transport-helper: drop read/write errno checksJeff King2019-01-031-3/+2
| * | transport-helper: use xread instead of readRandall S. Becker2019-01-031-1/+1
| |/
* | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
|/
* Merge branch 'nd/n18n-fix'Junio C Hamano2018-11-291-1/+1
|\
| * transport-helper.c: do not translate a string twiceNguyễn Thái Ngọc Duy2018-11-291-1/+1
* | transport: list refs before fetch if necessaryJonathan Tan2018-10-071-0/+1
* | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-4/+2
|\ \
| * | fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-4/+2
* | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-44/+45
|\ \ \ | | |/ | |/|
| * | transport-helper.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-43/+44
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-24/+24
* | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-0/+3
|\ \ \ | |_|/ |/| |
| * | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+3
| |/
* | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-2/+4
|/
* remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-181-3/+3
* transport-helper: convert to use struct refspecBrandon Williams2018-05-181-26/+12
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-1/+1
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-33/+54
|\
| * transport-helper: introduce stateless-connectBrandon Williams2018-03-151-0/+11
| * transport-helper: refactor process_connect_serviceBrandon Williams2018-03-151-29/+38
| * transport-helper: remove name parameterBrandon Williams2018-03-151-3/+3
| * transport: convert get_refs_list to take a list of ref prefixesBrandon Williams2018-03-151-2/+3
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+5
|\ \ | |/ |/|
| * fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+5
* | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-9/+14
|\ \
| * | transport: make transport vtable more privatejt/transport-hide-vtableJonathan Tan2017-12-141-9/+14
| |/
* | Merge branch 'rs/fmt-merge-msg-leakfix'Junio C Hamano2017-12-271-2/+5
|\ \
| * | transport-helper: plug strbuf and string_list leaksrs/fmt-merge-msg-leakfixRené Scharfe2017-12-081-2/+5
| |/
* | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-4/+3
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-3/+2
* | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+2
|/
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-3/+2
|\
| * avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-3/+2
* | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-0/+1
|\ \