1. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  2. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  3. e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
  4. 1ccbc28 qemu-sockets: Fix parsing of the inet option 'to'. by Anthony PERARD · 12 years ago
  5. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  6. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  7. 462016d iohandler: add weak alias in qemu-sockets.c, for qemu-ga by Paolo Bonzini · 12 years ago
  8. d249e1f sockets: use weak aliases instead of qemu-tool.c by Paolo Bonzini · 12 years ago
  9. 101f9cb qemu-sockets: add socket_listen, socket_connect, socket_parse by Paolo Bonzini · 12 years ago
  10. 879e45c qemu-sockets: return InetSocketAddress from inet_parse by Paolo Bonzini · 12 years ago
  11. 5889966 qemu-sockets: add error propagation to Unix socket functions by Paolo Bonzini · 12 years ago
  12. 2f002c4 qemu-sockets: add error propagation to inet_parse by Paolo Bonzini · 12 years ago
  13. 4f085c8 qemu-sockets: add error propagation to inet_dgram_opts by Paolo Bonzini · 12 years ago
  14. 11663b5 qemu-sockets: add error propagation to inet_connect_addr by Paolo Bonzini · 12 years ago
  15. a12fb8a qemu-sockets: include strerror or gai_strerror output in error messages by Paolo Bonzini · 12 years ago
  16. 1fc05ad qemu-sockets: add nonblocking connect for Unix sockets by Paolo Bonzini · 12 years ago
  17. 0c81470 qemu-sockets: unix_listen and unix_connect are portable by Paolo Bonzini · 12 years ago
  18. 7fc4e63 qemu-sockets: add Error ** to all functions by Paolo Bonzini · 12 years ago
  19. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  20. 58455eb qemu-sockets: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
  21. 233aa5c Fix address handling in inet_nonblocking_connect by Orit Wasserman · 12 years ago
  22. 5db5f44 Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect by Orit Wasserman · 12 years ago
  23. 05bc1d8 Refactor inet_connect_opts function by Michael S. Tsirkin · 12 years ago
  24. 39b3845 qemu-sockets: Fix potential memory leak by Stefan Weil · 12 years ago
  25. 540c79f migration: don't rely on any QERR_SOCKET_* by Luiz Capitulino · 12 years ago
  26. 02a08fe net: inet_connect(), inet_connect_opts(): add in_progress argument by Luiz Capitulino · 12 years ago
  27. 8715fc1 socket: clean up redundant assignment by Amos Kong · 12 years ago
  28. e6d91ab place qemu-sockets.c contributions since 2012-01-13 under GPLv2+ by Paolo Bonzini · 12 years ago
  29. 8be7e7e qemu-option: qemu_opts_create(): use error_set() by Luiz Capitulino · 13 years ago
  30. 029409e sockets: use error class to pass listen error by Amos Kong · 13 years ago
  31. a6ba35b sockets: change inet_connect() to support nonblock socket by Amos Kong · 13 years ago
  32. 877691f sockets: Clean up inet_listen_opts()'s convoluted bind() loop by Markus Armbruster · 13 years ago
  33. 136faa3 sockets: Drop sockets_debug debug code by Markus Armbruster · 13 years ago
  34. 9d94747 qemu-sockets: Plug fd leak on unix_connect_opts() error path by Markus Armbruster · 13 years ago
  35. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  36. b82eac9 Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms by Nick Thomas · 14 years ago
  37. e23a22e qemu-sockets: avoid strlen of NULL pointer by Jens Osterkamp · 15 years ago
  38. 0706a4d move socket_init to qemu-sockets.c by Paolo Bonzini · 15 years ago
  39. 2198a62 fix inet_parse typo by Marcelo Tosatti · 15 years ago
  40. c445321 net: inet_strfamily(): Better unknown family report by Luiz Capitulino · 15 years ago
  41. c9c4b34 net: Make inet_strfamily() public by Luiz Capitulino · 15 years ago
  42. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  43. c139090 Add 'static' by Blue Swirl · 15 years ago
  44. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  45. 7e1b35b convert udp chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  46. e5bc776 sockets: add inet_listen_opts by Gerd Hoffmann · 15 years ago
  47. f4c94c7 sockets: add inet_connect_opts by Gerd Hoffmann · 15 years ago
  48. 108af7b sockets: add unix_*_opts for windows. by Gerd Hoffmann · 15 years ago
  49. 62b6adf sockets: add unix_listen_opts by Gerd Hoffmann · 15 years ago
  50. 2af2bf6 sockets: add unix_connect_opts by Gerd Hoffmann · 15 years ago
  51. 39b6efc Fix in file qemu-sockets.c by vibi · 16 years ago
  52. bc575e9 Fix some more warnings by blueswir1 · 16 years ago
  53. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  54. 305b0eb copyright & license for qemu_sockets.c (Gerd Hoffman) by aliguori · 16 years ago
  55. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago