1. 116842e Missing include for Slirp on win32 (Eduardo Felipe). by balrog · 17 years ago
  2. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 17 years ago
  3. f3ae070 Treat DNS a special case among special addresses in slirp (Jason Wessel). by balrog · 17 years ago
  4. 4a0d827 Fix slirp udp source address contamination (Jason Wessel) by balrog · 17 years ago
  5. 41a00ab Remove remaining .cvsignore files by aurel32 · 17 years ago
  6. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  7. 3f9b2b1 Revert an accidental change in previous commit. by balrog · 17 years ago
  8. 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
  9. eb6a054 removed warning by bellard · 17 years ago
  10. 5850586 More .cvsignore. by ths · 17 years ago
  11. 5fa0ab8 use config-host.h instead of config.h by bellard · 17 years ago
  12. 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
  13. c9f1030 Declare function before use, reduces compiler warning noise. by ths · 17 years ago
  14. 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
  15. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  16. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  17. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  18. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  19. cb4b976 Move network related includes to vl.c to help SLIRP-less builds. by ths · 18 years ago
  20. 0db1137 Change -tftp option to take a root directory, by Anthony Liguori. by ths · 18 years ago
  21. 1f697db Add OACK support to slirp TFTP server, by Anthony Liguori. by ths · 18 years ago
  22. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  23. 54fd9cd Slirp UDP fix, by Jason Wessel. by ths · 18 years ago
  24. 28d657f Fix build warning on Windows. by ths · 18 years ago
  25. eaf7e70 Enable TCP_NODELAY, by Daniel Jacobowitz. by ths · 18 years ago
  26. 38f3e7c suppressed unaligned accesses by bellard · 19 years ago
  27. c904d61 UDP broadcast translation error (Mark Jonckheere) by bellard · 19 years ago
  28. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  29. e553272 > 32 KB packet handling (Ed Swierk) by bellard · 19 years ago
  30. 4f552e3 do not delay TCP acks (Ed Swierk) by bellard · 19 years ago
  31. 773f2cd set TCP_MSS to 1460 (Ed Swierk) by bellard · 19 years ago
  32. fedc54a fixed IP packet rassembly logic (Ed Swierk) by bellard · 19 years ago
  33. 4b6ccfd fixed realloc logic (Ed Swierk) by bellard · 19 years ago
  34. 3f423c9 removed warnings by bellard · 19 years ago
  35. ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
  36. f4e15b4 Fix slirp redirection on systems without a useful host IP address. by pbrook · 19 years ago
  37. 0f8134b Downgrade DNS failure to a warning. by pbrook · 19 years ago
  38. 115defd Set slirp client hostname. by pbrook · 19 years ago
  39. b55669b Set SO_REUSEADDR before calling bind(). by pbrook · 19 years ago
  40. df5f895 improved user net performances by bellard · 20 years ago
  41. 51a36cb win32 compile fix by bellard · 20 years ago
  42. 101c593 64 bit fixes (initial patch by Gwenole Beauchesne) by bellard · 20 years ago
  43. 3444413 windows header fix by bellard · 20 years ago
  44. 7b91a17 slirp fix for -smb command (Initial patch by Juergen Keil) by bellard · 20 years ago
  45. 3bc2175 socket send fix by bellard · 20 years ago
  46. 17444c9 fixed invalid received length by bellard · 20 years ago
  47. ef6ff6b removed warning by bellard · 20 years ago
  48. f3ff649 openpty fix by bellard · 20 years ago
  49. 6d46bf8 win32 fix by bellard · 20 years ago
  50. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  51. 487be8a hack for bootp support by bellard · 21 years ago
  52. e95c8d5 full system SPARC emulation (Blue Swirl) by bellard · 21 years ago
  53. d981b88 give a new address at DHCPREQUEST too (useful if the OS remembers its IP address by bellard · 21 years ago
  54. 99679ec removed warning by bellard · 21 years ago
  55. c9a6211 memory leak fix (Juergen Keil) by bellard · 21 years ago
  56. a3d4af0 allow inetd like program exec by bellard · 21 years ago
  57. 9bf0544 port redirection support by bellard · 21 years ago
  58. a3504c8 removed gettimeofday usage by bellard · 21 years ago
  59. c7f7464 TFTP support (Magnus Damm) by bellard · 21 years ago
  60. 379ff53 win32 compile by bellard · 21 years ago
  61. ee2654a removed unused includes - BSD port by bellard · 21 years ago
  62. 1d43a71 forgot fclose() by bellard · 21 years ago
  63. 44bbf73 dhcp packet size fix (aka pump fix) by bellard · 21 years ago
  64. 170c6f8 header fix by bellard · 21 years ago
  65. 25b42e9 added missing copyright file by bellard · 21 years ago
  66. 512176d fixed dhcp for windows client by bellard · 21 years ago
  67. 9fafc9e avoid errno variable name by bellard · 21 years ago
  68. f0cbd3e initial user mode network support by bellard · 21 years ago