summaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)AuthorFilesLines
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
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 Armbruster10-30/+30
2016-07-06sockets: Use new QAPI cloningEric Blake1-1/+1
2016-06-29socket: add listen featureMarc-André Lureau1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini1-0/+3
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini1-1/+19
2016-02-23include: Clean up includesPeter Maydell2-2/+0
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange1-1/+1
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange1-0/+52
2016-02-15io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange1-2/+9
2016-01-20io: fix description of @errp parameter initializationDaniel P. Berrange4-21/+21
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange1-0/+60
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange1-0/+91
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange1-0/+108
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange1-0/+142
2015-12-18io: add QIOChannelFile classDaniel P. Berrange1-0/+93
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange1-0/+244
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+256