1. 20f4aa2 io: add ability to set a name for IO channels by Daniel P. Berrange · 8 years ago
  2. bf53520 io: set LISTEN flag explicitly for listen sockets by Daniel P. Berrange · 8 years ago
  3. d8d3c7c io: Introduce a qio_channel_set_feature() helper by Felipe Franciosi · 8 years ago
  4. e413ae0 io: Use qio_channel_has_feature() where applicable by Felipe Franciosi · 8 years ago
  5. 8fbf661 io: Fix double shift usages on QIOChannel features by Felipe Franciosi · 8 years ago
  6. 2c7c4cf trace: move util/buffer.c trace points into correct file by Daniel P. Berrange · 8 years ago
  7. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  8. bc35d51 io: remove mistaken call to object_ref on QTask by Daniel P. Berrange · 9 years ago
  9. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
  10. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 9 years ago
  11. 74b6ce4 socket: unlink unix socket on remove by Marc-André Lureau · 9 years ago
  12. 3fa27a9 socket: add listen feature by Marc-André Lureau · 9 years ago
  13. 892bd32 trace: split out trace events for io/ directory by Daniel P. Berrange · 9 years ago
  14. d656ec5 io: avoid double-free when closing QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  15. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  16. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  17. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  18. a589720 io: implement socket watch for win32 using WSAEventSelect+select by Paolo Bonzini · 9 years ago
  19. 30fd3e2 io: remove checking of EWOULDBLOCK by Daniel P. Berrange · 9 years ago
  20. de7971f io: use qemu_accept to ensure SOCK_CLOEXEC is set by Daniel P. Berrange · 9 years ago
  21. b83b68a io: introduce qio_channel_create_socket_watch by Paolo Bonzini · 9 years ago
  22. e560d14 io: pass HANDLE to g_source_add_poll on Win32 by Paolo Bonzini · 9 years ago
  23. 5151d23 io: fix copy+paste mistake in socket error message by Daniel P. Berrange · 9 years ago
  24. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  25. e8f117f io: convert QIOChannelBuffer to use uint8_t instead of char by Daniel P. Berrange · 9 years ago
  26. c767ae6 io: introduce helper for creating channels from file descriptors by Daniel P. Berrange · 9 years ago
  27. 150dcd1 qemu-char, io: fix ordering of arguments for UDP socket creation by Paolo Bonzini · 9 years ago
  28. cae9fc5 io: Clean up includes by Peter Maydell · 9 years ago
  29. ccf1e2d io: use memset instead of { 0 } for initializing array by Daniel P. Berrange · 9 years ago
  30. e155494 io: some fixes to handling of /dev/null when running commands by Daniel P. Berrange · 9 years ago
  31. 0c0a55b io: increment counter when killing off subcommand by Daniel P. Berrange · 9 years ago
  32. cc75a50 io: fix sign of errno value passed to error report by Daniel P. Berrange · 9 years ago
  33. 7b3c618 io: fix stack allocation when sending of file descriptors by Daniel P. Berrange · 9 years ago
  34. bead599 io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections by Daniel P. Berrange · 9 years ago
  35. d98e4eb io: add QIOChannelBuffer class by Daniel P. Berrange · 9 years ago
  36. 195e14d io: add QIOChannelCommand class by Daniel P. Berrange · 9 years ago
  37. 2d1d0e7 io: add QIOChannelWebsock class by Daniel P. Berrange · 10 years ago
  38. ed8ee42 io: add QIOChannelTLS class by Daniel P. Berrange · 10 years ago
  39. d6e4886 io: add QIOChannelFile class by Daniel P. Berrange · 10 years ago
  40. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  41. b02db2d io: add QIOTask class for async operations by Daniel P. Berrange · 10 years ago
  42. 1c809fa io: add helper module for creating watches on FDs by Daniel P. Berrange · 10 years ago
  43. 666a3af io: add abstract QIOChannel classes by Daniel P. Berrange · 10 years ago