Age | Commit message (Expand) | Author | Files | Lines |
2016-10-26 | io: Introduce a qio_channel_set_feature() helper | Felipe Franciosi | 1 | -0/+10 |
2016-10-26 | io: Fix double shift usages on QIOChannel features | Felipe Franciosi | 1 | -3/+3 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 10 | -30/+30 |
2016-07-06 | sockets: Use new QAPI cloning | Eric Blake | 1 | -1/+1 |
2016-06-29 | socket: add listen feature | Marc-André Lureau | 1 | -0/+1 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-03-10 | io: implement socket watch for win32 using WSAEventSelect+select | Paolo Bonzini | 1 | -0/+3 |
2016-03-10 | io: introduce qio_channel_create_socket_watch | Paolo Bonzini | 1 | -1/+19 |
2016-02-23 | include: Clean up includes | Peter Maydell | 2 | -2/+0 |
2016-02-15 | io: convert QIOChannelBuffer to use uint8_t instead of char | Daniel P. Berrange | 1 | -1/+1 |
2016-02-15 | io: introduce helper for creating channels from file descriptors | Daniel P. Berrange | 1 | -0/+52 |
2016-02-15 | io: improve docs for QIOChannelSocket async functions | Daniel P. Berrange | 1 | -2/+9 |
2016-01-20 | io: fix description of @errp parameter initialization | Daniel P. Berrange | 4 | -21/+21 |
2015-12-18 | io: add QIOChannelBuffer class | Daniel P. Berrange | 1 | -0/+60 |
2015-12-18 | io: add QIOChannelCommand class | Daniel P. Berrange | 1 | -0/+91 |
2015-12-18 | io: add QIOChannelWebsock class | Daniel P. Berrange | 1 | -0/+108 |
2015-12-18 | io: add QIOChannelTLS class | Daniel P. Berrange | 1 | -0/+142 |
2015-12-18 | io: add QIOChannelFile class | Daniel P. Berrange | 1 | -0/+93 |
2015-12-18 | io: add QIOChannelSocket class | Daniel P. Berrange | 1 | -0/+244 |
2015-12-18 | io: add QIOTask class for async operations | Daniel P. Berrange | 1 | -0/+256 |
2015-12-18 | io: add helper module for creating watches on FDs | Daniel P. Berrange | 1 | -0/+72 |
2015-12-18 | io: add abstract QIOChannel classes | Daniel P. Berrange | 1 | -0/+502 |