Age | Commit message (Expand) | Author | Files | Lines |
2016-02-04 | io: Clean up includes | Peter Maydell | 9 | -0/+9 |
2016-01-20 | io: use memset instead of { 0 } for initializing array | Daniel P. Berrange | 1 | -1/+5 |
2016-01-20 | io: some fixes to handling of /dev/null when running commands | Daniel P. Berrange | 1 | -6/+16 |
2016-01-19 | io: increment counter when killing off subcommand | Daniel P. Berrange | 1 | -0/+1 |
2016-01-19 | io: fix sign of errno value passed to error report | Daniel P. Berrange | 1 | -1/+1 |
2015-12-23 | io: fix stack allocation when sending of file descriptors | Daniel P. Berrange | 1 | -4/+3 |
2015-12-22 | io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections | Daniel P. Berrange | 1 | -2/+8 |
2015-12-18 | io: add QIOChannelBuffer class | Daniel P. Berrange | 2 | -0/+249 |
2015-12-18 | io: add QIOChannelCommand class | Daniel P. Berrange | 2 | -0/+358 |
2015-12-18 | io: add QIOChannelWebsock class | Daniel P. Berrange | 2 | -0/+963 |
2015-12-18 | io: add QIOChannelTLS class | Daniel P. Berrange | 2 | -0/+394 |
2015-12-18 | io: add QIOChannelFile class | Daniel P. Berrange | 2 | -0/+226 |
2015-12-18 | io: add QIOChannelSocket class | Daniel P. Berrange | 2 | -0/+742 |
2015-12-18 | io: add QIOTask class for async operations | Daniel P. Berrange | 2 | -0/+160 |
2015-12-18 | io: add helper module for creating watches on FDs | Daniel P. Berrange | 2 | -0/+199 |
2015-12-18 | io: add abstract QIOChannel classes | Daniel P. Berrange | 2 | -0/+292 |