aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange
2016-01-19io: fix sign of errno value passed to error reportDaniel P. Berrange
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange