aboutsummaryrefslogtreecommitdiff
path: root/io/channel-socket.c
AgeCommit message (Expand)Author
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel 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 QIOChannelSocket classDaniel P. Berrange