aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-02-12io: error_prepend() in qio_channel_readv_full_all() causes segfaultJagannathan Raman1-2/+1
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva1-20/+81
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva1-1/+14
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell1-2/+4
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub1-2/+4
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov1-1/+1
2020-10-29io: Don't use '#' flag of printf formatAlexChen1-1/+1
2020-10-29io: Fix Lesser GPL version numberChetan Pant11-11/+11
2020-10-12io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-10/+0
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2-2/+0
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-08-21meson: convert io directory to MesonMarc-André Lureau2-12/+25
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé1-0/+1
2020-04-29io: Fix qio_channel_socket_close() error handlingMarkus Armbruster1-2/+3
2020-02-07io/channel-websock: treat 'binary' and no sub-protocol as the sameYu-Chen Lin1-12/+24
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-1/+2
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela2-8/+24
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela3-5/+6
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela1-1/+1
2019-08-21main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster9-0/+9
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-6/+6
2019-03-20io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé1-1/+7
2019-02-25io: Remove redundant read/write_coroutine assignmentsKevin Wolf1-6/+6
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf1-0/+10
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé2-4/+39
2019-02-12io: store reference to thread information in the QIOTask structDaniel P. Berrangé1-30/+34
2019-01-24io: ensure UNIX client doesn't unlink server socketDaniel P. Berrangé1-15/+4
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé1-0/+5
2018-11-01websock: fix handshake leakMarc-André Lureau1-0/+1
2018-06-28Delete AF_UNIX socket after closePavel Balaev1-1/+17
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-5/+1
2018-03-27error: Remove NULL checks on error_propagate() callsLaurent Vivier1-3/+1
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange1-13/+0