aboutsummaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)Author
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
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange
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-07-06sockets: Use new QAPI cloningEric Blake
2016-06-29socket: add listen featureMarc-André Lureau
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-02-23include: Clean up includesPeter Maydell
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange
2016-02-15io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange