aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2016-05-26io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange
2016-02-23all: Clean up includesPeter Maydell
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange
2016-02-09qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini
2016-02-04io: Clean up includesPeter Maydell
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange
2016-01-19io: fix sign of errno value passed to error reportDaniel P. Berrange
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange