1. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
  2. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  3. e3a110b slirp: Only start packet expiration for delayed ones by Jan Kiszka · 13 years ago
  4. 1ab74ce Delayed IP packets by Fabien Chouteau · 13 years ago
  5. 1a0ca1e Simple ARP table by Fabien Chouteau · 13 years ago
  6. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
  7. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 13 years ago
  8. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  9. dbf3c4b Make ARP replies at least 64 bytes long by Hervé Poussineau · 14 years ago
  10. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  11. b0e0486 slirp: remove dead nested assignment, spotted by clang by Blue Swirl · 15 years ago
  12. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  13. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
  14. 9e3a95e Fix compiler warnings by Stefan Weil · 15 years ago
  15. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 15 years ago
  16. ce0bd02 slirp: Remove our_addr code by Ed Swierk · 15 years ago
  17. 2353422 Add missing "static" by Blue Swirl · 15 years ago
  18. aaf10d9 slirp: Use monotonic clock if available (v2) by Ed Swierk · 15 years ago
  19. bb53fc5 slirp: Fix guestfwd for incoming data by Jan Kiszka · 15 years ago
  20. 0a1f851 slirp: Save/restore bootp client states by Jan Kiszka · 16 years ago
  21. b1c99fc slirp: Enable multiple instances by Jan Kiszka · 16 years ago
  22. ad0d8c4 slirp: Allocate/free stack instance dynamically by Jan Kiszka · 16 years ago
  23. 9f8bd04 slirp: Use internal state in interface by Jan Kiszka · 16 years ago
  24. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  25. b5302e1 slirp: Drop link_up checks from if_output and slirp_socket_can_recv by Jan Kiszka · 16 years ago
  26. f1d99bb slirp: Clean up timeout handling around slirp_select_fill/poll by Jan Kiszka · 16 years ago
  27. d918f23 slirp: Kill slirp_is_inited by Jan Kiszka · 16 years ago
  28. 8ec7f4e slirp: Clean up updtime by Jan Kiszka · 16 years ago
  29. 285f7a6 slirp: Make IP packet ID consistent by Jan Kiszka · 16 years ago
  30. df46189 slirp: Factor out one-time initialization by Jan Kiszka · 16 years ago
  31. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  32. 9c12a6f slirp: Do not allow to remove non-hostfwd sockets by Jan Kiszka · 16 years ago
  33. 6dd5ffb slirp: Explicitely mark host-forwarding sockets by Jan Kiszka · 16 years ago
  34. f932b6c slirp: Prepare for persistent socket state flags by Jan Kiszka · 16 years ago
  35. 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
  36. 2ad82cf slirp: Fix port comparision in slirp_remove_hostfwd by Jan Kiszka · 16 years ago
  37. c92ef6a slirp: Rework external configuration interface by Jan Kiszka · 16 years ago
  38. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  39. ad196a9 slirp: Move smb, redir, tftp and bootp parameters and -net channel by Jan Kiszka · 16 years ago
  40. e15f4a9 Revert "User networking: Show active connections" by Jan Kiszka · 16 years ago
  41. b8e8af3 slirp: Reorder initialization by Jan Kiszka · 16 years ago
  42. 1c6ed9f User networking: Show active connections by Alexander Graf · 16 years ago
  43. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 16 years ago
  44. 0a656f5 Cast pointer arguments of get/setsockopt, send to void * to keep GCC by malc · 16 years ago
  45. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  46. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  47. 0580ac9 Fix some SLIRP warnings by blueswir1 · 16 years ago
  48. 062e552 Add support for vmchannel socket migration (Gleb Natapov) by aliguori · 16 years ago
  49. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  50. e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
  51. e8e880a slirp: fix CVE 2007-5729 by aurel32 · 16 years ago
  52. d75a0b9 added explicit license by bellard · 16 years ago
  53. 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
  54. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  55. 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 16 years ago
  56. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  57. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  58. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  59. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  60. 38f3e7c suppressed unaligned accesses by bellard · 19 years ago
  61. 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
  62. 3f423c9 removed warnings by bellard · 19 years ago
  63. f4e15b4 Fix slirp redirection on systems without a useful host IP address. by pbrook · 19 years ago
  64. 0f8134b Downgrade DNS failure to a warning. by pbrook · 19 years ago
  65. 115defd Set slirp client hostname. by pbrook · 19 years ago
  66. df5f895 improved user net performances by bellard · 19 years ago
  67. 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
  68. a3d4af0 allow inetd like program exec by bellard · 20 years ago
  69. 9bf0544 port redirection support by bellard · 20 years ago
  70. 379ff53 win32 compile by bellard · 21 years ago
  71. 1d43a71 forgot fclose() by bellard · 21 years ago
  72. 512176d fixed dhcp for windows client by bellard · 21 years ago
  73. f0cbd3e initial user mode network support by bellard · 21 years ago