Age | Commit message (Expand) | Author |
2020-06-10 | io/task: Move 'qom/object.h' header to source | Philippe Mathieu-Daudé |
2019-12-18 | io: Fix Error usage in a comment <example> | Markus Armbruster |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_channel_socket_async() | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_channel_socket_sync() | Juan Quintela |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-02-25 | io: Make qio_channel_yield() interruptible | Kevin Wolf |
2019-02-12 | io: add qio_task_wait_thread to join with a background thread | Daniel P. Berrangé |
2018-11-19 | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu |
2018-03-06 | qio: non-default context for async conn | Peter Xu |
2018-03-06 | qio: non-default context for threaded qtask | Peter Xu |
2018-03-06 | qio: store gsources for net listeners | Peter Xu |
2018-03-06 | qio: introduce qio_channel_add_watch_{full|source} | Peter Xu |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-15 | io: Fix QIOChannelFile when creating and opening read-write | Ross Lagerwall |
2017-12-15 | io: introduce a network socket listener API | Daniel P. Berrange |
2017-10-16 | io: get rid of bounce buffering in websock write path | Daniel P. Berrange |
2017-10-16 | io: simplify websocket ping reply handling | Daniel P. Berrange |
2017-10-04 | io: Reply to ping frames | Brandon Carpenter |
2017-10-04 | io: Add support for fragmented websocket binary frames | Brandon Carpenter |
2017-09-06 | io: Add new qio_channel_read{, v}_all_eof functions | Eric Blake |
2017-09-05 | io: add new qio_channel_{readv, writev, read, write}_all functions | Daniel P. Berrange |
2017-09-05 | io: fix typo in docs comment for qio_channel_read | Daniel P. Berrange |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-10 | channel-file: fix wrong parameter comments | sochin.jiang |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster |
2017-05-07 | doc: fix function spelling | Marc-André Lureau |
2017-02-21 | io: make qio_channel_yield aware of AioContexts | Paolo Bonzini |
2017-02-21 | io: add methods to set I/O handlers on AioContext | Paolo Bonzini |
2017-01-23 | io: introduce a DNS resolver API | Daniel P. Berrange |
2017-01-23 | io: remove Error parameter from QIOTask thread worker | Daniel P. Berrange |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange |
2017-01-23 | io: add ability to associate an error with a task | Daniel P. Berrange |
2017-01-23 | io: add ability to associate an opaque "result" with with a task | Daniel P. Berrange |
2017-01-23 | io: fix typo in docs for QIOTask | Daniel P. Berrange |
2017-01-23 | io: stop incrementing reference in qio_task_get_source | Daniel P. Berrange |
2016-10-27 | io: add ability to set a name for IO channels | Daniel P. Berrange |
2016-10-26 | io: Introduce a qio_channel_set_feature() helper | Felipe Franciosi |
2016-10-26 | io: Fix double shift usages on QIOChannel features | Felipe Franciosi |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-06 | sockets: Use new QAPI cloning | Eric Blake |
2016-06-29 | socket: add listen feature | Marc-André Lureau |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-03-10 | io: implement socket watch for win32 using WSAEventSelect+select | Paolo Bonzini |
2016-03-10 | io: introduce qio_channel_create_socket_watch | Paolo Bonzini |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-15 | io: convert QIOChannelBuffer to use uint8_t instead of char | Daniel P. Berrange |
2016-02-15 | io: introduce helper for creating channels from file descriptors | Daniel P. Berrange |