Age | Commit message (Expand) | Author |
2023-08-01 | io: remove io watch if TLS channel is closed during handshake | Daniel P. Berrangé |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-19 | nbd/server: Fix drained_poll to wake coroutine in right AioContext | Kevin Wolf |
2023-04-20 | io: mark mixed functions that can suspend | Paolo Bonzini |
2023-04-12 | io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server side | Peter Xu |
2023-03-14 | io/channel-tls: plug memory leakage on GSource | Matheus Tavares Bernardino |
2023-03-13 | win32: replace closesocket() with close() wrapper | Marc-André Lureau |
2023-03-13 | win32: avoid mixing SOCKET and file descriptor space | Marc-André Lureau |
2023-03-13 | win32/socket: introduce qemu_socket_unselect() helper | Marc-André Lureau |
2023-03-13 | win32/socket: introduce qemu_socket_select() helper | Marc-André Lureau |
2023-03-13 | io: use closesocket() | Marc-André Lureau |
2023-02-15 | io/channel-tls: fix handling of bigger read buffers | Antoine Damhet |
2023-02-06 | io: Add support for MSG_PEEK for socket channel | manish.mishra |
2022-10-26 | io/channel-watch: Fix socket watch on Windows | Bin Meng |
2022-10-26 | io/channel-watch: Drop the unnecessary cast | Bin Meng |
2022-10-26 | io/channel-watch: Drop a superfluous '#ifdef WIN32' | Bin Meng |
2022-10-12 | io/command: implement support for win32 | Marc-André Lureau |
2022-10-12 | io/command: use glib GSpawn, instead of open-coding fork/exec | Marc-André Lureau |
2022-09-22 | io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1 | Philippe Mathieu-Daudé |
2022-08-05 | QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6 | Leonardo Bras |
2022-07-20 | QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent | Leonardo Bras |
2022-06-22 | io: add a QIOChannelNull equivalent to /dev/null | Daniel P. Berrangé |
2022-06-22 | QIOChannelSocket: Fix zero-copy send so socket flush works | Leonardo Bras |
2022-06-22 | QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability | Leonardo Bras |
2022-05-16 | QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX | Leonardo Bras |
2022-05-16 | QIOChannel: Add flags on io_writev and introduce io_flush callback | Leonardo Bras |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau |
2022-05-03 | io: replace qemu_set{_non}block() | Marc-André Lureau |
2022-05-03 | io: make qio_channel_command_new_pid() static | Marc-André Lureau |
2022-05-03 | io: replace pipe() with g_unix_open_pipe(CLOEXEC) | Marc-André Lureau |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-22 | Drop qemu_foo() socket API wrapper | Marc-André Lureau |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2021-09-30 | build-sys: add HAVE_IPPROTO_MPTCP | Marc-André Lureau |
2021-07-14 | io: use GDateTime for formatting timestamp for websock headers | Daniel P. Berrangé |
2021-06-08 | sockets: Support multipath TCP | Dr. David Alan Gilbert |
2021-06-08 | io/net-listener: Call the notifier during finalize | Dr. David Alan Gilbert |
2021-06-08 | channel-socket: Only set CLOEXEC if we have space for fds | Dr. David Alan Gilbert |
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 |