1. 0c099fa sockets: Delete unused helper socket_address_crumple() by Markus Armbruster · 8 years ago
  2. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  3. 62cf396 sockets: Rename SocketAddressFlat to SocketAddress by Markus Armbruster · 8 years ago
  4. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  5. 0785bd7 sockets: Prepare inet_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  6. 4db5c61 sockets: Prepare vsock_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  7. 1a9a7f2 socket: Make errp the last parameter of vsock_connect_saddr by Fam Zheng · 8 years ago
  8. 2bdc679 socket: Make errp the last parameter of unix_connect_saddr by Fam Zheng · 8 years ago
  9. 6dffc1f socket: Make errp the last parameter of inet_connect_saddr by Fam Zheng · 8 years ago
  10. 226799c socket: Make errp the last parameter of socket_connect by Fam Zheng · 8 years ago
  11. 216411b sockets: New helper socket_address_crumple() by Markus Armbruster · 8 years ago
  12. a6c7628 io vnc sockets: Clean up SocketAddressKind switches by Markus Armbruster · 8 years ago
  13. ca0b64e nbd sockets vnc: Mark problematic address family tests TODO by Markus Armbruster · 8 years ago
  14. 44fdc76 sockets: Fix socket_address_to_string() hostname truncation by Markus Armbruster · 8 years ago
  15. c1b412f io: introduce a DNS resolver API by Daniel P. Berrange · 8 years ago
  16. 6979a81 sockets: add ability to disable DNS resolution for InetSocketAddress by Daniel P. Berrange · 8 years ago
  17. 6a02c80 sockets: add AF_VSOCK support by Stefan Hajnoczi · 8 years ago
  18. 89cadc9 util/qemu-sockets: Make inet_connect_saddr() public by Ashijeet Acharya · 8 years ago
  19. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  20. 2601505 util: fix some coding style issue by Cao jin · 8 years ago
  21. 9cd1883 util/qemu-sockets: revert Yoda Conditions to normal by Cao jin · 8 years ago
  22. 767db02 util: Drop inet_listen() by Cao jin · 8 years ago
  23. f8ea7a8 util: drop unix_nonblocking_connect() by Cao jin · 8 years ago
  24. 00432b6 util: drop inet_nonblocking_connect() by Cao jin · 8 years ago
  25. 73f40c1 qemu-sockets: use qapi_free_SocketAddress in cleanup by Marc-André Lureau · 8 years ago
  26. 37f9e0a sockets: Use new QAPI cloning by Eric Blake · 9 years ago
  27. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  28. 1830f22 qmp-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  29. b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  30. 1ec20c2 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  31. 74b6ce4 socket: unlink unix socket on remove by Marc-André Lureau · 9 years ago
  32. 7e84495 Change net/socket.c to use socket_*() functions by Ashijeet Acharya · 9 years ago
  33. d43eda3 util: fix comment typos by Wei Jiangang · 9 years ago
  34. 240f64b qapi: Use strict QMP input visitor in more places by Eric Blake · 9 years ago
  35. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  36. 340849a util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED by Daniel P. Berrange · 9 years ago
  37. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  38. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  39. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  40. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  41. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  42. 58c652c qemu-sockets: simplify error handling by Paolo Bonzini · 9 years ago
  43. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  44. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  45. 8b39910 sockets: remove use of QemuOpts from socket_dgram by Daniel P. Berrange · 9 years ago
  46. 2942e42 sockets: remove use of QemuOpts from socket_connect by Daniel P. Berrange · 9 years ago
  47. 1856835 sockets: remove use of QemuOpts from socket_listen by Daniel P. Berrange · 9 years ago
  48. 505c4a1 sockets: remove use of QemuOpts from header file by Daniel P. Berrange · 9 years ago
  49. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  50. a2f31f1 qemu-sockets: do not test path with access() before unlinking by Paolo Bonzini · 9 years ago
  51. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  52. 0983f5e sockets: allow port to be NULL when listening on IP address by Daniel P. Berrange · 9 years ago
  53. 2a8e21c sockets: move qapi_copy_SocketAddress into qemu-sockets.c by Daniel P. Berrange · 9 years ago
  54. 17c55de sockets: add helpers for creating SocketAddress from a socket by Daniel P. Berrange · 10 years ago
  55. b77e7c8 qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts by Paolo Bonzini · 9 years ago
  56. 3de3d69 util/qemu-sockets: improve ai_flag hints for ipv6 hosts by Wolfgang Bumiller · 10 years ago
  57. 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
  58. b8981dc util: socket: Add missing localaddr and localport option for DGRAM socket by Peter Krempa · 10 years ago
  59. 0ef705a qemu-sockets: Report explicit error if unlink fails by Cole Robinson · 10 years ago
  60. 62b3de6 qemu-sockets: Simplify setting numeric and boolean options by Markus Armbruster · 10 years ago
  61. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  62. cccb796 QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use by Markus Armbruster · 10 years ago
  63. 55a1099 qemu-sockets: Fix buffer overflow in inet_parse() by Kevin Wolf · 10 years ago
  64. b658c53 qemu-sockets: improve error reporting in unix_listen_opts by Paolo Bonzini · 10 years ago
  65. 5179502 qemu-sockets: Add error to non-blocking connect handler by Corey Minyard · 10 years ago
  66. 235256a qemu-socket: Eliminate silly QERR_ macros by Markus Armbruster · 10 years ago
  67. 8287fea util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() by Peter Maydell · 10 years ago
  68. 8108fd3 don't use 'Yoda conditions' by Gonglei · 10 years ago
  69. 7cfadb6 qapi event: convert SPICE events by Wenchao Xia · 11 years ago
  70. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  71. 8bc8912 inet_listen_opts: add error checking by Gerd Hoffmann · 11 years ago
  72. f9b5426 util/qemu-sockets.c: Avoid unused variable warnings by Peter Maydell · 11 years ago
  73. 3f9286b qemu-socket: Clean up inet_connect_opts() by Markus Armbruster · 11 years ago
  74. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  75. 04fd1c7 util: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  76. 7a5b6af qemu-socket: don't leak opts on error by Gerd Hoffmann · 12 years ago
  77. d1ec72a qemu-socket: catch monitor_get_fd failures by Gerd Hoffmann · 12 years ago
  78. c1204af qemu-socket: drop pointless allocation by Gerd Hoffmann · 12 years ago
  79. afde3f8 qemu-socket: zero-initialize SocketAddress by Gerd Hoffmann · 12 years ago
  80. 391b7b9 qemu-socket: allow hostnames starting with a digit by Ján Tomko · 12 years ago
  81. d3bf825 util: move socket_init() to osdep.c by Marc-André Lureau · 12 years ago
  82. 1a751eb qemu-socket: set passed fd non-blocking in socket_connect() by Stefan Hajnoczi · 12 years ago
  83. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  84. 3f08ffb Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  85. f17c90b nbd: Keep hostname and port separate by Kevin Wolf · 12 years ago
  86. e62be88 qemu-socket: Make socket_optslist public by Kevin Wolf · 12 years ago
  87. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  88. 3ecc059 chardev: add udp support to qapi by Gerd Hoffmann · 12 years ago
  89. baca6f1 char-socket: fix error reporting by Anthony Liguori · 12 years ago
  90. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  91. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from qemu-sockets.c]
  92. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  93. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  94. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  95. 1ccbc28 qemu-sockets: Fix parsing of the inet option 'to'. by Anthony PERARD · 12 years ago
  96. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  97. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  98. 462016d iohandler: add weak alias in qemu-sockets.c, for qemu-ga by Paolo Bonzini · 12 years ago
  99. d249e1f sockets: use weak aliases instead of qemu-tool.c by Paolo Bonzini · 12 years ago
  100. 101f9cb qemu-sockets: add socket_listen, socket_connect, socket_parse by Paolo Bonzini · 12 years ago