aboutsummaryrefslogtreecommitdiff
path: root/io/channel-tls.c
AgeCommit message (Expand)Author
2024-07-24crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé
2024-07-24crypto: push error reporting into TLS session I/O APIsDaniel P. Berrangé
2024-05-29qio: Inherit follow_coroutine_ctx across TLSEric Blake
2024-02-09io: add trace event when cancelling TLS handshakeDaniel P. Berrangé
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé
2023-04-12io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu
2023-03-14io/channel-tls: plug memory leakage on GSourceMatheus Tavares Bernardino
2023-02-15io/channel-tls: fix handling of bigger read buffersAntoine Damhet
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub
2020-10-27io: Fix Lesser GPL version numberChetan Pant
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé
2018-03-06qio: non-default context for TLS handshakePeter Xu
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04io: Clean up includesPeter Maydell
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange