summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-6/+6
* io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé2019-03-201-1/+7
* io: Remove redundant read/write_coroutine assignmentsKevin Wolf2019-02-251-6/+6
* io: Make qio_channel_yield() interruptibleKevin Wolf2019-02-251-0/+10
* io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé2019-02-122-4/+39
* io: store reference to thread information in the QIOTask structDaniel P. Berrangé2019-02-121-30/+34
* io: ensure UNIX client doesn't unlink server socketDaniel P. Berrangé2019-01-241-15/+4Star
* io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2018-11-191-0/+5
* websock: fix handshake leakMarc-André Lureau2018-11-011-0/+1
* Delete AF_UNIX socket after closePavel Balaev2018-06-281-1/+17
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-5/+1Star
* error: Remove NULL checks on error_propagate() callsLaurent Vivier2018-03-271-3/+1Star
* sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange2018-03-131-13/+0Star
* qio: non-default context for TLS handshakePeter Xu2018-03-061-11/+34
* qio: non-default context for async connPeter Xu2018-03-061-6/+9
* qio: non-default context for threaded qtaskPeter Xu2018-03-063-6/+26
* qio: store gsources for net listenersPeter Xu2018-03-061-22/+36
* qio: introduce qio_channel_add_watch_{full|source}Peter Xu2018-03-061-6/+34
* qio: rename qio_task_thread_resultPeter Xu2018-03-061-2/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-0/+2
* io/channel-command: Do not kill the child process after closing the pipeThomas Huth2018-02-151-1/+11
* io: Add /dev/fdset/ support to QIOChannelFileRoss Lagerwall2018-02-151-3/+3
* io: Don't call close multiple times in QIOChannelFileRoss Lagerwall2018-02-151-0/+1
* io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall2018-02-151-5/+1Star
* io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov2018-02-151-2/+5
* io: fix QIONetListener memory leakPaolo Bonzini2018-02-151-0/+1
* Clean up includesMarkus Armbruster2018-02-091-3/+0Star
* io: introduce a network socket listener APIDaniel P. Berrange2017-12-152-0/+308
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-10-171-3/+4
|\
| * io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)Stefan Weil2017-10-161-3/+4