summaryrefslogtreecommitdiffstats
path: root/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 stagingPeter 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
* 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/+4
* 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/+1
* error: Remove NULL checks on error_propagate() callsLaurent Vivier2018-03-271-3/+1
* sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange2018-03-131-13/+0
* 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