Age | Commit message (Expand) | Author |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-02-12 | io: error_prepend() in qio_channel_readv_full_all() causes segfault | Jagannathan Raman |
2021-02-10 | io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers | Elena Ufimtseva |
2021-02-10 | io: add qio_channel_writev_full_all helper | Elena Ufimtseva |
2021-01-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ... | Peter Maydell |
2021-01-13 | io/channel-tls.c: make qio_channel_tls_shutdown thread-safe | Lukas Straub |
2021-01-12 | meson: Propagate gnutls dependency | Roman Bolshakov |
2020-10-29 | io: Don't use '#' flag of printf format | AlexChen |
2020-10-29 | io: Fix Lesser GPL version number | Chetan Pant |
2020-10-12 | io: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé |
2020-09-18 | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-08-21 | meson: convert io directory to Meson | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-06-10 | io/task: Move 'qom/object.h' header to source | Philippe Mathieu-Daudé |
2020-04-29 | io: Fix qio_channel_socket_close() error handling | Markus Armbruster |
2020-02-07 | io/channel-websock: treat 'binary' and no sub-protocol as the same | Yu-Chen Lin |
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-09-03 | socket: Add backlog parameter to socket_listen | Juan Quintela |
2019-08-21 | main-loop: Fix GSource leak in qio_task_thread_worker() | Alberto Garcia |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-20 | io: fix handling of EOF / error conditions in websock GSource | Daniel P. Berrangé |
2019-02-25 | io: Remove redundant read/write_coroutine assignments | Kevin Wolf |
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é |
2019-02-12 | io: store reference to thread information in the QIOTask struct | Daniel P. Berrangé |
2019-01-24 | io: ensure UNIX client doesn't unlink server socket | Daniel P. Berrangé |
2018-11-19 | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé |
2018-11-01 | websock: fix handshake leak | Marc-André Lureau |
2018-06-28 | Delete AF_UNIX socket after close | Pavel Balaev |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier |
2018-03-27 | error: Remove NULL checks on error_propagate() calls | Laurent Vivier |
2018-03-13 | sockets: move fd_is_socket() into common sockets code | Daniel P. Berrange |
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-06 | qio: rename qio_task_thread_result | Peter Xu |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-15 | io/channel-command: Do not kill the child process after closing the pipe | Thomas Huth |
2018-02-15 | io: Add /dev/fdset/ support to QIOChannelFile | Ross Lagerwall |
2018-02-15 | io: Don't call close multiple times in QIOChannelFile | Ross Lagerwall |
2018-02-15 | io: Fix QIOChannelFile when creating and opening read-write | Ross Lagerwall |
2018-02-15 | io/channel-websock: handle continuous reads without any data | Edgar Kaziakhmedov |
2018-02-15 | io: fix QIONetListener memory leak | Paolo Bonzini |