1. 893dcdb slirp, disas: Replace min/max with MIN/MAX macros by Yuval Shaia · 8 years ago
  2. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  3. 3feea44 slirp: Handle IPv6 in TCP functions by Guillaume Subiron · 9 years ago
  4. 1252cf4 slirp: Reindent after refactoring by Guillaume Subiron · 9 years ago
  5. 9dfbf25 slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff by Guillaume Subiron · 9 years ago
  6. 98c6305 slirp: Factorizing tcpiphdr structure with an union by Guillaume Subiron · 9 years ago
  7. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  8. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 10 years ago
  9. 917cfc1 slirp: Avoid redefining MAX_TCPOPTLEN by Andreas Färber · 13 years ago
  10. 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
  11. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  12. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  13. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  14. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 16 years ago
  15. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  16. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  17. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  18. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  19. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  20. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  21. 379ff53 win32 compile by bellard · 21 years ago
  22. f0cbd3e initial user mode network support by bellard · 21 years ago