summaryrefslogtreecommitdiffstats
path: root/include/io
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2016-03-101-0/+3
* io: introduce qio_channel_create_socket_watchPaolo Bonzini2016-03-101-1/+19
* include: Clean up includesPeter Maydell2016-02-232-2/+0Star
* io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2016-02-151-1/+1
* io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2016-02-151-0/+52
* io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange2016-02-151-2/+9
* io: fix description of @errp parameter initializationDaniel P. Berrange2016-01-204-21/+21
* io: add QIOChannelBuffer classDaniel P. Berrange2015-12-181-0/+60
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-181-0/+91
* io: add QIOChannelWebsock classDaniel P. Berrange2015-12-181-0/+108
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-181-0/+142
* io: add QIOChannelFile classDaniel P. Berrange2015-12-181-0/+93
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-181-0/+244
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-181-0/+256
* io: add helper module for creating watches on FDsDaniel P. Berrange2015-12-181-0/+72
* io: add abstract QIOChannel classesDaniel P. Berrange2015-12-181-0/+502