1. d6cfac6 Move the modified 3-Clause BSD text into LICENSE by Alex Bennée · 8 days ago master
  2. 19b8f26 Merge branch 'honor-dns-port' into 'master' by Samuel Thibault · 2 months ago
  3. baa4160 fix: honor dns server port number on macos by Ihar Hrachyshka · 3 months ago
  4. 5e17159 Mention how to get debugging prints by Samuel Thibault · 3 months ago
  5. 9c744e1 Release v4.9.1 by Samuel Thibault · 4 months ago v4.9.1
  6. b9321c6 tcp: Fix starting the linger2 timer on socket shutdown by Samuel Thibault · 5 months ago
  7. b04455b tcp: Reduce linger time to two minutes by Samuel Thibault · 5 months ago
  8. 1fb1c4c tcp: on input during init, reset TCPT_KEEP to TCPTV_KEEP_INIT by Samuel Thibault · 5 months ago
  9. b70d1a0 tcp: on input, reset TCPT_KEEP to TCPTV_KEEP_IDLE rather than TCPTV_KEEPINTVL by Samuel Thibault · 5 months ago
  10. 110d4f1 Merge branch 'master' into 'master' by Samuel Thibault · 4 months ago
  11. 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 · 4 months ago
  12. 7359041 apple: Fix getting IPv4 DNS server address when IPv4 and IPv4 are interleaved by Samuel Thibault · 6 months ago
  13. a83fa4c Merge branch 'master' into 'master' by Samuel Thibault · 7 months ago
  14. 2a4a614 Do not link tests with libslirp.map by Samuel Thibault · 7 months ago
  15. 3aba012 Merge branch 'override' into 'master' by Samuel Thibault · 8 months ago
  16. fcedbc1 meson: add dependency override for libslirp by Benjamin Gilbert · 8 months ago
  17. 5ac3e5d Merge branch 'meson' into 'master' by Samuel Thibault · 8 months ago
  18. 8d86fd7 meson: specify that C++ is only used for host binaries by Benjamin Gilbert · 8 months ago
  19. 0202f3c meson: use boolean defaults for boolean options by Benjamin Gilbert · 8 months ago
  20. c32a8a1 Release v4.9.0 by Samuel Thibault · 8 months ago v4.9.0
  21. 04612eb Windows target build fixes by B. Scott Michel · 8 months ago
  22. aad57fd Fix assertion by Samuel Thibault · 8 months ago
  23. 073dec0 Provide stubs for inet_ntop() and inet_pton() by B. Scott Michel · 8 months ago
  24. f032627 winver.h: Introduce header that forces defining WINVER and _WIN32_WINNT by Samuel Thibault · 8 months ago
  25. 58e7494 ensure that WINVER and _WIN32_WINNT are unconditionally set by B. Scott Michel · 8 months ago
  26. f1533e1 sbuf.c: Cleanups by B. Scott Michel · 8 months ago
  27. 799a78c Merge branch 'tcp_emu' into 'master' by Samuel Thibault · 10 months ago
  28. e3e56c5 fix for slirp ftp proxying putting slirp placeholder host ip in PORT commands by rakslice · 10 months ago
  29. 14739f5 Merge branch 'strerror-consistency' into 'master' by Samuel Thibault · 10 months ago
  30. 11d0ef1 Merge branch 'vmstate-typeof-fix' into 'master' by Samuel Thibault · 10 months ago
  31. 3a4cb5a Prefer g_strerror() to strerror() by B. Scott Michel · 10 months ago
  32. 480e4ef vmstate.h: Prefer __typeof__ vice typeof by B. Scott Michel · 10 months ago
  33. 4f27f20 Merge branch 'cksum-netbsd-update' into 'master' by Samuel Thibault · 10 months ago
  34. 8a0f8c5 Review comments. by B. Scott Michel · 10 months ago
  35. c558d93 cksum: NetBSD-adapted cksum() by B. Scott Michel · 10 months ago
  36. 4795b8c Introduce SLIRP_PRIsize/ssize_t by B. Scott Michel · 10 months ago
  37. 2581b17 Merge branch 'arp-c-cleanups' into 'master' by Samuel Thibault · 10 months ago
  38. ad6efd0 arp_table: use size_t to index arrays. by B. Scott Michel · 11 months ago
  39. c706fd0 Merge branch 'expose-debugging' into 'master' by Samuel Thibault · 11 months ago
  40. dc4ecb5 Debugging API by Scott Michel · 11 months ago
  41. cbb8cf8 Merge branch 'void-no-return' into 'master' by Samuel Thibault · 11 months ago
  42. 21b8ba4 slirp_(un)register_poll_socket: void returning value by B. Scott Michel · 11 months ago
  43. c0916cf Restore SlirpAddPollCb, {,un}register_poll_fd by Samuel Thibault · 11 months ago
  44. 6e493d9 Fix calling slirp_bind_outbound on tcp_fconnect by Samuel Thibault · 12 months ago
  45. 8e9e117 fuzz: Fix memory leak inside fuzz-main by Alexander Kuznetsov · 12 months ago
  46. 72f8500 socket abstraction: slirp_os_socket by B. Scott Michel · 1 year ago
  47. 5e97a93 tcp_listen: Missing register_poll_fd by B. Scott Michel · 12 months ago
  48. e61dbd4 Merge branch 'siaddr-rfc2131' into 'master' by Samuel Thibault · 1 year, 1 month ago
  49. 9b602f0 bootp: Fill siaddr with tftp addr as per RFC2131 by Arusekk · 1 year, 2 months ago
  50. 7810650 Merge branch 'win32-static-linking' into 'master' by Samuel Thibault · 1 year, 4 months ago
  51. 8436192 windows: allow static linking with LIBSLIRP_STATIC macro by Biswapriyo Nath · 1 year, 4 months ago
  52. 6ea2c4f Fix actually linking the library by Samuel Thibault · 1 year, 4 months ago
  53. e174edf Use simpler test linker script for detectiong --version-script option by Samuel Thibault · 1 year, 4 months ago
  54. ce314e3 Release v4.8.0 by Samuel Thibault · 1 year, 4 months ago v4.8.0
  55. 629a69c Explicit that -Dstatic=True is not meant for distributing a static library by Samuel Thibault · 1 year, 4 months ago
  56. bc0ccfd icmp6: Add echo request forwarding support by Samuel Thibault · 1 year, 5 months ago
  57. 42694bf fuzz: Fix icmp6 matching and checksum computation by Samuel Thibault · 1 year, 5 months ago
  58. 9d171be fuzz: Drop debugging by Samuel Thibault · 1 year, 5 months ago
  59. 7f79281 fuzz: Drop debugging by Samuel Thibault · 1 year, 5 months ago
  60. 3a9992e fuzz: Add ARP and NDP cases by Samuel Thibault · 1 year, 5 months ago
  61. ab0db89 fuzz: Add IPv6 cases by Samuel Thibault · 1 year, 5 months ago
  62. 0b3155e mbuf: Do not reallocate when the requested size already fits exactly by Samuel Thibault · 1 year, 5 months ago
  63. afed1c1 mbuf: Fix copying headers by Samuel Thibault · 1 year, 5 months ago
  64. ef3ee73 oss-fuzz: Fix udp-h and tcp-h corpuses by Samuel Thibault · 1 year, 5 months ago
  65. dcdfd78 fuzz: comment coherency by Samuel Thibault · 1 year, 5 months ago
  66. 95f4a84 fuzz: Simplify TCP checksum code by Samuel Thibault · 1 year, 5 months ago
  67. af23481 Note changes that can probably be security issues by Samuel Thibault · 1 year, 5 months ago
  68. f619f9f Add changelog for next release by Samuel Thibault · 1 year, 5 months ago
  69. 9dee7f1 eth: pad ethernet frames to 60 bytes by Samuel Thibault · 1 year, 5 months ago
  70. c76d880 udp: Make cleanup loop clearer by Samuel Thibault · 1 year, 5 months ago
  71. ceb6fb6 fuzz: Fix tftp fuzz actually receiving a file by Samuel Thibault · 1 year, 5 months ago
  72. 4de210b tftp: cleanup sessions remaining at slirp shutdown by Samuel Thibault · 1 year, 5 months ago
  73. c29ec30 tftp: Fix use-after-free by Samuel Thibault · 1 year, 5 months ago
  74. ea785a2 Add fuzzing CI by Samuel Thibault · 1 year, 5 months ago
  75. 6f28e96 fuzz: Add ip filtering by Samuel Thibault · 1 year, 5 months ago
  76. f045cdc tcp: hack syn/ack by Marc-André Lureau · 6 years ago
  77. 884d39e fuzzing: Increase coverage by Maelie CHAN PENG · 1 year, 5 months ago
  78. 0e9b0ad First attempt at fuzzing with libFuzzer based on @elmarco work by jeremy marchand · 1 year, 5 months ago
  79. b5f4b77 Start some fuzzing test by Marc-André Lureau · 6 years ago
  80. bdba265 tcp: Fix testing for last fragment by Samuel Thibault · 1 year, 5 months ago
  81. 0ad461c icmp: Fix msg duplication for debugging by Samuel Thibault · 1 year, 5 months ago
  82. b39edde tcp: Fix allocating room by Samuel Thibault · 1 year, 5 months ago
  83. 41b92e2 mbuf: Be extra careful with freed pointer by Samuel Thibault · 1 year, 5 months ago
  84. c195d02 mbuf: remove '#define if*' member accessors by Marc-André Lureau · 1 year, 5 months ago
  85. d3963e9 m_cleanup_list: Fix missing cleanup packets from the same session by Samuel Thibault · 1 year, 5 months ago
  86. d0158bf tcp-input: inline TCP_REASS by Marc-André Lureau · 6 years ago
  87. fd0e7c8 ip: remove second argument from ip_stripoptions() by Marc-André Lureau · 6 years ago
  88. 8399d50 Document endianness of slirp_add_hostfwd parameters by Samuel Thibault · 1 year, 11 months ago
  89. 129077f Avoid including <sys/param.h> on windows by Samuel Thibault · 2 years, 1 month ago
  90. 44e7877 Document functions by Samuel Thibault · 2 years, 2 months ago
  91. 2533bf2 Merge branch 'strip-ip-header-from-icmp-packet-in-macos' into 'master' by Samuel Thibault · 2 years, 3 months ago
  92. 6fc8d28 icmp: Handle ICMP packets as IPPROTO_IP on BSD by Seiya Nuta · 2 years, 3 months ago
  93. 26be815 ip: Enforce strict aliasing by Akihiko Odaki · 2 years, 8 months ago
  94. fc5eaaf Fix including BaseTsd.h on mingw by Samuel Thibault · 2 years, 5 months ago
  95. 2261607 Use SSIZE_T from BaseTsd.h on windows by Samuel Thibault · 2 years, 5 months ago
  96. 15c52d6 Merge branch 'qianwww-master-patch-52726' into 'master' by Samuel Thibault · 2 years, 7 months ago
  97. bbe0e84 Detach UDP socket if errno is ENOTCONN (Socket is not connected) by Qian Wu · 2 years, 7 months ago
  98. 0dd7f05 Merge branch 'master' into 'master' by Samuel Thibault · 2 years, 10 months ago
  99. 3610e4d slirp: use localhost as dns when /etc/resolv.conf empty by Jiri Slaby · 2 years, 10 months ago
  100. 37bcba8 missing semicolon by pgajdos on gitlab.freedesktop.org · 2 years, 10 months ago