aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
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é
2020-08-21meson: convert io directory to MesonMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé
2020-04-29io: Fix qio_channel_socket_close() error handlingMarkus Armbruster
2020-02-07io/channel-websock: treat 'binary' and no sub-protocol as the sameYu-Chen Lin
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela
2019-08-21main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-20io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé
2019-02-25io: Remove redundant read/write_coroutine assignmentsKevin Wolf
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé
2019-02-12io: store reference to thread information in the QIOTask structDaniel P. Berrangé
2019-01-24io: ensure UNIX client doesn't unlink server socketDaniel P. Berrangé
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé
2018-11-01websock: fix handshake leakMarc-André Lureau
2018-06-28Delete AF_UNIX socket after closePavel Balaev
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-03-27error: Remove NULL checks on error_propagate() callsLaurent Vivier
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-06qio: non-default context for async connPeter Xu
2018-03-06qio: non-default context for threaded qtaskPeter Xu
2018-03-06qio: store gsources for net listenersPeter Xu
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu
2018-03-06qio: rename qio_task_thread_resultPeter Xu
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-15io/channel-command: Do not kill the child process after closing the pipeThomas Huth
2018-02-15io: Add /dev/fdset/ support to QIOChannelFileRoss Lagerwall
2018-02-15io: Don't call close multiple times in QIOChannelFileRoss Lagerwall
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall
2018-02-15io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov
2018-02-15io: fix QIONetListener memory leakPaolo Bonzini
2018-02-09Clean up includesMarkus Armbruster
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange
2017-10-17Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-10-16io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)Stefan Weil