summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17transport-helper: new method reject_atomic_push()Libravatar Jiang Xin1-15/+23
2020-04-17transport-helper: mark failure for atomic pushLibravatar Jiang Xin1-0/+15
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthLibravatar Junio C Hamano1-2/+3
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-0/+1
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-0/+1
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King1-0/+1
2019-10-23Merge branch 'bc/smart-http-atomic-push'Libravatar Junio C Hamano1-0/+4
2019-10-17remote-curl: pass on atomic capability to remote sideLibravatar brian m. carlson1-0/+4
2019-09-18Merge branch 'jt/avoid-ls-refs-with-http'Libravatar Junio C Hamano1-6/+32
2019-09-18Merge branch 'md/list-objects-filter-combo'Libravatar Junio C Hamano1-7/+3
2019-08-22transport: teach all vtables to allow fetch firstLibravatar Jonathan Tan1-1/+0
2019-08-22transport-helper: skip ls-refs if unnecessaryLibravatar Jonathan Tan1-6/+33
2019-07-29Merge branch 'es/local-atomic-push-failure-with-http' into maintLibravatar Junio C Hamano1-0/+6
2019-07-25Merge branch 'mh/import-transport-fd-fix' into maintLibravatar Junio C Hamano1-1/+1
2019-07-25Merge branch 'es/local-atomic-push-failure-with-http'Libravatar Junio C Hamano1-0/+6
2019-07-12transport-helper: enforce atomic in push_refs_with_pushLibravatar Emily Shaffer1-0/+6
2019-06-28list-objects-filter-options: make filter_spec a string_listLibravatar Matthew DeVore1-7/+3
2019-06-13Merge branch 'mh/import-transport-fd-fix'Libravatar Junio C Hamano1-1/+1
2019-05-16dup() the input fd for fast-import used for remote helpersLibravatar Mike Hommey1-1/+1
2019-02-22trace2:data: add trace2 transport child classificationLibravatar Jeff Hostetler1-0/+2
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Libravatar Junio C Hamano1-4/+9
2019-01-18Merge branch 'rb/hpe'Libravatar Junio C Hamano1-4/+3
2019-01-15filter-options: expand scaled numbersLibravatar Josh Steadmon1-4/+9
2019-01-03transport-helper: drop read/write errno checksLibravatar Jeff King1-3/+2
2019-01-03transport-helper: use xread instead of readLibravatar Randall S. Becker1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-29Merge branch 'nd/n18n-fix'Libravatar Junio C Hamano1-1/+1
2018-11-29transport-helper.c: do not translate a string twiceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-10-07transport: list refs before fetch if necessaryLibravatar Jonathan Tan1-0/+1
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Libravatar Junio C Hamano1-4/+2
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-44/+45
2018-08-02Merge branch 'jt/fetch-nego-tip'Libravatar Junio C Hamano1-0/+3
2018-08-01fetch-pack: unify ref in and out paramLibravatar Jonathan Tan1-4/+2
2018-07-23transport-helper.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-43/+44
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-24/+24
2018-07-03fetch-pack: support negotiation tip whitelistLibravatar Jonathan Tan1-0/+3
2018-06-28fetch-pack: put shallow info in output parameterLibravatar Brandon Williams1-2/+4
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams1-3/+3
2018-05-18transport-helper: convert to use struct refspecLibravatar Brandon Williams1-26/+12
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-1/+1
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+1
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-33/+54
2018-03-15transport-helper: introduce stateless-connectLibravatar Brandon Williams1-0/+11