1. 653163f build-sys: add HAVE_IPPROTO_MPTCP by Marc-André Lureau · 3 years, 4 months ago
  2. 935a867 qapi: Convert simple union SocketAddressLegacy to flat one by Markus Armbruster · 3 years, 3 months ago
  3. 118d527 qemu-sockets: fix unix socket path copy (again) by Michael Tokarev · 3 years, 4 months ago
  4. 4cfd970 util: fix abstract socket path copy by Marc-André Lureau · 3 years, 5 months ago
  5. c542370 qemu-sockets: introduce socket_address_parse_named_fd() by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  6. 8bd1078 sockets: Support multipath TCP by Dr. David Alan Gilbert · 3 years, 8 months ago
  7. 37179e9 sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog by Stefan Hajnoczi · 3 years, 10 months ago
  8. 8acefc7 sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX by Markus Armbruster · 4 years, 2 months ago
  9. ef298e3 sockets: Bypass "replace empty @path" for abstract unix sockets by Markus Armbruster · 4 years, 2 months ago
  10. 3b14b4e sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets by Markus Armbruster · 4 years, 2 months ago
  11. b08cc97 sockets: Fix default of UnixSocketAddress member @tight by Markus Armbruster · 4 years, 2 months ago
  12. dfc00eb util: include the target address in socket connect failures by Daniel P. Berrangé · 4 years, 3 months ago
  13. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 3 months ago
  14. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
  15. 8cc360b util/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
  16. 776b97d qemu-sockets: add abstract UNIX domain socket support by xiaoqiang zhao · 4 years, 8 months ago
  17. b3ac2b9 Compress lines for immediate return by Simran Singhal · 4 years, 9 months ago
  18. da5e116 util/qemu-sockets: fix keep_alive handling in inet_connect_saddr by Vladimir Sementsov-Ogievskiy · 5 years ago
  19. e5b6353 socket: Add backlog parameter to socket_listen by Juan Quintela · 5 years ago
  20. aec21d3 qapi: Add InetSocketAddress member keep-alive by Vladimir Sementsov-Ogievskiy · 5 years ago
  21. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  22. caf88d7 util: simplify unix_listen() by Marc-André Lureau · 6 years ago
  23. 2d2023c sockets: avoid string truncation warnings when copying UNIX path by Daniel P. Berrangé · 6 years ago
  24. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  25. 1723d6b sockets: allow SocketAddress 'fd' to reference numeric file descriptors by Daniel P. Berrange · 7 years ago
  26. 30bdb3c sockets: check that the named file descriptor is a socket by Daniel P. Berrange · 7 years ago
  27. 58dc31f sockets: move fd_is_socket() into common sockets code by Daniel P. Berrange · 7 years ago
  28. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  29. 3e32370 sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr by Daniel P. Berrange · 7 years ago
  30. 6247351 sockets: remove obsolete code that updated listen address by Daniel P. Berrange · 7 years ago
  31. ff67604 misc: remove duplicated includes by Philippe Mathieu-Daudé · 7 years ago
  32. 2d7ad7c sockets: avoid crash when cleaning up sockets for an invalid FD by Daniel P. Berrange · 7 years ago
  33. 10a7b7e sockets: avoid leak of listen file descriptor by Daniel P. Berrange · 7 years ago
  34. 9cf961b sockets: Handle race condition between binds to the same port by Knut Omang · 7 years ago
  35. 39f8052 sockets: factor out create_fast_reuse_socket by Knut Omang · 7 years ago
  36. 89382c3 sockets: factor out a new try_bind() function by Knut Omang · 7 years ago
  37. b258793 util: remove the obsolete non-blocking connect by Cao jin · 8 years ago
  38. 94bc0d1 sockets: ensure we don't accept IPv4 clients when IPv4 is disabled by Daniel P. Berrange · 8 years ago
  39. 4dc5d81 sockets: don't block IPv4 clients when listening on "::" by Daniel P. Berrange · 8 years ago
  40. 5e059be sockets: ensure we can bind to both ipv4 & ipv6 separately by Daniel P. Berrange · 8 years ago
  41. 3bcf7d7 util/qemu-sockets: Drop unused helper socket_address_to_string() by Mao Zhongyi · 8 years ago
  42. 56382bd sockets: avoid formatting buffer that may not be NUL terminated by Daniel P. Berrange · 8 years ago
  43. ad9579a sockets: improve error reporting if UNIX socket path is too long by Daniel P. Berrange · 8 years ago
  44. fc0f005 sockets: Plug memory leak in socket_address_flatten() by Markus Armbruster · 8 years ago
  45. 0c099fa sockets: Delete unused helper socket_address_crumple() by Markus Armbruster · 8 years ago
  46. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  47. 62cf396 sockets: Rename SocketAddressFlat to SocketAddress by Markus Armbruster · 8 years ago
  48. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  49. 0785bd7 sockets: Prepare inet_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  50. 4db5c61 sockets: Prepare vsock_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  51. 1a9a7f2 socket: Make errp the last parameter of vsock_connect_saddr by Fam Zheng · 8 years ago
  52. 2bdc679 socket: Make errp the last parameter of unix_connect_saddr by Fam Zheng · 8 years ago
  53. 6dffc1f socket: Make errp the last parameter of inet_connect_saddr by Fam Zheng · 8 years ago
  54. 226799c socket: Make errp the last parameter of socket_connect by Fam Zheng · 8 years ago
  55. 216411b sockets: New helper socket_address_crumple() by Markus Armbruster · 8 years ago
  56. a6c7628 io vnc sockets: Clean up SocketAddressKind switches by Markus Armbruster · 8 years ago
  57. ca0b64e nbd sockets vnc: Mark problematic address family tests TODO by Markus Armbruster · 8 years ago
  58. 44fdc76 sockets: Fix socket_address_to_string() hostname truncation by Markus Armbruster · 8 years ago
  59. c1b412f io: introduce a DNS resolver API by Daniel P. Berrange · 8 years ago
  60. 6979a81 sockets: add ability to disable DNS resolution for InetSocketAddress by Daniel P. Berrange · 8 years ago
  61. 6a02c80 sockets: add AF_VSOCK support by Stefan Hajnoczi · 8 years ago
  62. 89cadc9 util/qemu-sockets: Make inet_connect_saddr() public by Ashijeet Acharya · 8 years ago
  63. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  64. 2601505 util: fix some coding style issue by Cao jin · 8 years ago
  65. 9cd1883 util/qemu-sockets: revert Yoda Conditions to normal by Cao jin · 8 years ago
  66. 767db02 util: Drop inet_listen() by Cao jin · 8 years ago
  67. f8ea7a8 util: drop unix_nonblocking_connect() by Cao jin · 8 years ago
  68. 00432b6 util: drop inet_nonblocking_connect() by Cao jin · 8 years ago
  69. 73f40c1 qemu-sockets: use qapi_free_SocketAddress in cleanup by Marc-André Lureau · 8 years ago
  70. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 9 years ago
  71. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  72. 1830f22 qmp-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  73. b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  74. 1ec20c2 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  75. 74b6ce4 socket: unlink unix socket on remove by Marc-André Lureau · 9 years ago
  76. 7e84495 Change net/socket.c to use socket_*() functions by Ashijeet Acharya · 9 years ago
  77. d43eda3 util: fix comment typos by Wei Jiangang · 9 years ago
  78. 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
  79. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  80. 340849a util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED by Daniel P. Berrange · 9 years ago
  81. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  82. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  83. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  84. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  85. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  86. 58c652c qemu-sockets: simplify error handling by Paolo Bonzini · 9 years ago
  87. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  88. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  89. 8b39910 sockets: remove use of QemuOpts from socket_dgram by Daniel P. Berrange · 9 years ago
  90. 2942e42 sockets: remove use of QemuOpts from socket_connect by Daniel P. Berrange · 9 years ago
  91. 1856835 sockets: remove use of QemuOpts from socket_listen by Daniel P. Berrange · 9 years ago
  92. 505c4a1 sockets: remove use of QemuOpts from header file by Daniel P. Berrange · 9 years ago
  93. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  94. a2f31f1 qemu-sockets: do not test path with access() before unlinking by Paolo Bonzini · 9 years ago
  95. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  96. 0983f5e sockets: allow port to be NULL when listening on IP address by Daniel P. Berrange · 9 years ago
  97. 2a8e21c sockets: move qapi_copy_SocketAddress into qemu-sockets.c by Daniel P. Berrange · 9 years ago
  98. 17c55de sockets: add helpers for creating SocketAddress from a socket by Daniel P. Berrange · 10 years ago
  99. b77e7c8 qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts by Paolo Bonzini · 9 years ago
  100. 3de3d69 util/qemu-sockets: improve ai_flag hints for ipv6 hosts by Wolfgang Bumiller · 10 years ago