1. 01f7cec slirp: udp: fix NULL pointer dereference because of uninitialized socket by Petr Matousek · 10 years ago
  2. aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  3. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  4. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  5. a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
  6. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  7. 5a82362 slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host by Jan Kiszka · 14 years ago
  8. 12b513d slirp: Fix restricted mode 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 · 14 years ago
  10. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  11. 97df1ee slirp: Remove UDP protocol emulation (talk, cuseeme) by Ed Swierk · 15 years ago
  12. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  13. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  14. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  15. 6dd5ffb slirp: Explicitely mark host-forwarding sockets by Jan Kiszka · 16 years ago
  16. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 16 years ago
  17. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
  18. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  19. 753a5f1 slirp: Drop redundant lines from udp_input by Jan Kiszka · 16 years ago
  20. aeed97c Use ANSI prototypes to please sparse by blueswir1 · 16 years ago
  21. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  22. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  23. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  24. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  25. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 17 years ago
  26. f3ae070 Treat DNS a special case among special addresses in slirp (Jason Wessel). by balrog · 17 years ago
  27. 4a0d827 Fix slirp udp source address contamination (Jason Wessel) by balrog · 17 years ago
  28. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  29. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED 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. 54fd9cd Slirp UDP fix, by Jason Wessel. by ths · 18 years ago
  33. c904d61 UDP broadcast translation error (Mark Jonckheere) by bellard · 19 years ago
  34. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  35. 51a36cb win32 compile fix by bellard · 20 years ago
  36. 101c593 64 bit fixes (initial patch by Gwenole Beauchesne) by bellard · 20 years ago
  37. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  38. c7f7464 TFTP support (Magnus Damm) by bellard · 20 years ago
  39. 379ff53 win32 compile by bellard · 21 years ago
  40. f0cbd3e initial user mode network support by bellard · 21 years ago