aboutsummaryrefslogtreecommitdiff
path: root/tests/test-io-channel-socket.c
AgeCommit message (Expand)Author
2016-10-27io: Add a QIOChannelSocket cleanup testFelipe Franciosi
2016-06-29socket: unlink unix socket on removeMarc-André Lureau
2016-04-05util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPEDDaniel P. Berrange
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-15io: stronger check for support for IPv4/6Daniel P. Berrange
2016-03-10io: wait for incoming client in socket testDaniel P. Berrange
2016-03-10io: bind to socket before creating QIOChannelSocketDaniel P. Berrange
2016-03-10io: initialize sockets in test programDaniel P. Berrange
2016-03-10io: use bind() to check for IPv4/6 availabilityDaniel P. Berrange
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-02-16Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...Peter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel 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-22io: bind to loopback IP addrs in test suiteDaniel P. Berrange
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange