1. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 9 years ago
  2. aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  3. efcb7e4 slirp: Port redirection option behave differently on Linux and Windows by Taimoor Mirza · 12 years ago
  4. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  5. 7bd43ec slirp: Properly initialize pollfds_idx of new sockets by Jan Kiszka · 12 years ago
  6. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  7. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  8. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 14 years ago
  9. b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 15 years ago
  10. ab07b98 slirp: fix structure initialization in tcp_listen() by Juha Riihimäki · 15 years ago
  11. 7071ff3 slirp: remove dead initialization, spotted by clang by Blue Swirl · 15 years ago
  12. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  13. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 15 years ago
  14. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  15. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 16 years ago
  16. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  17. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 16 years ago
  18. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
  19. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  20. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  21. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  22. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  23. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  24. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  25. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  26. 66029f6 Fix warning about variables used uninitialized by blueswir1 · 16 years ago
  27. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  28. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 17 years ago
  29. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  30. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  31. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  32. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  33. ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
  34. b55669b Set SO_REUSEADDR before calling bind(). by pbrook · 19 years ago
  35. 3bc2175 socket send fix by bellard · 20 years ago
  36. 17444c9 fixed invalid received length by bellard · 20 years ago
  37. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  38. 379ff53 win32 compile by bellard · 21 years ago
  39. f0cbd3e initial user mode network support by bellard · 21 years ago