aboutsummaryrefslogtreecommitdiff
path: root/nbd/client.c
AgeCommit message (Expand)Author
2018-07-02nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake
2018-05-04nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZEEric Blake
2018-05-04nbd/client: fix nbd_negotiate_simple_meta_contextVladimir Sementsov-Ogievskiy
2018-04-02nbd: trace meta context negotiationEric Blake
2018-04-02nbd/client: Correctly handle bad server REP_META_CONTEXTEric Blake
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-01nbd/client: fix error messages in nbd_handle_reply_errVladimir Sementsov-Ogievskiy
2018-01-10nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy
2017-11-17nbd/client: Don't hard-disconnect on ESHUTDOWN from serverEric Blake
2017-11-17nbd/client: Use error_prepend() correctlyEric Blake
2017-11-09nbd/client: Nicer trace of structured replyEric Blake
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy
2017-10-30nbd/client: refactor nbd_receive_starttlsVladimir Sementsov-Ogievskiy
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake
2017-10-30nbd: Include error names in trace messagesEric Blake
2017-10-12nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy
2017-08-30nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy
2017-08-30nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy
2017-08-30nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy
2017-08-30nbd/client: fix nbd_opt_goVladimir Sementsov-Ogievskiy
2017-07-28nbd: fix memory leak in nbd_opt_go()Philippe Mathieu-Daudé
2017-07-17nbd: Trace client command being sentEric Blake
2017-07-17nbd: Fix iotests failure due to changed client error messageEric Blake
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake
2017-07-14nbd: Implement NBD_OPT_GO on clientEric Blake
2017-07-14nbd: Expose and debug more NBD constantsEric Blake
2017-07-14nbd: Create struct for tracking export infoEric Blake
2017-07-10nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy
2017-07-10nbd: refactor tracingVladimir Sementsov-Ogievskiy
2017-07-10nbd/client: refactor TRACE of NBD_MAGICVladimir Sementsov-Ogievskiy
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy
2017-06-06nbd: add errp to read_sync, write_sync and drop_syncVladimir Sementsov-Ogievskiy
2017-06-06nbd: read_sync and friends: return 0 on successVladimir Sementsov-Ogievskiy
2017-03-27nbd-client: fix handling of hungup connectionsPaolo Bonzini
2017-03-14nbd/client: fix drop_sync [CVE-2017-2630]Vladimir Sementsov-Ogievskiy
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini
2016-11-10nbd: Don't inf-loop on early EOFEric Blake
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake
2016-11-02nbd: Refactor conversion to errno to silence checkpatchEric Blake
2016-11-02nbd: Support shorter handshakeEric Blake
2016-11-02nbd: Less allocation during NBD_OPT_LISTEric Blake
2016-11-02nbd: Let client skip portions of server replyEric Blake
2016-11-02nbd: Let server know when client gives up negotiationEric Blake
2016-11-02nbd: Share common option-sending code in clientEric Blake
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake