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