aboutsummaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)Author
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-06sockets: Use new QAPI cloningEric Blake
2016-06-29socket: add listen featureMarc-André Lureau
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-02-23include: 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-15io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange
2016-01-20io: fix description of @errp parameter initializationDaniel 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