summaryrefslogtreecommitdiffstats
path: root/nbd/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake2016-04-151-2/+21
* nbd: Fix NBD unsupported optionsAlex Bligh2016-04-081-10/+45
* nbd: Improve debug traces on little-endianEric Blake2016-04-081-4/+4
* nbd: Fix poor debug messageEric Blake2016-04-051-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-1/+135
* nbd: use "" as a default export name if none providedDaniel P. Berrange2016-02-161-2/+2
* nbd: always query export list in fixed new style protocolDaniel P. Berrange2016-02-161-3/+192
* nbd: make client request fixed new style if advertisedDaniel P. Berrange2016-02-161-10/+17
* nbd: invert client logic for negotiating protocol versionDaniel P. Berrange2016-02-161-31/+29Star
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-20/+20
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* nbd: Split nbd.cFam Zheng2016-01-151-0/+361