aboutsummaryrefslogtreecommitdiff
path: root/include/io/channel.h
AgeCommit message (Expand)Author
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub
2020-10-27io: Fix Lesser GPL version numberChetan Pant
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu
2017-09-06io: Add new qio_channel_read{, v}_all_eof functionsEric Blake
2017-09-05io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange
2017-09-05io: fix typo in docs comment for qio_channel_readDaniel P. Berrange
2017-05-07doc: fix function spellingMarc-André Lureau
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-06-29socket: add listen featureMarc-André Lureau
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-02-23include: Clean up includesPeter Maydell
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange