summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* io/channel-watch: Fix socket watch on WindowsBin Meng2022-10-261-4/+0Star
* 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/+0Star
* 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/+18Star
* 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/+0Star
* 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/+2Star
* 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/+1Star
* 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/+0Star
* qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2020-09-182-2/+0Star
* 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
* io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé2020-06-101-0/+1
* io: Fix qio_channel_socket_close() error handlingMarkus Armbruster2020-04-291-2/+3
* io/channel-websock: treat 'binary' and no sub-protocol as the sameYu-Chen Lin2020-02-071-12/+24
* socket: Add num connections to qio_net_listener_open_sync()Juan Quintela2019-09-031-1/+2
* socket: Add num connections to qio_channel_socket_async()Juan Quintela2019-09-032-8/+24
* socket: Add num connections to qio_channel_socket_sync()Juan Quintela2019-09-033-5/+6
* socket: Add backlog parameter to socket_listenJuan Quintela2019-09-031-1/+1
* main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia2019-08-211-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-129-0/+9