1. 728c13e Test qemu migration support by Samuel Thibault · 12 days ago master
  2. dd76415 Release v4.9.3 by Samuel Thibault · 12 days ago v4.9.3
  3. 899c3b7 Merge branch 'fix-vmstate-break' into 'master' by Samuel Thibault · 12 days ago
  4. cb2755b slirp: Fix migration break on incorrect vmstate retcode by Peter Xu · 12 days ago
  5. e31949f Add missing diff url by Samuel Thibault · 13 days ago
  6. 97b3253 Release v4.9.2 by Samuel Thibault · 2 weeks ago v4.9.2
  7. 119b897 tcp_sockclosed: Set linger timer on remaining closing states by Samuel Thibault · 2 weeks ago
  8. 927bca7 oob: cap urgent data count to what is actually available by Samuel Thibault · 2 weeks ago
  9. 4ddbcd5 Merge branch 'uefi-https' into 'master' by Samuel Thibault · 4 months ago
  10. bbb9e01 bootp: allow https for UEFI HTTP boot by Gerd Hoffmann · 4 months ago
  11. 061d82f ncsi: Document the Get Version ID (GVI) packet handler by Gary Beihl · 5 months ago
  12. 83ed48b ncsi: Document why we fix memory alignment by adding 2-byte padding by Gary Beihl · 5 months ago
  13. 281eb77 ncsi: add documentation comments to the packet handler table for improved readability by Gary Beihl · 5 months ago
  14. 027a9ab Fix byte order by Samuel Thibault · 7 months ago
  15. 1606c09 SO_ERROR: take the errno as error hint by Samuel Thibault · 7 months ago
  16. 6155c34 vmstate: pass on read/write errors for state by Samuel Thibault · 7 months ago
  17. f066d91 cope with SO_ERROR possibly failing by Samuel Thibault · 7 months ago
  18. d6cfac6 Move the modified 3-Clause BSD text into LICENSE by Alex Bennée · 9 months ago
  19. 19b8f26 Merge branch 'honor-dns-port' into 'master' by Samuel Thibault · 11 months ago
  20. baa4160 fix: honor dns server port number on macos by Ihar Hrachyshka · 12 months ago
  21. 5e17159 Mention how to get debugging prints by Samuel Thibault · 1 year ago
  22. 9c744e1 Release v4.9.1 by Samuel Thibault · 1 year ago v4.9.1
  23. b9321c6 tcp: Fix starting the linger2 timer on socket shutdown by Samuel Thibault · 1 year, 1 month ago
  24. b04455b tcp: Reduce linger time to two minutes by Samuel Thibault · 1 year, 1 month ago
  25. 1fb1c4c tcp: on input during init, reset TCPT_KEEP to TCPTV_KEEP_INIT by Samuel Thibault · 1 year, 1 month ago
  26. b70d1a0 tcp: on input, reset TCPT_KEEP to TCPTV_KEEP_IDLE rather than TCPTV_KEEPINTVL by Samuel Thibault · 1 year, 1 month ago
  27. 110d4f1 Merge branch 'master' into 'master' by Samuel Thibault · 1 year, 1 month ago
  28. 566f4f9 Modified util.c to handle WSA function return values closer to specification. Explicit checks for INVALID_SOCKET and SOCKET_ERROR are made. by Jack Doherty · 1 year, 1 month ago
  29. 7359041 apple: Fix getting IPv4 DNS server address when IPv4 and IPv4 are interleaved by Samuel Thibault · 1 year, 2 months ago
  30. a83fa4c Merge branch 'master' into 'master' by Samuel Thibault · 1 year, 4 months ago
  31. 2a4a614 Do not link tests with libslirp.map by Samuel Thibault · 1 year, 4 months ago
  32. 3aba012 Merge branch 'override' into 'master' by Samuel Thibault · 1 year, 4 months ago
  33. fcedbc1 meson: add dependency override for libslirp by Benjamin Gilbert · 1 year, 4 months ago
  34. 5ac3e5d Merge branch 'meson' into 'master' by Samuel Thibault · 1 year, 4 months ago
  35. 8d86fd7 meson: specify that C++ is only used for host binaries by Benjamin Gilbert · 1 year, 4 months ago
  36. 0202f3c meson: use boolean defaults for boolean options by Benjamin Gilbert · 1 year, 4 months ago
  37. c32a8a1 Release v4.9.0 by Samuel Thibault · 1 year, 4 months ago v4.9.0
  38. 04612eb Windows target build fixes by B. Scott Michel · 1 year, 4 months ago
  39. aad57fd Fix assertion by Samuel Thibault · 1 year, 4 months ago
  40. 073dec0 Provide stubs for inet_ntop() and inet_pton() by B. Scott Michel · 1 year, 4 months ago
  41. f032627 winver.h: Introduce header that forces defining WINVER and _WIN32_WINNT by Samuel Thibault · 1 year, 4 months ago
  42. 58e7494 ensure that WINVER and _WIN32_WINNT are unconditionally set by B. Scott Michel · 1 year, 4 months ago
  43. f1533e1 sbuf.c: Cleanups by B. Scott Michel · 1 year, 4 months ago
  44. 799a78c Merge branch 'tcp_emu' into 'master' by Samuel Thibault · 1 year, 6 months ago
  45. e3e56c5 fix for slirp ftp proxying putting slirp placeholder host ip in PORT commands by rakslice · 1 year, 6 months ago
  46. 14739f5 Merge branch 'strerror-consistency' into 'master' by Samuel Thibault · 1 year, 7 months ago
  47. 11d0ef1 Merge branch 'vmstate-typeof-fix' into 'master' by Samuel Thibault · 1 year, 7 months ago
  48. 3a4cb5a Prefer g_strerror() to strerror() by B. Scott Michel · 1 year, 7 months ago
  49. 480e4ef vmstate.h: Prefer __typeof__ vice typeof by B. Scott Michel · 1 year, 7 months ago
  50. 4f27f20 Merge branch 'cksum-netbsd-update' into 'master' by Samuel Thibault · 1 year, 7 months ago
  51. 8a0f8c5 Review comments. by B. Scott Michel · 1 year, 7 months ago
  52. c558d93 cksum: NetBSD-adapted cksum() by B. Scott Michel · 1 year, 7 months ago
  53. 4795b8c Introduce SLIRP_PRIsize/ssize_t by B. Scott Michel · 1 year, 7 months ago
  54. 2581b17 Merge branch 'arp-c-cleanups' into 'master' by Samuel Thibault · 1 year, 7 months ago
  55. ad6efd0 arp_table: use size_t to index arrays. by B. Scott Michel · 1 year, 8 months ago
  56. c706fd0 Merge branch 'expose-debugging' into 'master' by Samuel Thibault · 1 year, 7 months ago
  57. dc4ecb5 Debugging API by Scott Michel · 1 year, 7 months ago
  58. cbb8cf8 Merge branch 'void-no-return' into 'master' by Samuel Thibault · 1 year, 7 months ago
  59. 21b8ba4 slirp_(un)register_poll_socket: void returning value by B. Scott Michel · 1 year, 7 months ago
  60. c0916cf Restore SlirpAddPollCb, {,un}register_poll_fd by Samuel Thibault · 1 year, 8 months ago
  61. 6e493d9 Fix calling slirp_bind_outbound on tcp_fconnect by Samuel Thibault · 1 year, 8 months ago
  62. 8e9e117 fuzz: Fix memory leak inside fuzz-main by Alexander Kuznetsov · 1 year, 8 months ago
  63. 72f8500 socket abstraction: slirp_os_socket by B. Scott Michel · 1 year, 9 months ago
  64. 5e97a93 tcp_listen: Missing register_poll_fd by B. Scott Michel · 1 year, 9 months ago
  65. e61dbd4 Merge branch 'siaddr-rfc2131' into 'master' by Samuel Thibault · 1 year, 10 months ago
  66. 9b602f0 bootp: Fill siaddr with tftp addr as per RFC2131 by Arusekk · 1 year, 11 months ago
  67. 7810650 Merge branch 'win32-static-linking' into 'master' by Samuel Thibault · 2 years ago
  68. 8436192 windows: allow static linking with LIBSLIRP_STATIC macro by Biswapriyo Nath · 2 years ago
  69. 6ea2c4f Fix actually linking the library by Samuel Thibault · 2 years, 1 month ago
  70. e174edf Use simpler test linker script for detectiong --version-script option by Samuel Thibault · 2 years, 1 month ago
  71. ce314e3 Release v4.8.0 by Samuel Thibault · 2 years, 1 month ago v4.8.0
  72. 629a69c Explicit that -Dstatic=True is not meant for distributing a static library by Samuel Thibault · 2 years, 1 month ago
  73. bc0ccfd icmp6: Add echo request forwarding support by Samuel Thibault · 2 years, 1 month ago
  74. 42694bf fuzz: Fix icmp6 matching and checksum computation by Samuel Thibault · 2 years, 1 month ago
  75. 9d171be fuzz: Drop debugging by Samuel Thibault · 2 years, 1 month ago
  76. 7f79281 fuzz: Drop debugging by Samuel Thibault · 2 years, 1 month ago
  77. 3a9992e fuzz: Add ARP and NDP cases by Samuel Thibault · 2 years, 1 month ago
  78. ab0db89 fuzz: Add IPv6 cases by Samuel Thibault · 2 years, 1 month ago
  79. 0b3155e mbuf: Do not reallocate when the requested size already fits exactly by Samuel Thibault · 2 years, 1 month ago
  80. afed1c1 mbuf: Fix copying headers by Samuel Thibault · 2 years, 1 month ago
  81. ef3ee73 oss-fuzz: Fix udp-h and tcp-h corpuses by Samuel Thibault · 2 years, 1 month ago
  82. dcdfd78 fuzz: comment coherency by Samuel Thibault · 2 years, 1 month ago
  83. 95f4a84 fuzz: Simplify TCP checksum code by Samuel Thibault · 2 years, 1 month ago
  84. af23481 Note changes that can probably be security issues by Samuel Thibault · 2 years, 1 month ago
  85. f619f9f Add changelog for next release by Samuel Thibault · 2 years, 1 month ago
  86. 9dee7f1 eth: pad ethernet frames to 60 bytes by Samuel Thibault · 2 years, 1 month ago
  87. c76d880 udp: Make cleanup loop clearer by Samuel Thibault · 2 years, 1 month ago
  88. ceb6fb6 fuzz: Fix tftp fuzz actually receiving a file by Samuel Thibault · 2 years, 1 month ago
  89. 4de210b tftp: cleanup sessions remaining at slirp shutdown by Samuel Thibault · 2 years, 1 month ago
  90. c29ec30 tftp: Fix use-after-free by Samuel Thibault · 2 years, 1 month ago
  91. ea785a2 Add fuzzing CI by Samuel Thibault · 2 years, 1 month ago
  92. 6f28e96 fuzz: Add ip filtering by Samuel Thibault · 2 years, 1 month ago
  93. f045cdc tcp: hack syn/ack by Marc-André Lureau · 7 years ago
  94. 884d39e fuzzing: Increase coverage by Maelie CHAN PENG · 2 years, 1 month ago
  95. 0e9b0ad First attempt at fuzzing with libFuzzer based on @elmarco work by jeremy marchand · 2 years, 1 month ago
  96. b5f4b77 Start some fuzzing test by Marc-André Lureau · 7 years ago
  97. bdba265 tcp: Fix testing for last fragment by Samuel Thibault · 2 years, 1 month ago
  98. 0ad461c icmp: Fix msg duplication for debugging by Samuel Thibault · 2 years, 1 month ago
  99. b39edde tcp: Fix allocating room by Samuel Thibault · 2 years, 1 month ago
  100. 41b92e2 mbuf: Be extra careful with freed pointer by Samuel Thibault · 2 years, 1 month ago