summaryrefslogtreecommitdiff
path: root/migration/tls.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06qio: non-default context for TLS handshakePeter Xu1-0/+2
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert1-2/+1
2017-10-23migration: Improve migration thread error handlingJuan Quintela1-1/+0
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela1-1/+1
2017-06-01migration: Export tls.c functions in its own fileJuan Quintela1-0/+1
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela1-0/+1
2017-05-04migration: to_dst_file at that point is NULLJuan Quintela1-1/+0
2017-03-16migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange1-1/+1
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-9/+10
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange1-0/+2
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-9/+9
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange1-0/+161