summaryrefslogtreecommitdiff
path: root/include/io/channel.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu1-0/+44
2017-09-06io: Add new qio_channel_read{, v}_all_eof functionsEric Blake1-0/+53
2017-09-05io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange1-0/+90
2017-09-05io: fix typo in docs comment for qio_channel_readDaniel P. Berrange1-1/+1
2017-05-07doc: fix function spellingMarc-André Lureau1-1/+1
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini1-3/+44
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini1-0/+25
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange1-0/+13
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi1-0/+10
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi1-3/+3
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-06-29socket: add listen featureMarc-André Lureau1-0/+1
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini1-0/+3
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange1-10/+10
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange1-0/+502