1. c7950fb slirp: Fix spurious error report when sending directly by Samuel Thibault · 6 years ago
  2. 8ee2022 slirp/debug: Print IP addresses in human readable form by Alexey Kardashevskiy · 6 years ago
  3. 05658ec slirp: disable Nagle in ingoing connections by Samuel Thibault · 6 years ago
  4. 3ad9319 slirp/debug: Print IP addresses in human readable form by Alexey Kardashevskiy · 6 years ago
  5. 1201d30 slirp: fix clearing ifq_so from pending packets by Samuel Thibault · 7 years ago
  6. 75cb298 slirp: Handle error returns from sosendoob() by Peter Maydell · 7 years ago
  7. 0b46606 slirp: Handle error returns from slirp_send() in sosendoob() by Peter Maydell · 7 years ago
  8. 7d82469 slirp: fix leak by Marc-André Lureau · 7 years ago
  9. bd5d235 slirp: tcp_listen(): Don't try to close() an fd we never opened by Peter Maydell · 7 years ago
  10. ea64d5f slirp: Fix access to freed memory by Samuel Thibault · 8 years ago
  11. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 8 years ago
  12. ef763fa slirp: Support link-local DNS addresses by Samuel Thibault · 8 years ago
  13. 1d17654 slirp: Add dns6 resolution by Samuel Thibault · 8 years ago
  14. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 8 years ago
  15. 0d48dfe slirp: fix guest network access with darwin host by Samuel Thibault · 8 years ago
  16. 6625d83 slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets by Steven Luo · 8 years ago
  17. 27d92eb slirp: Propagate host TCP RST to the guest. by Edgar E. Iglesias · 8 years ago
  18. bfb1ac1 slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error by Steven Luo · 8 years ago
  19. 05061d8 slirp: Adding IPv6 address for DNS relay by Guillaume Subiron · 8 years ago
  20. 98c6305 slirp: Factorizing tcpiphdr structure with an union by Guillaume Subiron · 8 years ago
  21. 15d62af slirp: Adding IPv6 UDP support by Guillaume Subiron · 8 years ago
  22. de40abf slirp: Fix ICMP error sending by Yann Bordenave · 8 years ago
  23. 7df7482 slirp: Clean up includes by Peter Maydell · 8 years ago
  24. 8a87f12 slirp: Add sockaddr_equal, make solookup family-agnostic by Guillaume Subiron · 9 years ago
  25. a5fd24a slirp: Factorizing and cleaning solookup() by Guillaume Subiron · 9 years ago
  26. 5379229 slirp: Factorizing address translation by Guillaume Subiron · 9 years ago
  27. eae303f slirp: Make Socket structure IPv6 compatible by Guillaume Subiron · 9 years ago
  28. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 9 years ago
  29. aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  30. efcb7e4 slirp: Port redirection option behave differently on Linux and Windows by Taimoor Mirza · 11 years ago
  31. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 11 years ago
  32. 7bd43ec slirp: Properly initialize pollfds_idx of new sockets by Jan Kiszka · 11 years ago
  33. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 11 years ago
  34. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
  35. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 13 years ago
  36. b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 14 years ago
  37. ab07b98 slirp: fix structure initialization in tcp_listen() by Juha Riihimäki · 14 years ago
  38. 7071ff3 slirp: remove dead initialization, spotted by clang by Blue Swirl · 14 years ago
  39. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  40. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 15 years ago
  41. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 15 years ago
  42. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 15 years ago
  43. 0d62c4c slirp: Drop dead code by Jan Kiszka · 15 years ago
  44. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 15 years ago
  45. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 15 years ago
  46. a13a412 slirp: Rework internal configuration by Jan Kiszka · 15 years ago
  47. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 15 years ago
  48. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 15 years ago
  49. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 15 years ago
  50. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 15 years ago
  51. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  52. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  53. 66029f6 Fix warning about variables used uninitialized by blueswir1 · 16 years ago
  54. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  55. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 16 years ago
  56. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  57. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  58. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  59. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 18 years ago
  60. ec530c8 Solaris port (Ben Taylor) by bellard · 18 years ago
  61. b55669b Set SO_REUSEADDR before calling bind(). by pbrook · 18 years ago
  62. 3bc2175 socket send fix by bellard · 20 years ago
  63. 17444c9 fixed invalid received length by bellard · 20 years ago
  64. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  65. 379ff53 win32 compile by bellard · 20 years ago
  66. f0cbd3e initial user mode network support by bellard · 20 years ago