1. 7959e29 socket: Add num connections to qio_channel_socket_async() by Juan Quintela · 5 years ago
  2. 4e2d8bf socket: Add num connections to qio_channel_socket_sync() by Juan Quintela · 5 years ago
  3. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  4. 6886cea io: Make qio_channel_yield() interruptible by Kevin Wolf · 6 years ago
  5. dbb4450 io: add qio_task_wait_thread to join with a background thread by Daniel P. Berrangé · 6 years ago
  6. a2458b6 io: return 0 for EOF in TLS session read after shutdown by Daniel P. Berrangé · 6 years ago
  7. 1939ccd qio: non-default context for TLS handshake by Peter Xu · 7 years ago
  8. 8005fdd qio: non-default context for async conn by Peter Xu · 7 years ago
  9. a17536c qio: non-default context for threaded qtask by Peter Xu · 7 years ago
  10. 938c8b7 qio: store gsources for net listeners by Peter Xu · 7 years ago
  11. 315409c qio: introduce qio_channel_add_watch_{full|source} by Peter Xu · 7 years ago
  12. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  13. 902f6e1 io: Fix QIOChannelFile when creating and opening read-write by Ross Lagerwall · 7 years ago
  14. 5304739 io: introduce a network socket listener API by Daniel P. Berrange · 9 years ago
  15. 8dfd5f9 io: get rid of bounce buffering in websock write path by Daniel P. Berrange · 7 years ago
  16. 57b0cdf io: simplify websocket ping reply handling by Daniel P. Berrange · 7 years ago
  17. 268a53f io: Reply to ping frames by Brandon Carpenter · 7 years ago
  18. ff1300e io: Add support for fragmented websocket binary frames by Brandon Carpenter · 7 years ago
  19. e8ffaa3 io: Add new qio_channel_read{, v}_all_eof functions by Eric Blake · 7 years ago
  20. d4622e5 io: add new qio_channel_{readv, writev, read, write}_all functions by Daniel P. Berrange · 7 years ago
  21. 50ea44f io: fix typo in docs comment for qio_channel_read by Daniel P. Berrange · 7 years ago
  22. f465706 Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging by Stefan Hajnoczi · 8 years ago
  23. bcd711f channel-file: fix wrong parameter comments by sochin.jiang · 8 years ago
  24. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  25. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  26. 61f7c6a doc: fix function spelling by Marc-André Lureau · 8 years ago
  27. c4c497d io: make qio_channel_yield aware of AioContexts by Paolo Bonzini · 8 years ago
  28. bf88c12 io: add methods to set I/O handlers on AioContext by Paolo Bonzini · 8 years ago
  29. c1b412f io: introduce a DNS resolver API by Daniel P. Berrange · 9 years ago
  30. 59de517 io: remove Error parameter from QIOTask thread worker by Daniel P. Berrange · 9 years ago
  31. 60e705c io: change the QIOTask callback signature by Daniel P. Berrange · 9 years ago
  32. 1a447e4 io: add ability to associate an error with a task by Daniel P. Berrange · 9 years ago
  33. 52dd99e io: add ability to associate an opaque "result" with with a task by Daniel P. Berrange · 9 years ago
  34. e8c8ade io: fix typo in docs for QIOTask by Daniel P. Berrange · 9 years ago
  35. 937470b io: stop incrementing reference in qio_task_get_source by Daniel P. Berrange · 9 years ago
  36. 20f4aa2 io: add ability to set a name for IO channels by Daniel P. Berrange · 8 years ago
  37. d8d3c7c io: Introduce a qio_channel_set_feature() helper by Felipe Franciosi · 8 years ago
  38. 8fbf661 io: Fix double shift usages on QIOChannel features by Felipe Franciosi · 8 years ago
  39. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  40. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 9 years ago
  41. 3fa27a9 socket: add listen feature by Marc-André Lureau · 9 years ago
  42. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  43. a589720 io: implement socket watch for win32 using WSAEventSelect+select by Paolo Bonzini · 9 years ago
  44. b83b68a io: introduce qio_channel_create_socket_watch by Paolo Bonzini · 9 years ago
  45. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  46. e8f117f io: convert QIOChannelBuffer to use uint8_t instead of char by Daniel P. Berrange · 9 years ago
  47. c767ae6 io: introduce helper for creating channels from file descriptors by Daniel P. Berrange · 9 years ago
  48. fe81e93 io: improve docs for QIOChannelSocket async functions by Daniel P. Berrange · 9 years ago
  49. 821791b io: fix description of @errp parameter initialization by Daniel P. Berrange · 9 years ago
  50. d98e4eb io: add QIOChannelBuffer class by Daniel P. Berrange · 9 years ago
  51. 195e14d io: add QIOChannelCommand class by Daniel P. Berrange · 9 years ago
  52. 2d1d0e7 io: add QIOChannelWebsock class by Daniel P. Berrange · 10 years ago
  53. ed8ee42 io: add QIOChannelTLS class by Daniel P. Berrange · 10 years ago
  54. d6e4886 io: add QIOChannelFile class by Daniel P. Berrange · 10 years ago
  55. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  56. b02db2d io: add QIOTask class for async operations by Daniel P. Berrange · 10 years ago
  57. 1c809fa io: add helper module for creating watches on FDs by Daniel P. Berrange · 10 years ago
  58. 666a3af io: add abstract QIOChannel classes by Daniel P. Berrange · 10 years ago