1. 2353422 Add missing "static" by Blue Swirl · 15 years ago
  2. 7cba04f More NULL pointer fixes by Blue Swirl · 15 years ago
  3. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  4. aaf10d9 slirp: Use monotonic clock if available (v2) by Ed Swierk · 15 years ago
  5. 97df1ee slirp: Remove UDP protocol emulation (talk, cuseeme) by Ed Swierk · 15 years ago
  6. bb53fc5 slirp: Fix guestfwd for incoming data by Jan Kiszka · 15 years ago
  7. 6cb9c6d Fix breakage by obsolete _P() for good by Blue Swirl · 15 years ago
  8. 74efd61 slirp: tftp: Relax filename format check by Jan Kiszka · 15 years ago
  9. 0a1f851 slirp: Save/restore bootp client states by Jan Kiszka · 15 years ago
  10. b1c99fc slirp: Enable multiple instances by Jan Kiszka · 15 years ago
  11. ad0d8c4 slirp: Allocate/free stack instance dynamically by Jan Kiszka · 15 years ago
  12. 9f8bd04 slirp: Use internal state in interface by Jan Kiszka · 15 years ago
  13. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 15 years ago
  14. b5302e1 slirp: Drop link_up checks from if_output and slirp_socket_can_recv 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. d918f23 slirp: Kill slirp_is_inited by Jan Kiszka · 15 years ago
  17. 8ec7f4e slirp: Clean up updtime by Jan Kiszka · 15 years ago
  18. 285f7a6 slirp: Make IP packet ID consistent by Jan Kiszka · 15 years ago
  19. df46189 slirp: Factor out one-time initialization by Jan Kiszka · 15 years ago
  20. 9367964 slirp: tftp: Rework filename handling by Jan Kiszka · 15 years ago
  21. 20c24bf slirp: tftp: Refactor tftp_handle_rrq by Jan Kiszka · 15 years ago
  22. ef2d54d slirp: tftp: Clean up tftp_send_error by Jan Kiszka · 15 years ago
  23. f8e3cbd slirp: tftp: Cleanup tftp_prefix check by Jan Kiszka · 15 years ago
  24. ee9be58 slirp: Drop unused icmp_var.h by Jan Kiszka · 15 years ago
  25. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 15 years ago
  26. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 15 years ago
  27. 0d62c4c slirp: Drop dead code by Jan Kiszka · 15 years ago
  28. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 15 years ago
  29. 4a82347 slirp: Mark sockets of incoming TCP connections by Jan Kiszka · 15 years ago
  30. 9c12a6f slirp: Do not allow to remove non-hostfwd sockets by Jan Kiszka · 15 years ago
  31. 6dd5ffb slirp: Explicitely mark host-forwarding sockets by Jan Kiszka · 15 years ago
  32. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 15 years ago
  33. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 15 years ago
  34. 2ad82cf slirp: Fix port comparision in slirp_remove_hostfwd by Jan Kiszka · 15 years ago
  35. c92ef6a slirp: Rework external configuration interface by Jan Kiszka · 15 years ago
  36. a13a412 slirp: Rework internal configuration by Jan Kiszka · 15 years ago
  37. ad196a9 slirp: Move smb, redir, tftp and bootp parameters and -net channel by Jan Kiszka · 15 years ago
  38. e15f4a9 Revert "User networking: Show active connections" by Jan Kiszka · 15 years ago
  39. b35725c slirp: Refactor tcp_ctl by Jan Kiszka · 15 years ago
  40. 753a5f1 slirp: Drop redundant lines from udp_input by Jan Kiszka · 15 years ago
  41. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 15 years ago
  42. b8e8af3 slirp: Reorder initialization by Jan Kiszka · 15 years ago
  43. 1c6ed9f User networking: Show active connections by Alexander Graf · 15 years ago
  44. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 15 years ago
  45. 0928a95 slirp: Reassign same address to same DHCP client by Jan Kiszka · 15 years ago
  46. 0a656f5 Cast pointer arguments of get/setsockopt, send to void * to keep GCC by malc · 15 years ago
  47. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 15 years ago
  48. b63c7f6 slirp: Handle DHCP requests for specific IP (Jan Kiszka) by aliguori · 15 years ago
  49. aeed97c Use ANSI prototypes to please sparse by blueswir1 · 15 years ago
  50. aa80613 Move bootp_filename to avoid a sparse warning by blueswir1 · 15 years ago
  51. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  52. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  53. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  54. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  55. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  56. f2ba730 Fix SIGSEGV crash in slirp networking code by blueswir1 · 16 years ago
  57. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  58. 6391e47 Use broadcast address for slirp dhcp replies by aurel32 · 16 years ago
  59. 61dca5a Fix _P use on OpenBSD by blueswir1 · 16 years ago
  60. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  61. 0580ac9 Fix some SLIRP warnings by blueswir1 · 16 years ago
  62. 062e552 Add support for vmchannel socket migration (Gleb Natapov) by aliguori · 16 years ago
  63. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  64. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  65. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  66. e8e880a slirp: fix CVE 2007-5729 by aurel32 · 16 years ago
  67. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  68. 36bae8d Fix inline use warnings from sparse by blueswir1 · 16 years ago
  69. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  70. d75a0b9 added explicit license by bellard · 16 years ago
  71. 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
  72. 66029f6 Fix warning about variables used uninitialized by blueswir1 · 16 years ago
  73. 7ca699c Make some variables static by blueswir1 · 16 years ago
  74. 393e076 Remove unused variables by blueswir1 · 16 years ago
  75. 674bb26 Add some missing static qualifiers by blueswir1 · 16 years ago
  76. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  77. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
  78. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  79. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  80. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  81. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  82. 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 16 years ago
  83. a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 16 years ago
  84. 116842e Missing include for Slirp on win32 (Eduardo Felipe). by balrog · 16 years ago
  85. 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 16 years ago
  86. f3ae070 Treat DNS a special case among special addresses in slirp (Jason Wessel). by balrog · 16 years ago
  87. 4a0d827 Fix slirp udp source address contamination (Jason Wessel) by balrog · 16 years ago
  88. 41a00ab Remove remaining .cvsignore files by aurel32 · 17 years ago
  89. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  90. 3f9b2b1 Revert an accidental change in previous commit. by balrog · 17 years ago
  91. 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
  92. eb6a054 removed warning by bellard · 17 years ago
  93. 5850586 More .cvsignore. by ths · 17 years ago
  94. 5fa0ab8 use config-host.h instead of config.h by bellard · 17 years ago
  95. 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
  96. c9f1030 Declare function before use, reduces compiler warning noise. by ths · 17 years ago
  97. 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
  98. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  99. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  100. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago