1. 08dc07a slirp: Remove declarations which are no longer needed by Stefan Weil · 14 years ago
  2. b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 14 years ago
  3. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 14 years ago
  4. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  5. ab07b98 slirp: fix structure initialization in tcp_listen() by Juha Riihimäki · 15 years ago
  6. 7107944 slirp: fix unused return value, spotted by clang by Blue Swirl · 15 years ago
  7. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  8. b0e0486 slirp: remove dead nested assignment, spotted by clang by Blue Swirl · 15 years ago
  9. 7071ff3 slirp: remove dead initialization, spotted by clang by Blue Swirl · 15 years ago
  10. 369c86e slirp: remove dead increments, spotted by clang by Blue Swirl · 15 years ago
  11. aca9fcd slirp: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
  12. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  13. d0f2c4c Do not use dprintf by malc · 15 years ago
  14. 1cb1a66 Qemu's internal TFTP server breaks lock-step-iness of TFTP by Milan Plzik · 15 years ago
  15. bfe4e17 Handle TFTP ERROR from client by Thomas Horsten · 15 years ago
  16. f0d98b0 slirp/misc.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  17. 9a0c6a3 fix networking on win32 host by Juha Riihimäki · 15 years ago
  18. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  19. e0cf6d1 slirp: fix use-after-free by Mark McLoughlin · 15 years ago
  20. 65528b1 slirp: fix unmatched bracket in if 0 by Michael S. Tsirkin · 15 years ago
  21. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  22. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
  23. 9e3a95e Fix compiler warnings by Stefan Weil · 15 years ago
  24. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 15 years ago
  25. ce0bd02 slirp: Remove our_addr code by Ed Swierk · 15 years ago
  26. 2353422 Add missing "static" by Blue Swirl · 15 years ago
  27. 7cba04f More NULL pointer fixes by Blue Swirl · 15 years ago
  28. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  29. aaf10d9 slirp: Use monotonic clock if available (v2) by Ed Swierk · 15 years ago
  30. 97df1ee slirp: Remove UDP protocol emulation (talk, cuseeme) by Ed Swierk · 15 years ago
  31. bb53fc5 slirp: Fix guestfwd for incoming data by Jan Kiszka · 15 years ago
  32. 6cb9c6d Fix breakage by obsolete _P() for good by Blue Swirl · 15 years ago
  33. 74efd61 slirp: tftp: Relax filename format check by Jan Kiszka · 15 years ago
  34. 0a1f851 slirp: Save/restore bootp client states by Jan Kiszka · 15 years ago
  35. b1c99fc slirp: Enable multiple instances by Jan Kiszka · 15 years ago
  36. ad0d8c4 slirp: Allocate/free stack instance dynamically by Jan Kiszka · 15 years ago
  37. 9f8bd04 slirp: Use internal state in interface by Jan Kiszka · 15 years ago
  38. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 15 years ago
  39. b5302e1 slirp: Drop link_up checks from if_output and slirp_socket_can_recv by Jan Kiszka · 15 years ago
  40. f1d99bb slirp: Clean up timeout handling around slirp_select_fill/poll by Jan Kiszka · 15 years ago
  41. d918f23 slirp: Kill slirp_is_inited by Jan Kiszka · 15 years ago
  42. 8ec7f4e slirp: Clean up updtime by Jan Kiszka · 15 years ago
  43. 285f7a6 slirp: Make IP packet ID consistent by Jan Kiszka · 15 years ago
  44. df46189 slirp: Factor out one-time initialization by Jan Kiszka · 15 years ago
  45. 9367964 slirp: tftp: Rework filename handling by Jan Kiszka · 15 years ago
  46. 20c24bf slirp: tftp: Refactor tftp_handle_rrq by Jan Kiszka · 15 years ago
  47. ef2d54d slirp: tftp: Clean up tftp_send_error by Jan Kiszka · 15 years ago
  48. f8e3cbd slirp: tftp: Cleanup tftp_prefix check by Jan Kiszka · 15 years ago
  49. ee9be58 slirp: Drop unused icmp_var.h by Jan Kiszka · 15 years ago
  50. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 15 years ago
  51. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 15 years ago
  52. 0d62c4c slirp: Drop dead code by Jan Kiszka · 15 years ago
  53. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 15 years ago
  54. 4a82347 slirp: Mark sockets of incoming TCP connections by Jan Kiszka · 15 years ago
  55. 9c12a6f slirp: Do not allow to remove non-hostfwd sockets by Jan Kiszka · 15 years ago
  56. 6dd5ffb slirp: Explicitely mark host-forwarding sockets by Jan Kiszka · 15 years ago
  57. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 15 years ago
  58. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 15 years ago
  59. 2ad82cf slirp: Fix port comparision in slirp_remove_hostfwd by Jan Kiszka · 15 years ago
  60. c92ef6a slirp: Rework external configuration interface by Jan Kiszka · 15 years ago
  61. a13a412 slirp: Rework internal configuration by Jan Kiszka · 15 years ago
  62. ad196a9 slirp: Move smb, redir, tftp and bootp parameters and -net channel by Jan Kiszka · 15 years ago
  63. e15f4a9 Revert "User networking: Show active connections" by Jan Kiszka · 15 years ago
  64. b35725c slirp: Refactor tcp_ctl by Jan Kiszka · 15 years ago
  65. 753a5f1 slirp: Drop redundant lines from udp_input by Jan Kiszka · 15 years ago
  66. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  67. b8e8af3 slirp: Reorder initialization by Jan Kiszka · 16 years ago
  68. 1c6ed9f User networking: Show active connections by Alexander Graf · 16 years ago
  69. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 16 years ago
  70. 0928a95 slirp: Reassign same address to same DHCP client by Jan Kiszka · 16 years ago
  71. 0a656f5 Cast pointer arguments of get/setsockopt, send to void * to keep GCC by malc · 16 years ago
  72. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  73. b63c7f6 slirp: Handle DHCP requests for specific IP (Jan Kiszka) by aliguori · 16 years ago
  74. aeed97c Use ANSI prototypes to please sparse by blueswir1 · 16 years ago
  75. aa80613 Move bootp_filename to avoid a sparse warning by blueswir1 · 16 years ago
  76. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  77. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  78. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  79. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  80. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  81. f2ba730 Fix SIGSEGV crash in slirp networking code by blueswir1 · 16 years ago
  82. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  83. 6391e47 Use broadcast address for slirp dhcp replies by aurel32 · 16 years ago
  84. 61dca5a Fix _P use on OpenBSD by blueswir1 · 16 years ago
  85. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  86. 0580ac9 Fix some SLIRP warnings by blueswir1 · 16 years ago
  87. 062e552 Add support for vmchannel socket migration (Gleb Natapov) by aliguori · 16 years ago
  88. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  89. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  90. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  91. e8e880a slirp: fix CVE 2007-5729 by aurel32 · 16 years ago
  92. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  93. 36bae8d Fix inline use warnings from sparse by blueswir1 · 16 years ago
  94. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  95. d75a0b9 added explicit license by bellard · 16 years ago
  96. 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
  97. 66029f6 Fix warning about variables used uninitialized by blueswir1 · 16 years ago
  98. 7ca699c Make some variables static by blueswir1 · 16 years ago
  99. 393e076 Remove unused variables by blueswir1 · 16 years ago
  100. 674bb26 Add some missing static qualifiers by blueswir1 · 16 years ago