1. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 10 years ago
  2. aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  3. 0e44486 slirp: remove mbuf(m_hdr,m_dat) indirection by Michael Tokarev · 12 years ago
  4. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  5. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  6. bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 12 years ago
  7. 4ef7b89 slirp/tcp_subr.c: fix coding style in tcp_connect by MORITA Kazutaka · 12 years ago
  8. e56afbc5 slirp: Fix error reported by static code analysis by Stefan Weil · 13 years ago
  9. c4d12a7 slirp: Remove wrong type casts ins debug statements by Stefan Weil · 13 years ago
  10. 648cd33 slirp: Handle whole 127.0.0.0/8 network as local addresses. by Anders Waldenborg · 13 years ago
  11. 1c5970a slirp: use socket_set_nonblock by Paolo Bonzini · 13 years ago
  12. a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
  13. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  14. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  15. 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
  16. 369c86e slirp: remove dead increments, spotted by clang by Blue Swirl · 15 years ago
  17. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  18. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 16 years ago
  19. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  20. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  21. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  22. 4a82347 slirp: Mark sockets of incoming TCP connections by Jan Kiszka · 16 years ago
  23. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
  24. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  25. b35725c slirp: Refactor tcp_ctl by Jan Kiszka · 16 years ago
  26. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  27. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  28. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  29. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  30. 0580ac9 Fix some SLIRP warnings by blueswir1 · 16 years ago
  31. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  32. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  33. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  34. 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
  35. 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
  36. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  37. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  38. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  39. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  40. eaf7e70 Enable TCP_NODELAY, by Daniel Jacobowitz. by ths · 18 years ago
  41. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  42. 99679ec removed warning 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. 9fafc9e avoid errno variable name by bellard · 21 years ago
  46. f0cbd3e initial user mode network support by bellard · 21 years ago