1. c7990a2 slirp: Fix wrong mss bug. by Tao Wu · 8 years ago
  2. 893dcdb slirp, disas: Replace min/max with MIN/MAX macros by Yuval Shaia · 8 years ago
  3. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  4. 3424c8a wxx: Fix broken TCP networking (regression) by Stefan Weil · 9 years ago
  5. 6625d83 slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets by Steven Luo · 9 years ago
  6. 3feea44 slirp: Handle IPv6 in TCP functions by Guillaume Subiron · 9 years ago
  7. 1252cf4 slirp: Reindent after refactoring by Guillaume Subiron · 9 years ago
  8. 9dfbf25 slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff by Guillaume Subiron · 9 years ago
  9. 98c6305 slirp: Factorizing tcpiphdr structure with an union by Guillaume Subiron · 9 years ago
  10. de40abf slirp: Fix ICMP error sending by Yann Bordenave · 9 years ago
  11. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  12. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  13. cc573a6 slirp: Adding family argument to tcp_fconnect() by Guillaume Subiron · 9 years ago
  14. 8a87f12 slirp: Add sockaddr_equal, make solookup family-agnostic by Guillaume Subiron · 9 years ago
  15. a5fd24a slirp: Factorizing and cleaning solookup() by Guillaume Subiron · 9 years ago
  16. eae303f slirp: Make Socket structure IPv6 compatible by Guillaume Subiron · 9 years ago
  17. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 10 years ago
  18. a246a01 slirp: Fix non blocking connect for w32 by Stefan Weil · 10 years ago
  19. b5a87d2 make user networking hostfwd work with restrict=y by Gertjan Halkes · 13 years ago
  20. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  21. 8d06d69 slirp: Fix use after release on tcp_input by Jan Kiszka · 13 years ago
  22. 39ba59c Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
  23. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 14 years ago
  24. 144d192 slirp: Fill TCP/IP header template after SYN reception by Jan Kiszka · 14 years ago
  25. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  26. 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
  27. aca9fcd slirp: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
  28. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  29. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  30. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  31. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 16 years ago
  32. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  33. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  34. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  35. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  36. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  37. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  38. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  39. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  40. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  41. 4f552e3 do not delay TCP acks (Ed Swierk) by bellard · 19 years ago
  42. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  43. a3d4af0 allow inetd like program exec by bellard · 21 years ago
  44. 379ff53 win32 compile by bellard · 21 years ago
  45. f0cbd3e initial user mode network support by bellard · 21 years ago