summaryrefslogtreecommitdiffstats
path: root/io/channel-tls.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-231-2/+0Star
* 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