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