1. fdceb4a io: Fix qio_channel_socket_close() error handling by Markus Armbruster · 4 years, 11 months ago
  2. 7959e29 socket: Add num connections to qio_channel_socket_async() by Juan Quintela · 6 years ago
  3. 4e2d8bf socket: Add num connections to qio_channel_socket_sync() by Juan Quintela · 6 years ago
  4. e5b6353 socket: Add backlog parameter to socket_listen by Juan Quintela · 6 years ago
  5. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  6. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  7. 73564c4 io: ensure UNIX client doesn't unlink server socket by Daniel P. Berrangé · 6 years ago
  8. d66f78e Delete AF_UNIX socket after close by Pavel Balaev · 7 years ago
  9. 8005fdd qio: non-default context for async conn by Peter Xu · 7 years ago
  10. a17536c qio: non-default context for threaded qtask by Peter Xu · 7 years ago
  11. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  12. b258793 util: remove the obsolete non-blocking connect by Cao jin · 8 years ago
  13. 8bd9c4e io: fix qio_channel_socket_accept err handling by Peter Xu · 8 years ago
  14. 226799c socket: Make errp the last parameter of socket_connect by Fam Zheng · 8 years ago
  15. 0e5d632 io: fix incoming client socket initialization by Wang guang · 8 years ago
  16. bf88c12 io: add methods to set I/O handlers on AioContext by Paolo Bonzini · 8 years ago
  17. 59de517 io: remove Error parameter from QIOTask thread worker by Daniel P. Berrange · 9 years ago
  18. 937470b io: stop incrementing reference in qio_task_get_source by Daniel P. Berrange · 9 years ago
  19. bf53520 io: set LISTEN flag explicitly for listen sockets by Daniel P. Berrange · 8 years ago
  20. d8d3c7c io: Introduce a qio_channel_set_feature() helper by Felipe Franciosi · 8 years ago
  21. e413ae0 io: Use qio_channel_has_feature() where applicable by Felipe Franciosi · 8 years ago
  22. 8fbf661 io: Fix double shift usages on QIOChannel features by Felipe Franciosi · 8 years ago
  23. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 9 years ago
  24. 74b6ce4 socket: unlink unix socket on remove by Marc-André Lureau · 9 years ago
  25. 3fa27a9 socket: add listen feature by Marc-André Lureau · 9 years ago
  26. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  27. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  28. a589720 io: implement socket watch for win32 using WSAEventSelect+select by Paolo Bonzini · 9 years ago
  29. 30fd3e2 io: remove checking of EWOULDBLOCK by Daniel P. Berrange · 9 years ago
  30. de7971f io: use qemu_accept to ensure SOCK_CLOEXEC is set by Daniel P. Berrange · 9 years ago
  31. b83b68a io: introduce qio_channel_create_socket_watch by Paolo Bonzini · 9 years ago
  32. 5151d23 io: fix copy+paste mistake in socket error message by Daniel P. Berrange · 9 years ago
  33. 150dcd1 qemu-char, io: fix ordering of arguments for UDP socket creation by Paolo Bonzini · 9 years ago
  34. cae9fc5 io: Clean up includes by Peter Maydell · 9 years ago
  35. ccf1e2d io: use memset instead of { 0 } for initializing array by Daniel P. Berrange · 9 years ago
  36. cc75a50 io: fix sign of errno value passed to error report by Daniel P. Berrange · 9 years ago
  37. 7b3c618 io: fix stack allocation when sending of file descriptors by Daniel P. Berrange · 9 years ago
  38. bead599 io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections by Daniel P. Berrange · 9 years ago
  39. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago