summaryrefslogtreecommitdiff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* io: mark mixed functions that can suspendPaolo Bonzini2023-04-201-39/+39
* io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu2023-04-121-0/+3
* io/channel-tls: plug memory leakage on GSourceMatheus Tavares Bernardino2023-03-141-0/+1
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-5/+5
* win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau2023-03-131-3/+3
* win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau2023-03-131-2/+2
* win32/socket: introduce qemu_socket_select() helperMarc-André Lureau2023-03-132-5/+5
* io: use closesocket()Marc-André Lureau2023-03-131-3/+3
* io/channel-tls: fix handling of bigger read buffersAntoine Damhet2023-02-151-1/+65
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-068-5/+36
* io/channel-watch: Fix socket watch on WindowsBin Meng2022-10-261-4/+0
* io/channel-watch: Drop the unnecessary castBin Meng2022-10-261-3/+3
* io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng2022-10-261-2/+0
* io/command: implement support for win32Marc-André Lureau2022-10-121-21/+59
* io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau2022-10-121-87/+18
* io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé2022-09-221-1/+1
* QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6Leonardo Bras2022-08-051-2/+2
* QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sentLeonardo Bras2022-07-201-1/+7
* io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé2022-06-223-0/+241
* QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras2022-06-221-0/+5
* QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras2022-06-221-5/+9
* QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras2022-05-161-4/+112
* QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras2022-05-167-10/+46
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-3/+3
* io: replace qemu_set{_non}block()Marc-André Lureau2022-05-032-11/+18
* io: make qio_channel_command_new_pid() staticMarc-André Lureau2022-05-031-4/+22
* io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2022-05-031-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-3/+3
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-123-4/+8
* build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau2021-09-301-1/+1
* io: use GDateTime for formatting timestamp for websock headersDaniel P. Berrangé2021-07-141-8/+2
* sockets: Support multipath TCPDr. David Alan Gilbert2021-06-081-0/+4
* io/net-listener: Call the notifier during finalizeDr. David Alan Gilbert2021-06-081-0/+3
* channel-socket: Only set CLOEXEC if we have space for fdsDr. David Alan Gilbert2021-06-081-4/+4
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* io: error_prepend() in qio_channel_readv_full_all() causes segfaultJagannathan Raman2021-02-121-2/+1
* io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva2021-02-101-20/+81
* io: add qio_channel_writev_full_all helperElena Ufimtseva2021-02-101-1/+14
* Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell2021-01-131-2/+4
|\
| * io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub2021-01-131-2/+4
* | meson: Propagate gnutls dependencyRoman Bolshakov2021-01-121-1/+1
|/
* io: Don't use '#' flag of printf formatAlexChen2020-10-291-1/+1
* io: Fix Lesser GPL version numberChetan Pant2020-10-2911-11/+11
* io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-10/+0
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-182-2/+0
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* meson: convert io directory to MesonMarc-André Lureau2020-08-212-12/+25
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1