1. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  2. 01f7cec slirp: udp: fix NULL pointer dereference because of uninitialized socket by Petr Matousek · 10 years ago
  3. 2fd5d86 slirp/misc: Use the GLib memory allocation APIs by zhanghailiang · 10 years ago
  4. 5f22b05 Increase maximum number of session of the internal TFTP server. by Bernhard Übelacker · 11 years ago
  5. 49bba86 slirp: Remove unused zero_ethaddr[] variable by Peter Maydell · 11 years ago
  6. 959e414 slirp/arp: do not special-case bogus IP addresses by Samuel Thibault · 11 years ago
  7. 02d1608 slirp: Remove default_mon usage by Cole Robinson · 11 years ago
  8. dc6fb73 Fixed various typos by Deepak Kathayat · 11 years ago
  9. 59b0096 misc: Spelling and grammar fixes in comments by Stefan Weil · 11 years ago
  10. aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  11. 426e3e6 slirp: clean up slirp_update_timeout by Jan Kiszka · 11 years ago
  12. a42e9c4 slirp: set mainloop timeout with more precise value by Liu Ping Fan · 11 years ago
  13. 9b0ca6c slirp: define timeout as macro by Liu Ping Fan · 11 years ago
  14. fe0ff43 slirp: make timeout local by Liu Ping Fan · 11 years ago
  15. ed6bc28 slirp/arp_table.c: Avoid shifting into sign bit of signed integers by Peter Maydell · 11 years ago
  16. efcb7e4 slirp: Port redirection option behave differently on Linux and Windows by Taimoor Mirza · 11 years ago
  17. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  18. 6a1751b aio / timers: Untangle include files by Alex Bligh · 11 years ago
  19. 0e44486 slirp: remove mbuf(m_hdr,m_dat) indirection by Michael Tokarev · 12 years ago
  20. b5a87d2 make user networking hostfwd work with restrict=y by Gertjan Halkes · 13 years ago
  21. a9c34e4 slirp: cleanup leftovers from misc.h by Michael Tokarev · 12 years ago
  22. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  23. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  24. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  25. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  26. bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 12 years ago
  27. 4ef7b89 slirp/tcp_subr.c: fix coding style in tcp_connect by MORITA Kazutaka · 12 years ago
  28. 7bd43ec slirp: Properly initialize pollfds_idx of new sockets by Jan Kiszka · 12 years ago
  29. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  30. cf1d078 slirp: slirp/slirp.c coding style cleanup by Stefan Hajnoczi · 12 years ago
  31. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  32. b6d9439 slirp: remove unused field tt by Blue Swirl · 12 years ago
  33. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  34. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  35. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  36. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  37. a93cf9d Fix comments (adress -> address, layed -> laid, wierd -> weird) by Stefan Weil · 12 years ago
  38. 63d2960 slirp: Add domain-search option to slirp's DHCP server by Klaus Stengel · 12 years ago
  39. 1a89b60 slirp: Don't crash on packets from 0.0.0.0/8. by Nickolai Zeldovich · 12 years ago
  40. 036208c slirp: remove unused function u_sleep by Blue Swirl · 12 years ago
  41. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  42. 30daca5 slirp: Fix spelling in comment (enought -> enough, insure -> ensure) by Stefan Weil · 12 years ago
  43. 95b1ad7 slirp: Implement TFTP Blocksize option by Hervé Poussineau · 12 years ago
  44. eb7faf0 slirp: Remove unused return value of tftp_send_next_block by Jan Kiszka · 12 years ago
  45. 4aa401f slirp: Handle more than 65535 blocks in TFTP transfers by Hervé Poussineau · 12 years ago
  46. 78be056 slirp: improve TFTP performance by Hervé Poussineau · 12 years ago
  47. e56afbc5 slirp: Fix error reported by static code analysis by Stefan Weil · 12 years ago
  48. c4d12a7 slirp: Remove wrong type casts ins debug statements by Stefan Weil · 12 years ago
  49. 0b8db8f slirp: fix build on mingw32 by Anthony Liguori · 12 years ago
  50. 648cd33 slirp: Handle whole 127.0.0.0/8 network as local addresses. by Anders Waldenborg · 13 years ago
  51. 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
  52. 4c69605 build: move slirp/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  53. 917cfc1 slirp: Avoid redefining MAX_TCPOPTLEN by Andreas Färber · 13 years ago
  54. 9b24d8e slirp: Avoid statements without effect on Big Endian host by Andreas Färber · 13 years ago
  55. e20e48a slirp: Untangle TCPOLEN_* from TCPOPT_* by Andreas Färber · 13 years ago
  56. 7c7db75 main_loop_wait: block indefinitely by Stefano Stabellini · 13 years ago
  57. acf126b w32: Move defines for socket specific errors to qemu-os-win32.h by Stefan Weil · 13 years ago
  58. 8607301 slirp: Signal free input buffer space to io-thread by Jan Kiszka · 13 years ago
  59. 5668896 w32/slirp: Undefine error constants before their redefinition by Jan Kiszka · 13 years ago
  60. 1c5970a slirp: use socket_set_nonblock by Paolo Bonzini · 13 years ago
  61. b722105 slirp: clean up conflicts with system headers by Paolo Bonzini · 13 years ago
  62. 2d26512 slirp: Fix compiler warning for w64 by Stefan Weil · 13 years ago
  63. a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
  64. f373431 slirp: Remove unneeded if_queued by Jan Kiszka · 13 years ago
  65. e3078bf slirp: Fix queue walking in if_start by Jan Kiszka · 13 years ago
  66. 953e7f5 slirp: Prevent recursion of if_start by Jan Kiszka · 13 years ago
  67. d6536b2 slirp: Keep next_m always valid by Jan Kiszka · 13 years ago
  68. 90d7416 slirp: Fix assertion failure on rejected DHCP requests by David Gibson · 13 years ago
  69. b87ffa1 slirp: Refactor if_start by Jan Kiszka · 13 years ago
  70. b248ede slirp: Fix requeuing of batchq packets in if_start by Jan Kiszka · 13 years ago
  71. 79e7e93 slirp: Clean up ifs_init by Jan Kiszka · 13 years ago
  72. f293d8b slirp/misc: fix gcc __warn_memset_zero_len warnings by Alon Levy · 13 years ago
  73. 6612db1 slirp: Prevent sending ICMP error replies to source-only addresses by Jan Kiszka · 13 years ago
  74. 9f1134d slirp: Remove unused variable and unused code by Stefan Weil · 13 years ago
  75. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 13 years ago
  76. 2b44043 slirp: Fix packet expiration by Thomas Huth · 13 years ago
  77. 8d06d69 slirp: Fix use after release on tcp_input by Jan Kiszka · 13 years ago
  78. 39ba59c Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
  79. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  80. 144d192 slirp: Fill TCP/IP header template after SYN reception by Jan Kiszka · 13 years ago
  81. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 13 years ago
  82. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  83. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
  84. aec7c6d Merge branch 'queues/slirp' of git://git.kiszka.org/qemu by Blue Swirl · 13 years ago
  85. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  86. 1b930bf slirp: Fix bit field types in IP header structs by Jan Kiszka · 13 years ago
  87. e3a110b slirp: Only start packet expiration for delayed ones by Jan Kiszka · 13 years ago
  88. fd59387 slirp: Read current time only once per if_start call by Jan Kiszka · 13 years ago
  89. 5a371a2 slirp: Fix types of IP address parameters by Jan Kiszka · 13 years ago
  90. 1ab74ce Delayed IP packets by Fabien Chouteau · 14 years ago
  91. 1a0ca1e Simple ARP table by Fabien Chouteau · 13 years ago
  92. cf2846b slirp: Fix unusual "comments" in unused code by Stefan Weil · 14 years ago
  93. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  94. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 14 years ago
  95. 565465f slirp: Put forked exec into separate process group by Jan Kiszka · 14 years ago
  96. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  97. 5a82362 slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host by Jan Kiszka · 14 years ago
  98. 12b513d slirp: Fix restricted mode by Jan Kiszka · 14 years ago
  99. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  100. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago