aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini
2023-04-12io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu
2023-03-14io/channel-tls: plug memory leakage on GSourceMatheus Tavares Bernardino
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau
2023-03-13io: use closesocket()Marc-André Lureau
2023-02-15io/channel-tls: fix handling of bigger read buffersAntoine Damhet
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2022-10-26io/channel-watch: Fix socket watch on WindowsBin Meng
2022-10-26io/channel-watch: Drop the unnecessary castBin Meng
2022-10-26io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng
2022-10-12io/command: implement support for win32Marc-André Lureau
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau
2022-09-22io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé
2022-08-05QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6Leonardo Bras
2022-07-20QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sentLeonardo Bras
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-06-22QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras
2022-06-22QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau
2021-07-14io: use GDateTime for formatting timestamp for websock headersDaniel P. Berrangé
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert
2021-06-08io/net-listener: Call the notifier during finalizeDr. David Alan Gilbert
2021-06-08channel-socket: Only set CLOEXEC if we have space for fdsDr. David Alan Gilbert
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-02-12io: error_prepend() in qio_channel_readv_full_all() causes segfaultJagannathan Raman
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov
2020-10-29io: Don't use '#' flag of printf formatAlexChen
2020-10-29io: Fix Lesser GPL version numberChetan Pant
2020-10-12io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé