Age | Commit message (Expand) | Author | Files | Lines |
2022-06-22 | io: add a QIOChannelNull equivalent to /dev/null | Daniel P. Berrangé | 1 | -0/+55 |
2022-05-16 | QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX | Leonardo Bras | 1 | -0/+2 |
2022-05-16 | QIOChannel: Add flags on io_writev and introduce io_flush callback | Leonardo Bras | 1 | -1/+37 |
2022-05-03 | io: make qio_channel_command_new_pid() static | Marc-André Lureau | 1 | -25/+0 |
2021-02-10 | io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers | Elena Ufimtseva | 1 | -0/+53 |
2021-02-10 | io: add qio_channel_writev_full_all helper | Elena Ufimtseva | 1 | -0/+25 |
2021-01-13 | io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown | Lukas Straub | 1 | -1/+4 |
2020-10-27 | io: Fix Lesser GPL version number | Chetan Pant | 11 | -11/+11 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 6 | -18/+6 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 3 | -3/+3 |
2020-09-18 | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost | 2 | -2/+2 |
2020-09-09 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2 | -10/+4 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 3 | -12/+6 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 9 | -30/+18 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 9 | -12/+19 |
2020-06-10 | io/task: Move 'qom/object.h' header to source | Philippe Mathieu-Daudé | 1 | -2/+0 |
2019-12-18 | io: Fix Error usage in a comment <example> | Markus Armbruster | 1 | -1/+1 |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela | 1 | -0/+2 |
2019-09-03 | socket: Add num connections to qio_channel_socket_async() | Juan Quintela | 1 | -0/+2 |
2019-09-03 | socket: Add num connections to qio_channel_socket_sync() | Juan Quintela | 1 | -0/+2 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 3 | -3/+0 |
2019-02-25 | io: Make qio_channel_yield() interruptible | Kevin Wolf | 1 | -3/+6 |
2019-02-12 | io: add qio_task_wait_thread to join with a background thread | Daniel P. Berrangé | 1 | -1/+28 |
2018-11-19 | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé | 2 | -3/+4 |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu | 1 | -1/+4 |
2018-03-06 | qio: non-default context for async conn | Peter Xu | 1 | -3/+12 |
2018-03-06 | qio: non-default context for threaded qtask | Peter Xu | 1 | -2/+5 |
2018-03-06 | qio: store gsources for net listeners | Peter Xu | 1 | -2/+20 |
2018-03-06 | qio: introduce qio_channel_add_watch_{full|source} | Peter Xu | 1 | -0/+44 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -0/+1 |
2018-02-15 | io: Fix QIOChannelFile when creating and opening read-write | Ross Lagerwall | 1 | -1/+1 |
2017-12-15 | io: introduce a network socket listener API | Daniel P. Berrange | 1 | -0/+174 |
2017-10-16 | io: get rid of bounce buffering in websock write path | Daniel P. Berrange | 1 | -1/+0 |
2017-10-16 | io: simplify websocket ping reply handling | Daniel P. Berrange | 1 | -1/+1 |
2017-10-04 | io: Reply to ping frames | Brandon Carpenter | 1 | -0/+1 |
2017-10-04 | io: Add support for fragmented websocket binary frames | Brandon Carpenter | 1 | -0/+1 |
2017-09-06 | io: Add new qio_channel_read{, v}_all_eof functions | Eric Blake | 1 | -0/+53 |
2017-09-05 | io: add new qio_channel_{readv, writev, read, write}_all functions | Daniel P. Berrange | 1 | -0/+90 |
2017-09-05 | io: fix typo in docs comment for qio_channel_read | Daniel P. Berrange | 1 | -1/+1 |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi | 2 | -2/+2 |
2017-05-10 | channel-file: fix wrong parameter comments | sochin.jiang | 1 | -1/+1 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 3 | -28/+28 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 3 | -28/+28 |
2017-05-07 | doc: fix function spelling | Marc-André Lureau | 1 | -1/+1 |
2017-02-21 | io: make qio_channel_yield aware of AioContexts | Paolo Bonzini | 1 | -3/+44 |
2017-02-21 | io: add methods to set I/O handlers on AioContext | Paolo Bonzini | 1 | -0/+25 |
2017-01-23 | io: introduce a DNS resolver API | Daniel P. Berrange | 1 | -0/+228 |
2017-01-23 | io: remove Error parameter from QIOTask thread worker | Daniel P. Berrange | 1 | -11/+8 |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange | 1 | -31/+42 |
2017-01-23 | io: add ability to associate an error with a task | Daniel P. Berrange | 1 | -0/+32 |