1. 1c5970a slirp: use socket_set_nonblock by Paolo Bonzini · 13 years ago
  2. f293d8b slirp/misc: fix gcc __warn_memset_zero_len warnings by Alon Levy · 13 years ago
  3. 9f1134d slirp: Remove unused variable and unused code by Stefan Weil · 13 years ago
  4. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  5. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 13 years ago
  6. 565465f slirp: Put forked exec into separate process group by Jan Kiszka · 13 years ago
  7. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  8. 9eca6cc slirp: Remove unused code for bad sprintf by Stefan Weil · 14 years ago
  9. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  10. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  11. f0d98b0 slirp/misc.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  12. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  13. 9f8bd04 slirp: Use internal state in interface by Jan Kiszka · 15 years ago
  14. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 15 years ago
  15. f1d99bb slirp: Clean up timeout handling around slirp_select_fill/poll by Jan Kiszka · 15 years ago
  16. df46189 slirp: Factor out one-time initialization by Jan Kiszka · 15 years ago
  17. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 15 years ago
  18. 0d62c4c slirp: Drop dead code by Jan Kiszka · 15 years ago
  19. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 15 years ago
  20. a13a412 slirp: Rework internal configuration by Jan Kiszka · 15 years ago
  21. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  22. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  23. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  24. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  25. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  26. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  27. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  28. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
  29. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  30. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  31. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 17 years ago
  32. 3f9b2b1 Revert an accidental change in previous commit. by balrog · 17 years ago
  33. 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
  34. eb6a054 removed warning by bellard · 17 years ago
  35. c9f1030 Declare function before use, reduces compiler warning noise. by ths · 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. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  41. f4e15b4 Fix slirp redirection on systems without a useful host IP address. by pbrook · 19 years ago
  42. 7b91a17 slirp fix for -smb command (Initial patch by Juergen Keil) by bellard · 20 years ago
  43. f3ff649 openpty fix by bellard · 20 years ago
  44. a3d4af0 allow inetd like program exec by bellard · 20 years ago
  45. 379ff53 win32 compile by bellard · 20 years ago
  46. f0cbd3e initial user mode network support by bellard · 21 years ago