aboutsummaryrefslogtreecommitdiff
path: root/io/channel-tls.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub1-2/+4
2020-10-27io: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé1-0/+5
2018-03-06qio: non-default context for TLS handshakePeter Xu1-11/+34
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini1-0/+12
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-8/+6
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-2/+0
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi1-1/+1
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04io: Clean up includesPeter Maydell1-0/+1
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange1-0/+393