summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano
2019-10-17remote-curl: pass on atomic capability to remote sidebrian m. carlson
2019-09-18Merge branch 'jt/avoid-ls-refs-with-http'Junio C Hamano
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-08-22transport: teach all vtables to allow fetch firstJonathan Tan
2019-08-22transport-helper: skip ls-refs if unnecessaryJonathan Tan
2019-07-29Merge branch 'es/local-atomic-push-failure-with-http' into maintJunio C Hamano
2019-07-25Merge branch 'mh/import-transport-fd-fix' into maintJunio C Hamano
2019-07-25Merge branch 'es/local-atomic-push-failure-with-http'Junio C Hamano
2019-07-12transport-helper: enforce atomic in push_refs_with_pushEmily Shaffer
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-13Merge branch 'mh/import-transport-fd-fix'Junio C Hamano
2019-05-16dup() the input fd for fast-import used for remote helpersMike Hommey
2019-02-22trace2:data: add trace2 transport child classificationJeff Hostetler
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano
2019-01-18Merge branch 'rb/hpe'Junio C Hamano
2019-01-15filter-options: expand scaled numbersJosh Steadmon
2019-01-03transport-helper: drop read/write errno checksJeff King
2019-01-03transport-helper: use xread instead of readRandall S. Becker
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-29Merge branch 'nd/n18n-fix'Junio C Hamano
2018-11-29transport-helper.c: do not translate a string twiceNguyễn Thái Ngọc Duy
2018-10-07transport: list refs before fetch if necessaryJonathan Tan
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan
2018-07-23transport-helper.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams
2018-05-17remote: convert apply_refspecs to take a struct refspecBrandon Williams
2018-05-17transport-helper: convert to use struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-03-15transport-helper: introduce stateless-connectBrandon Williams
2018-03-15transport-helper: refactor process_connect_serviceBrandon Williams
2018-03-15transport-helper: remove name parameterBrandon Williams