Age | Commit message (Expand) | Author | Files | Lines |
2018-03-23 | migration: convert socket server to QIONetListener | Daniel P. Berrange | 1 | -32/+16 |
2018-03-06 | qio: non-default context for async conn | Peter Xu | 1 | -1/+2 |
2018-02-06 | migration: Route errors down through migration_channel_connect | Dr. David Alan Gilbert | 1 | -3/+1 |
2018-01-15 | migration: free addr in the same function that we created it | Juan Quintela | 1 | -2/+2 |
2017-09-22 | migration: Create migration_has_all_channels | Juan Quintela | 1 | -3/+7 |
2017-09-22 | migration: Teach it about G_SOURCE_REMOVE | Juan Quintela | 1 | -1/+1 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-13 | migration: Remove MigrationState from migration_channel_incomming() | Juan Quintela | 1 | -2/+1 |
2017-06-01 | migration: Export socket.c functions in its own file | Juan Quintela | 1 | -0/+1 |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela | 1 | -1/+1 |
2017-05-18 | migration: Split migration/channel.c for channel operations | Juan Quintela | 1 | -0/+1 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 1 | -26/+23 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 1 | -18/+18 |
2017-05-09 | sockets: Prepare inet_parse() for flattened SocketAddress | Markus Armbruster | 1 | -2/+3 |
2017-05-04 | migration: to_dst_file at that point is NULL | Juan Quintela | 1 | -1/+0 |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange | 1 | -5/+6 |
2016-10-27 | migration: set name for all I/O channels created | Daniel P. Berrange | 1 | -0/+5 |
2016-10-13 | migration: Fix seg with missing port | Dr. David Alan Gilbert | 1 | -4/+12 |
2016-08-11 | migration/socket: fix typo in file header | Cao jin | 1 | -1/+3 |
2016-06-16 | migration: rename functions to starting migrations | Daniel P. Berrange | 1 | -3/+3 |
2016-05-26 | migration: add support for encrypting data with TLS | Daniel P. Berrange | 1 | -7/+27 |
2016-05-26 | migration: convert tcp socket protocol to use QIOChannel | Daniel P. Berrange | 1 | -0/+31 |
2016-05-26 | migration: rename unix.c to socket.c | Daniel P. Berrange | 1 | -0/+132 |