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