summaryrefslogtreecommitdiff
path: root/nbd/client.c
Commit message (Expand)AuthorAgeFilesLines
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-2/+0
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+5
* nbd: Don't send oversize stringsEric Blake2019-11-181-3/+15
* nbd/client: Add hint when TLS is missingEric Blake2019-09-241-0/+1
* nbd: Tolerate more errors to structured reply requestEric Blake2019-09-051-30/+33
* nbd: Use g_autofree in a few placesEric Blake2019-09-051-15/+7
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-161-5/+11
|\
| * block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-5/+11
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
|/
* nbd/client: Fix error message for server with unusable sizingEric Blake2019-04-081-1/+1
* nbd/client: Reject inaccessible tail of inconsistent serverEric Blake2019-04-011-0/+8
* nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-9/+37
* nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2019-02-251-1/+21
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-041-59/+29
* nbd/client: Work around 3.0 bug for listing meta contextsEric Blake2019-01-211-0/+19
* nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2019-01-211-2/+39
* nbd/client: Add nbd_receive_export_list()Eric Blake2019-01-211-2/+130
* nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake2019-01-211-14/+22
* nbd/client: Pull out oldstyle size determinationEric Blake2019-01-211-17/+32
* nbd/client: Split handshake into two functionsEric Blake2019-01-211-50/+95
* nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake2019-01-211-28/+23
* nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2019-01-211-57/+90
* nbd/client: Split out nbd_send_meta_query()Eric Blake2019-01-211-20/+44
* nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake2019-01-211-28/+25
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-21/+18
* nbd/client: Refactor nbd_receive_list()Eric Blake2019-01-211-33/+58
* nbd/client: Drop pointless buf variableEric Blake2019-01-051-15/+7
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-17/+1
* nbd/client: More consistent error messagesEric Blake2019-01-051-9/+12
* nbd/client: Trace all server option error messagesEric Blake2019-01-041-0/+2
* nbd: Don't take address of fields in packed structsPeter Maydell2018-10-031-22/+22
* nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake2018-07-021-2/+2
* nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZEEric Blake2018-05-041-4/+10
* nbd/client: fix nbd_negotiate_simple_meta_contextVladimir Sementsov-Ogievskiy2018-05-041-2/+2
* nbd: trace meta context negotiationEric Blake2018-04-021-0/+2
* nbd/client: Correctly handle bad server REP_META_CONTEXTEric Blake2018-04-021-7/+21
* nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy2018-03-131-0/+117
* qio: non-default context for TLS handshakePeter Xu2018-03-061-0/+1
* nbd/client: fix error messages in nbd_handle_reply_errVladimir Sementsov-Ogievskiy2018-03-011-12/+12
* nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy2018-01-101-6/+6
* nbd/client: Don't hard-disconnect on ESHUTDOWN from serverEric Blake2017-11-171-6/+0
* nbd/client: Use error_prepend() correctlyEric Blake2017-11-171-24/+26
* nbd/client: Nicer trace of structured replyEric Blake2017-11-091-1/+3
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-301-0/+12
* nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy2017-10-301-22/+82
* nbd/client: refactor nbd_receive_starttlsVladimir Sementsov-Ogievskiy2017-10-301-15/+41
* nbd: Move nbd_errno_to_system_errno() to public headerEric Blake2017-10-301-32/+0
* nbd: Include error names in trace messagesEric Blake2017-10-301-1/+2
* nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy2017-10-121-2/+2
* nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2017-08-301-1/+1