1. 59f183b io: add trace events for websockets frame handling by Daniel P. Berrange · 7 years ago
  2. 530ca60 io: Attempt to send websocket close messages to client by Brandon Carpenter · 7 years ago
  3. 268a53f io: Reply to ping frames by Brandon Carpenter · 7 years ago
  4. 01af17f io: Ignore websocket PING and PONG frames by Brandon Carpenter · 7 years ago
  5. 3a29640 io: Allow empty websocket payload by Brandon Carpenter · 7 years ago
  6. ff1300e io: Add support for fragmented websocket binary frames by Brandon Carpenter · 7 years ago
  7. eefa3d8 io: Small updates in preparation for websocket changes by Brandon Carpenter · 7 years ago
  8. 33badfd io: use case insensitive check for Connection & Upgrade websock headers by Daniel P. Berrange · 7 years ago
  9. 3a3f870 io: include full error message in websocket handshake trace by Daniel P. Berrange · 7 years ago
  10. f69a8bd io: send proper HTTP response for websocket errors by Daniel P. Berrange · 7 years ago
  11. e8ffaa3 io: Add new qio_channel_read{, v}_all_eof functions by Eric Blake · 7 years ago
  12. 9ffb827 io: Yield rather than wait when already in coroutine by Eric Blake · 7 years ago
  13. d4622e5 io: add new qio_channel_{readv, writev, read, write}_all functions by Daniel P. Berrange · 7 years ago
  14. b258793 util: remove the obsolete non-blocking connect by Cao jin · 7 years ago
  15. 8bd9c4e io: fix qio_channel_socket_accept err handling by Peter Xu · 7 years ago
  16. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 7 years ago
  17. 63cb557 Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' into staging by Peter Maydell · 7 years ago
  18. 563a398 io: preserve ipv4/ipv6 flags when resolving InetSocketAddress by Daniel P. Berrange · 7 years ago
  19. e79ea67 websock: Don't try to set *errp directly by Eduardo Habkost · 7 years ago
  20. 8f7168b io: simplify qio_channel_attach_aio_context by Paolo Bonzini · 7 years ago
  21. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 7 years ago
  22. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 7 years ago
  23. 226799c socket: Make errp the last parameter of socket_connect by Fam Zheng · 7 years ago
  24. b8a6872 io: fix FD socket handling in DNS lookup by Daniel P. Berrange · 7 years ago
  25. 0e5d632 io: fix incoming client socket initialization by Wang guang · 7 years ago
  26. a6c7628 io vnc sockets: Clean up SocketAddressKind switches by Markus Armbruster · 7 years ago
  27. 07e95cd io: fully parse & validate HTTP headers for websocket protocol handshake by Daniel P. Berrange · 7 years ago
  28. cd892a2 io: fix decoding when multiple websockets frames arrive at once by Daniel P. Berrange · 7 years ago
  29. c4c497d io: make qio_channel_yield aware of AioContexts by Paolo Bonzini · 7 years ago
  30. bf88c12 io: add methods to set I/O handlers on AioContext by Paolo Bonzini · 7 years ago
  31. 80fb34e io: fix possible double free of task error object by Daniel P. Berrange · 7 years ago
  32. c1b412f io: introduce a DNS resolver API by Daniel P. Berrange · 8 years ago
  33. 59de517 io: remove Error parameter from QIOTask thread worker by Daniel P. Berrange · 8 years ago
  34. 60e705c io: change the QIOTask callback signature by Daniel P. Berrange · 8 years ago
  35. 1a447e4 io: add ability to associate an error with a task by Daniel P. Berrange · 8 years ago
  36. 52dd99e io: add ability to associate an opaque "result" with with a task by Daniel P. Berrange · 8 years ago
  37. 937470b io: stop incrementing reference in qio_task_get_source by Daniel P. Berrange · 8 years ago
  38. 20f4aa2 io: add ability to set a name for IO channels by Daniel P. Berrange · 8 years ago
  39. bf53520 io: set LISTEN flag explicitly for listen sockets by Daniel P. Berrange · 8 years ago
  40. d8d3c7c io: Introduce a qio_channel_set_feature() helper by Felipe Franciosi · 8 years ago
  41. e413ae0 io: Use qio_channel_has_feature() where applicable by Felipe Franciosi · 8 years ago
  42. 8fbf661 io: Fix double shift usages on QIOChannel features by Felipe Franciosi · 8 years ago
  43. 2c7c4cf trace: move util/buffer.c trace points into correct file by Daniel P. Berrange · 8 years ago
  44. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  45. bc35d51 io: remove mistaken call to object_ref on QTask by Daniel P. Berrange · 8 years ago
  46. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 8 years ago
  47. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 8 years ago
  48. 74b6ce4 socket: unlink unix socket on remove by Marc-André Lureau · 8 years ago
  49. 3fa27a9 socket: add listen feature by Marc-André Lureau · 8 years ago
  50. 892bd32 trace: split out trace events for io/ directory by Daniel P. Berrange · 8 years ago
  51. d656ec5 io: avoid double-free when closing QIOChannelBuffer by Daniel P. Berrange · 8 years ago
  52. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 8 years ago
  53. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 8 years ago
  54. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 8 years ago
  55. a589720 io: implement socket watch for win32 using WSAEventSelect+select by Paolo Bonzini · 8 years ago
  56. 30fd3e2 io: remove checking of EWOULDBLOCK by Daniel P. Berrange · 8 years ago
  57. de7971f io: use qemu_accept to ensure SOCK_CLOEXEC is set by Daniel P. Berrange · 8 years ago
  58. b83b68a io: introduce qio_channel_create_socket_watch by Paolo Bonzini · 8 years ago
  59. e560d14 io: pass HANDLE to g_source_add_poll on Win32 by Paolo Bonzini · 8 years ago
  60. 5151d23 io: fix copy+paste mistake in socket error message by Daniel P. Berrange · 8 years ago
  61. 30456d5 all: Clean up includes by Peter Maydell · 8 years ago
  62. e8f117f io: convert QIOChannelBuffer to use uint8_t instead of char by Daniel P. Berrange · 8 years ago
  63. c767ae6 io: introduce helper for creating channels from file descriptors by Daniel P. Berrange · 8 years ago
  64. 150dcd1 qemu-char, io: fix ordering of arguments for UDP socket creation by Paolo Bonzini · 8 years ago
  65. cae9fc5 io: Clean up includes by Peter Maydell · 8 years ago
  66. ccf1e2d io: use memset instead of { 0 } for initializing array by Daniel P. Berrange · 8 years ago
  67. e155494 io: some fixes to handling of /dev/null when running commands by Daniel P. Berrange · 8 years ago
  68. 0c0a55b io: increment counter when killing off subcommand by Daniel P. Berrange · 8 years ago
  69. cc75a50 io: fix sign of errno value passed to error report by Daniel P. Berrange · 8 years ago
  70. 7b3c618 io: fix stack allocation when sending of file descriptors by Daniel P. Berrange · 9 years ago
  71. bead599 io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections by Daniel P. Berrange · 9 years ago
  72. d98e4eb io: add QIOChannelBuffer class by Daniel P. Berrange · 9 years ago
  73. 195e14d io: add QIOChannelCommand class by Daniel P. Berrange · 9 years ago
  74. 2d1d0e7 io: add QIOChannelWebsock class by Daniel P. Berrange · 9 years ago
  75. ed8ee42 io: add QIOChannelTLS class by Daniel P. Berrange · 9 years ago
  76. d6e4886 io: add QIOChannelFile class by Daniel P. Berrange · 9 years ago
  77. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 9 years ago
  78. b02db2d io: add QIOTask class for async operations by Daniel P. Berrange · 9 years ago
  79. 1c809fa io: add helper module for creating watches on FDs by Daniel P. Berrange · 9 years ago
  80. 666a3af io: add abstract QIOChannel classes by Daniel P. Berrange · 9 years ago