1. 7d17249 slirp: fix pinging the virtual ipv4 DNS server by Samuel Thibault · 8 years ago
  2. 0d48dfe slirp: fix guest network access with darwin host by Samuel Thibault · 9 years ago
  3. de40abf slirp: Fix ICMP error sending by Yann Bordenave · 9 years ago
  4. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  5. 9b5a30d slirp: Make udp_attach IPv6 compatible by Guillaume Subiron · 9 years ago
  6. 5379229 slirp: Factorizing address translation by Guillaume Subiron · 9 years ago
  7. eae303f slirp: Make Socket structure IPv6 compatible by Guillaume Subiron · 9 years ago
  8. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 9 years ago
  9. a93cf9d Fix comments (adress -> address, layed -> laid, wierd -> weird) by Stefan Weil · 12 years ago
  10. a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
  11. 6612db1 slirp: Prevent sending ICMP error replies to source-only addresses by Jan Kiszka · 13 years ago
  12. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
  13. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 13 years ago
  14. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 13 years ago
  15. 12b513d slirp: Fix restricted mode by Jan Kiszka · 13 years ago
  16. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 15 years ago
  17. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  18. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  19. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  20. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  21. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  22. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  23. 7ca699c Make some variables static by blueswir1 · 16 years ago
  24. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  25. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  26. 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
  27. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  28. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  29. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  30. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  31. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  32. f0cbd3e initial user mode network support by bellard · 21 years ago