summaryrefslogtreecommitdiffstats
path: root/io/channel-socket.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini2016-02-091-1/+1
* io: Clean up includesPeter Maydell2016-02-041-0/+1
* io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange2016-01-201-1/+5
* io: fix sign of errno value passed to error reportDaniel P. Berrange2016-01-191-1/+1
* io: fix stack allocation when sending of file descriptorsDaniel P. Berrange2015-12-231-4/+3Star
* io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange2015-12-221-2/+8
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-181-0/+741