aboutsummaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)Author
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
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-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo 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
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-06qio: non-default context for async connPeter Xu
2018-03-06qio: non-default context for threaded qtaskPeter Xu
2018-03-06qio: store gsources for net listenersPeter Xu
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange
2017-10-04io: Reply to ping framesBrandon Carpenter
2017-10-04io: Add support for fragmented websocket binary framesBrandon Carpenter
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-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-10channel-file: fix wrong parameter commentssochin.jiang
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
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
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange