summaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)AuthorFilesLines
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini1-0/+3
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini1-1/+19
2016-02-23include: Clean up includesPeter Maydell2-2/+0
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange1-1/+1
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange1-0/+52
2016-02-15io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange1-2/+9
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange4-21/+21
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange1-0/+60
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange1-0/+91
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange1-0/+108
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange1-0/+142
2015-12-18io: add QIOChannelFile classDaniel P. Berrange1-0/+93
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange1-0/+244
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+256
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange1-0/+72
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange1-0/+502