summaryrefslogtreecommitdiffstats
path: root/nbd/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+29Star
* 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/+23Star
* 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/+25Star
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-21/+18Star
* nbd/client: Refactor nbd_receive_list()Eric Blake2019-01-211-33/+58
* nbd/client: Drop pointless buf variableEric Blake2019-01-051-15/+7Star
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-17/+1Star
* nbd/client: More consistent error messagesEric Blake2019-01-051-9/+12
* nbd/client: Trace all server option error messagesEric Blake2019-01-051-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/+0Star
* 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/+0Star
* 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
* nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2017-08-301-3/+9
* nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy2017-08-301-5/+0Star
* nbd/client: fix nbd_opt_goVladimir Sementsov-Ogievskiy2017-08-301-2/+0Star
* nbd: fix memory leak in nbd_opt_go()Philippe Mathieu-Daudé2017-07-281-3/+5
* nbd: Trace client command being sentEric Blake2017-07-181-1/+2
* nbd: Fix iotests failure due to changed client error messageEric Blake2017-07-171-3/+2Star
* nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-141-12/+69
* nbd: Implement NBD_OPT_GO on clientEric Blake2017-07-141-2/+124
* nbd: Expose and debug more NBD constantsEric Blake2017-07-141-18/+34