summaryrefslogtreecommitdiff
path: root/nbd/client.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-13/+15
2016-06-17nbd/client.c: Correct trace format stringPeter Maydell1-1/+1
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake1-1/+1
2016-06-16nbd: Detect servers that send unexpected error valuesEric Blake1-1/+3
2016-06-16nbd: Clean up ioctl handling of qemu-nbd -cEric Blake1-5/+15
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake1-0/+13
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake1-19/+22
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell1-5/+5
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell1-4/+4
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-04-15nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake1-2/+21
2016-04-08nbd: Fix NBD unsupported optionsAlex Bligh1-10/+45
2016-04-08nbd: Improve debug traces on little-endianEric Blake1-4/+4
2016-04-05nbd: Fix poor debug messageEric Blake1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-1/+135
2016-02-16nbd: use "" as a default export name if none providedDaniel P. Berrange1-2/+2
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange1-3/+192
2016-02-16nbd: make client request fixed new style if advertisedDaniel P. Berrange1-10/+17
2016-02-16nbd: invert client logic for negotiating protocol versionDaniel P. Berrange1-31/+29
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-20/+20
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-01-15nbd: Split nbd.cFam Zheng1-0/+361