summary refs log tree commit diff stats
path: root/io/channel-tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io: add trace event when cancelling TLS handshakeDaniel P. Berrangé2024-02-091-0/+1
* io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2023-09-071-2/+4
* io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé2023-08-011-6/+12
* io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu2023-04-121-0/+3
* io/channel-tls: plug memory leakage on GSourceMatheus Tavares Bernardino2023-03-141-0/+1
* io/channel-tls: fix handling of bigger read buffersAntoine Damhet2023-02-151-1/+65
* io: Add support for MSG_PEEK for socket channelmanish.mishra2023-02-061-0/+1
* QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras2022-05-161-0/+1
* io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub2021-01-131-2/+4
* io: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2018-11-191-0/+5
* qio: non-default context for TLS handshakePeter Xu2018-03-061-11/+34
* io: add methods to set I/O handlers on AioContextPaolo Bonzini2017-02-211-0/+12
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-8/+6
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-231-2/+0
* io: Introduce a qio_channel_set_feature() helperFelipe Franciosi2016-10-261-1/+1
* io: Use qio_channel_has_feature() where applicableFelipe Franciosi2016-10-261-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* io: Clean up includesPeter Maydell2016-02-041-0/+1
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-181-0/+393