summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport'Junio C Hamano2020-01-221-1/+1
|\
| * transport: don't flush when disconnecting stateless-rpc helperJeff King2020-01-081-1/+1
* | transport: push codepath can take arbitrary repositoryJunio C Hamano2019-10-081-10/+10
* | push: add trace2 instrumentationJosh Steadmon2019-10-031-2/+12
* | Merge branch 'jt/avoid-ls-refs-with-http'Junio C Hamano2019-09-181-12/+6
|\ \
| * | transport: teach all vtables to allow fetch firstJonathan Tan2019-08-221-12/+6
| |/
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-0/+1
|\ \ | |/ |/|
| * list-objects-filter-options: allow mult. --filterMatthew DeVore2019-06-281-0/+1
* | Merge branch 'es/local-atomic-push-failure-with-http'Junio C Hamano2019-07-251-0/+14
|\ \
| * | transport-helper: avoid var decl in for () loop controlJunio C Hamano2019-07-161-1/+2
| * | transport-helper: enforce atomic in push_refs_with_pushEmily Shaffer2019-07-121-0/+13
| |/
* | object-store.h: move for_each_alternate_ref() from transport.hJeff King2019-07-011-97/+0
|/
* Merge branch 'jt/clone-server-option'Junio C Hamano2019-05-091-0/+10
|\
| * transport: die if server options are unsupportedJonathan Tan2019-04-181-0/+10
* | fetch_pack(): drop unused parametersJeff King2019-03-201-6/+4
* | trace2:data: add trace2 hook classificationJeff Hostetler2019-02-221-0/+1
|/
* Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandJunio C Hamano2019-01-141-1/+2
|\
| * pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-1/+2
* | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-4/+5
|\ \
| * | bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-3/+4
| |/
* | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-1/+1
|/
* Merge branch 'nd/submodule-unused-vars'Junio C Hamano2018-11-061-2/+2
|\
| * submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-221-2/+2
* | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-2/+2
|\ \ | |/ |/|
| * transport: use parse_oid_hex instead of a constantbrian m. carlson2018-10-151-3/+4
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-191-8/+30
|\ \
| * | transport.c: introduce core.alternateRefsPrefixesTaylor Blau2018-10-091-0/+5
| * | transport.c: introduce core.alternateRefsCommandTaylor Blau2018-10-091-4/+15
| * | transport.c: extract 'fill_alternate_refs_command'Taylor Blau2018-10-091-6/+12
| * | transport: drop refnames from for_each_alternate_refJeff King2018-10-091-3/+3
* | | Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-191-6/+48
|\ \ \
| * | | transport: list refs before fetch if necessaryJonathan Tan2018-10-071-0/+12
| * | | transport: do not list refs if possibleJonathan Tan2018-10-071-2/+11
| * | | transport: allow skipping of ref listingJonathan Tan2018-10-071-4/+25
| | |/ | |/|
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-3/+6
|\ \ \ | |/ / |/| |
| * | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+6
| |/
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
|/
* Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-28/+6
|\
| * fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-28/+6
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-9/+9
|\ \
| * | transport.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-8/+8
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-4/+4
* | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-0/+1
|\ \ \ | |_|/ |/| |
| * | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+1
| |/
* | fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-0/+1
* | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-6/+28
|/
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-53/+7
|\
| * refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-181-20/+1
| * submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams2018-05-181-1/+1