1. 7458e1b Merge branch 'ci-slirp4netns' into 'master' by Samuel Thibault · 2 years, 8 months ago
  2. 400387e CI: run integration tests with slirp4netns by Akihiro Suda · 2 years, 8 months ago
  3. 559addb socket: Check address family for Unix-to-inet accept translation by Nicholas Ngai · 2 years, 9 months ago
  4. f6ee2a7 socket: Add debug args for tcpx_listen (inet and Unix sockets) by Nicholas Ngai · 2 years, 9 months ago
  5. 2cd16e3 socket: Restore original definition of fhost by Nicholas Ngai · 2 years, 9 months ago
  6. 7eb1d46 socket: Move <sys/un.h> include to socket.h by Nicholas Ngai · 2 years, 9 months ago
  7. 2dbf4b8 Merge branch 'master' into 'master' by Samuel Thibault · 2 years, 9 months ago
  8. 9234609 Support Unix sockets in hostfwd by Nicholas Ngai · 2 years, 9 months ago
  9. cec8d31 resolv: fix IPv6 resolution on Darwin by osy · 2 years, 9 months ago
  10. 23db43a Use the exact sockaddr size in getnameinfo call by Samuel Thibault · 2 years, 10 months ago
  11. 14e75d1 Merge branch 'sin6_scope_fix' into 'master' by Samuel Thibault · 2 years, 10 months ago
  12. 6cc7c46 Initialize sin6_scope_id to zero by Saar Gross · 2 years, 10 months ago
  13. 6ec031b slirp_socketpair_with_oob: Connect pair through 127.0.0.1 by Samuel Thibault · 2 years, 10 months ago
  14. 25cd792 Merge branch 'libresolv-leak-fix' into 'master' by Marc-André Lureau · 2 years, 10 months ago
  15. ed5db96 resolv: fix memory leak when using libresolv by osy · 2 years, 10 months ago
  16. a88d9ac Merge branch 'master' into 'master' by Samuel Thibault · 3 years ago
  17. 7108865 Haiku: proper path to resolv.conf for DNS server by Richard Zak · 3 years ago
  18. cdfbb3c Merge branch 'master' into 'master' by Samuel Thibault · 3 years ago
  19. 4d9ed16 Fix for Haiku by Richard Zak · 3 years ago
  20. f3c5eea Merge branch 'dhcp-fix' into 'master' by Marc-André Lureau · 3 years ago
  21. d7fb542 dhcp: Always send DHCP_OPT_LEN bytes in options by Samuel Thibault · 3 years ago
  22. 146ff91 Merge branch '4.6.1' into 'master' by Marc-André Lureau · 3 years ago
  23. cceced0 Release v4.6.1 by Marc-André Lureau · 3 years ago v4.6.1
  24. 76da4cc Merge branch 'fix-48' into 'master' by Marc-André Lureau · 3 years ago
  25. c9f314f Fix "DHCP broken in libslirp v4.6.0" by Akihiro Suda · 3 years ago
  26. 6ef66db build-sys: forgot to bump version to 4.6.0 by Marc-André Lureau · 3 years, 1 month ago v4.6.0
  27. d599e5c changelog: post-release by Marc-André Lureau · 3 years, 1 month ago
  28. 137b163 Merge branch '4.6.0' into 'master' by Marc-André Lureau · 3 years, 1 month ago
  29. 1ac12f1 Release v4.6.0 by Marc-André Lureau · 3 years, 1 month ago
  30. a5c9699 Merge remote-tracking branch 'libslirp-private/mtod2' by Marc-André Lureau · 3 years, 1 month ago
  31. 74572be udp: check upd_input buffer size by Marc-André Lureau · 3 years, 1 month ago
  32. 990163c tftp: introduce a header structure by Marc-André Lureau · 3 years, 1 month ago
  33. 3f17948 tftp: check tftp_input buffer size by Marc-André Lureau · 3 years, 1 month ago
  34. de71c15 upd6: check udp6_input buffer size by Marc-André Lureau · 3 years, 1 month ago
  35. 2eca083 bootp: check bootp_input buffer size by Marc-André Lureau · 3 years, 1 month ago
  36. f13cad4 bootp: limit vendor-specific area to input packet memory buffer by Marc-André Lureau · 3 years, 1 month ago
  37. 93e645e Add mtod_check() by Marc-André Lureau · 3 years, 1 month ago
  38. 2b0ef5b Merge branch 'revert-72' into 'master' by Marc-André Lureau · 3 years, 1 month ago
  39. f964c9f Revert "Set macOS deployment target to macOS 10.4" by Marc-André Lureau · 3 years, 1 month ago
  40. a502010 pingtest: Add a trivial ping test by Samuel Thibault · 3 years, 1 month ago
  41. 242de58 icmp: Support falling back on trying a SOCK_RAW socket by Samuel Thibault · 3 years, 1 month ago
  42. 5758d83 poll_fd: add missing fd registration for UDP and ICMP by Samuel Thibault · 3 years, 1 month ago
  43. 3704690 icmp: Document the use of UDP echo service by Samuel Thibault · 3 years, 1 month ago
  44. 8c621ee mbuf: Avoid warning by Samuel Thibault · 3 years, 1 month ago
  45. f40fe88 timer_mod: explicit that expire_time is in ms, not ns by Samuel Thibault · 3 years, 1 month ago
  46. 9c1ea76 Merge branch 'valgrind' into 'master' by Samuel Thibault · 3 years, 1 month ago
  47. 5853f70 mbuf: Add debugging helpers for allocation by Samuel Thibault · 3 years, 1 month ago
  48. fedf9f1 Check that we have the expected room before m_data by Samuel Thibault · 3 years, 1 month ago
  49. 5695ba4 Merge branch 'ncsi_pack' into 'master' by Samuel Thibault · 3 years, 1 month ago
  50. 4bbfdff ncsi: Mark ncsi headers with SLIRP_PACKED by Samuel Thibault · 3 years, 1 month ago
  51. a4a6509 ncsi: make ncsi_calculate_checksum work with unaligned data by Samuel Thibault · 3 years, 1 month ago
  52. dfe1229 Merge branch 'fixes' into 'master' by Samuel Thibault · 3 years, 1 month ago
  53. a54479f src/ip: Fix typos in comments by Thomas Huth · 3 years, 1 month ago
  54. 5500c69 changelog: post-release by Marc-André Lureau · 3 years, 1 month ago
  55. 3528427 Merge branch '4.5.0' into 'master' by Marc-André Lureau · 3 years, 1 month ago
  56. a62890e Release v4.5.0 by Marc-André Lureau · 3 years, 1 month ago v4.5.0
  57. c221087 SlirpCb: explicit that it is fine for a guest to drop frames by Samuel Thibault · 3 years, 2 months ago
  58. f23fd3f Merge branch 'master' into 'master' by Samuel Thibault · 3 years, 2 months ago
  59. 1d6a89c ndp_table: For unspecified address, return broadcast ethernet address by Samuel Thibault · 3 years, 2 months ago
  60. 61b287a Merge branch 'philmd' into 'master' by Marc-André Lureau · 3 years, 2 months ago
  61. 6690d55 Remove alloca() call in get_dns_addr_resolv_conf() by Philippe Mathieu-Daudé · 3 years, 2 months ago
  62. 4e6444e Merge branch 'lazy-ipv6-resolution' into 'master' by Samuel Thibault · 3 years, 3 months ago
  63. f8bc26a Perform lazy guest address resolution for IPv6 by Doug Evans · 3 years, 3 months ago
  64. fcf2568 Merge branch 'listen_v6only' into 'master' by Samuel Thibault · 3 years, 3 months ago
  65. 4b30c08 Merge branch 'newtcpcb-no-fail' into 'master' by Samuel Thibault · 3 years, 3 months ago
  66. 209288a Merge branch 'listen-errno' into 'master' by Samuel Thibault · 3 years, 3 months ago
  67. cc53bd2 slirp_add_host*fwd: Ensure all error paths set errno by Doug Evans · 3 years, 3 months ago
  68. 0d90aa7 tcpx_listen: tcp_newtcpcb doesn't fail by Doug Evans · 3 years, 3 months ago
  69. 9aaa17b Remove slirp_add/remove_ipv6_hostfwd by Samuel Thibault · 3 years, 3 months ago
  70. 487f4bf Merge branch 'verbose-if-start' into 'master' by Samuel Thibault · 3 years, 4 months ago
  71. 4393049 Merge branch 'hostxfwd' into 'master' by Samuel Thibault · 3 years, 4 months ago
  72. d9c09e5 hostfwd: Add SLIRP_HOSTFWD_V6ONLY flag by Samuel Thibault · 3 years, 4 months ago
  73. 0c07def Move DEBUG_CALL("if_start") to DEBUG_VERBOSE_CALL by Doug Evans · 3 years, 4 months ago
  74. 666235c Add ipv4/ipv6-agnostic host forwarding functions by Samuel Thibault · 3 years, 4 months ago
  75. 84579d0 udpx/tcpx_listen: Use struct sockaddr * types by Samuel Thibault · 3 years, 4 months ago
  76. 8dc8d72 Merge branch 'neighbor-info' into 'master' by Samuel Thibault · 3 years, 4 months ago
  77. 77098b8 Merge branch 'm-cleanup-list-prototype' into 'master' by Samuel Thibault · 3 years, 4 months ago
  78. 6a0176d New API routine slirp_neighbor_info by Doug Evans · 3 years, 4 months ago
  79. 37cd8b8 m_cleanup_list: make static by Doug Evans · 3 years, 4 months ago
  80. ac00ba4 New utility slirp_ether_ntoa by Doug Evans · 3 years, 4 months ago
  81. 1d51fab sockaddr_*: add missing const qualifiers by Samuel Thibault · 3 years, 4 months ago
  82. d6be9d2 udpx/tcpx_listen: Add missing const qualifier by Samuel Thibault · 3 years, 4 months ago
  83. de67f49 Merge branch 'x_listen' into 'master' by Samuel Thibault · 3 years, 4 months ago
  84. 684f4e7 Merge branch 'macos-pri' into 'master' by Samuel Thibault · 3 years, 4 months ago
  85. 7271345 Disable polling for PRI on MacOS by Samuel Thibault · 3 years, 4 months ago
  86. d29c5f8 Expose udpx_listen and tcpx_listen as taking sockaddr by Samuel Thibault · 3 years, 4 months ago
  87. add9111 socket.h: add missing sbuf.h inclusion by Samuel Thibault · 3 years, 4 months ago
  88. 4873017 TODO for generalizing the hostfwd calls by Samuel Thibault · 3 years, 4 months ago
  89. bcb616e Merge branch 'macos-deployment-target' into 'master' by Marc-André Lureau · 3 years, 4 months ago
  90. 410e296 Set macOS deployment target to macOS 10.4 by WaluigiWare64 · 3 years, 4 months ago
  91. 5c5d4c4 Merge branch 'gitignore-build' into 'master' by Marc-André Lureau · 3 years, 4 months ago
  92. f85d258 Add /build/ to .gitignore by Doug Evans · 3 years, 4 months ago
  93. f97b722 Merge branch 'memory_leaks' into 'master' by Samuel Thibault · 3 years, 4 months ago
  94. d0a8ca7 m_cleanup: set qh_link and qh_rlink to the list head by jeremy marchand · 3 years, 4 months ago
  95. c698e5a m_cleanup: fix memory leaks by jeremy marchand · 3 years, 4 months ago
  96. dda999f refactor m_cleanup as requested in slirp/libslirp!68 by jeremy marchand · 3 years, 4 months ago
  97. ff60508 m_free: remove the M_EXT flag after freeing the mbuf extended buffer by jeremy marchand · 3 years, 4 months ago
  98. 99b3b70 Merge branch 'ndp-leak' into 'master' by Samuel Thibault · 3 years, 4 months ago
  99. a973c59 ip6_output: fix memory leak on fast-send by Samuel Thibault · 3 years, 4 months ago ndp-leak
  100. 26ae658 Merge branch 'reject-ipv6-addr-any' into 'master' by Samuel Thibault · 3 years, 4 months ago