aboutsummaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)AuthorFilesLines
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva1-0/+53
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva1-0/+25
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub1-1/+4
2020-10-27io: Fix Lesser GPL version numberChetan Pant11-11/+11
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-18/+6
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost3-3/+3
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2-2/+2
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-10/+4
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost3-12/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost9-30/+18
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost9-12/+19
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé1-2/+0
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster1-1/+1
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-0/+2
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela1-0/+2
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf1-3/+6
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé1-1/+28
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2-3/+4
2018-03-06qio: non-default context for TLS handshakePeter Xu1-1/+4
2018-03-06qio: non-default context for async connPeter Xu1-3/+12
2018-03-06qio: non-default context for threaded qtaskPeter Xu1-2/+5
2018-03-06qio: store gsources for net listenersPeter Xu1-2/+20
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu1-0/+44
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall1-1/+1
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange1-0/+174
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange1-1/+0
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange1-1/+1
2017-10-04io: Reply to ping framesBrandon Carpenter1-0/+1
2017-10-04io: Add support for fragmented websocket binary framesBrandon Carpenter1-0/+1
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-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2-2/+2
2017-05-10channel-file: fix wrong parameter commentssochin.jiang1-1/+1
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster3-28/+28
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster3-28/+28
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
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange1-0/+228
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange1-11/+8
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-31/+42
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange1-0/+32
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange1-0/+27
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange1-3/+3
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-3/+4
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange1-0/+13