aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2024-03-12io: Introduce qio_channel_file_new_dupfdFabiano Rosas1-0/+12
2024-03-11migration/multifd: Don't fsync when closing QIOChannelFileFabiano Rosas1-5/+0
2024-03-01io: fsync before closing a file channelFabiano Rosas1-0/+5
2024-03-01io: implement io_pwritev/preadv for QIOChannelFileNikolay Borisov1-0/+56
2024-03-01io: Add generic pwritev/preadv interfaceNikolay Borisov1-0/+58
2024-03-01io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel fileNikolay Borisov1-0/+8
2024-02-09io: add trace event when cancelling TLS handshakeDaniel P. Berrangé2-0/+2
2023-11-07io: Stop appending -listen to net listenersFabiano Rosas1-3/+1
2023-11-06io/channel-socket: qio_channel_socket_flush(): improve msg validationVladimir Sementsov-Ogievskiy1-0/+5
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi7-41/+134
2023-09-07io: check there are no qio_channel_yield() coroutines during ->finalize()Stefan Hajnoczi1-0/+4
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé1-6/+12
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi3-8/+4
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-6/+27
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini1-39/+39
2023-04-12io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu1-0/+3
2023-03-14io/channel-tls: plug memory leakage on GSourceMatheus Tavares Bernardino1-0/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-5/+5
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau1-3/+3
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau1-2/+2
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau2-5/+5
2023-03-13io: use closesocket()Marc-André Lureau1-3/+3
2023-02-15io/channel-tls: fix handling of bigger read buffersAntoine Damhet1-1/+65
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra8-5/+36
2022-10-26io/channel-watch: Fix socket watch on WindowsBin Meng1-4/+0
2022-10-26io/channel-watch: Drop the unnecessary castBin Meng1-3/+3
2022-10-26io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng1-2/+0
2022-10-12io/command: implement support for win32Marc-André Lureau1-21/+59
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau1-87/+18
2022-09-22io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé1-1/+1
2022-08-05QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6Leonardo Bras1-2/+2
2022-07-20QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sentLeonardo Bras1-1/+7
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé3-0/+241
2022-06-22QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras1-0/+5
2022-06-22QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras1-5/+9
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras1-4/+112
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras7-10/+46
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-3/+3
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau2-11/+18
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau1-4/+22
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-2/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-3/+3
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi3-4/+8
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau1-1/+1
2021-07-14io: use GDateTime for formatting timestamp for websock headersDaniel P. Berrangé1-8/+2
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert1-0/+4
2021-06-08io/net-listener: Call the notifier during finalizeDr. David Alan Gilbert1-0/+3
2021-06-08channel-socket: Only set CLOEXEC if we have space for fdsDr. David Alan Gilbert1-4/+4