aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-12socket: Restore original definition of fhostNicholas Ngai2-13/+2
2021-10-12socket: Move <sys/un.h> include to socket.hNicholas Ngai2-1/+4
2021-09-27Support Unix sockets in hostfwdNicholas Ngai4-14/+34
2021-09-26resolv: fix IPv6 resolution on Darwinosy1-6/+12
2021-09-18Use the exact sockaddr size in getnameinfo callSamuel Thibault1-2/+14
2021-09-14Initialize sin6_scope_id to zeroSaar Gross1-0/+3
2021-09-05slirp_socketpair_with_oob: Connect pair through 127.0.0.1Samuel Thibault1-1/+1
2021-08-24Merge branch 'libresolv-leak-fix' into 'master'Marc-André Lureau1-1/+1
2021-08-23resolv: fix memory leak when using libresolvosy1-1/+1
2021-07-05Haiku: proper path to resolv.conf for DNS serverRichard Zak1-2/+8
2021-07-03Fix for HaikuRichard Zak1-2/+0
2021-06-21dhcp: Always send DHCP_OPT_LEN bytes in optionsSamuel Thibault1-3/+3
2021-06-18Fix "DHCP broken in libslirp v4.6.0"Akihiro Suda1-1/+3
2021-06-14udp: check upd_input buffer sizeMarc-André Lureau1-1/+4
2021-06-14tftp: introduce a header structureMarc-André Lureau2-30/+36
2021-06-14tftp: check tftp_input buffer sizeMarc-André Lureau1-1/+5
2021-06-14upd6: check udp6_input buffer sizeMarc-André Lureau1-1/+4
2021-06-14bootp: check bootp_input buffer sizeMarc-André Lureau1-2/+2
2021-06-14bootp: limit vendor-specific area to input packet memory bufferMarc-André Lureau4-12/+22
2021-06-14Add mtod_check()Marc-André Lureau2-0/+12
2021-06-07icmp: Support falling back on trying a SOCK_RAW socketSamuel Thibault1-22/+38
2021-06-07poll_fd: add missing fd registration for UDP and ICMPSamuel Thibault2-0/+2
2021-06-07icmp: Document the use of UDP echo serviceSamuel Thibault1-0/+5
2021-06-06mbuf: Avoid warningSamuel Thibault1-0/+1
2021-06-06timer_mod: explicit that expire_time is in ms, not nsSamuel Thibault1-1/+1
2021-06-06Merge branch 'valgrind' into 'master'Samuel Thibault12-5/+148
2021-06-06mbuf: Add debugging helpers for allocationSamuel Thibault12-12/+125
2021-06-06Check that we have the expected room before m_dataSamuel Thibault7-0/+30
2021-06-06Merge branch 'ncsi_pack' into 'master'Samuel Thibault2-33/+33
2021-06-03ncsi: Mark ncsi headers with SLIRP_PACKEDSamuel Thibault1-29/+29
2021-06-03ncsi: make ncsi_calculate_checksum work with unaligned dataSamuel Thibault1-4/+4
2021-05-25src/ip: Fix typos in commentsThomas Huth2-2/+2
2021-05-09SlirpCb: explicit that it is fine for a guest to drop framesSamuel Thibault1-5/+5
2021-05-09ndp_table: For unspecified address, return broadcast ethernet addressSamuel Thibault1-1/+6
2021-05-07Remove alloca() call in get_dns_addr_resolv_conf()Philippe Mathieu-Daudé1-5/+9
2021-04-12Merge branch 'lazy-ipv6-resolution' into 'master'Samuel Thibault6-13/+130
2021-04-12Perform lazy guest address resolution for IPv6Doug Evans6-13/+130
2021-04-07Merge branch 'listen_v6only' into 'master'Samuel Thibault6-2/+18
2021-04-06Merge branch 'newtcpcb-no-fail' into 'master'Samuel Thibault1-4/+1
2021-04-06slirp_add_host*fwd: Ensure all error paths set errnoDoug Evans4-2/+14
2021-03-29tcpx_listen: tcp_newtcpcb doesn't failDoug Evans1-4/+1
2021-03-29Remove slirp_add/remove_ipv6_hostfwdSamuel Thibault7-102/+0
2021-03-17Merge branch 'verbose-if-start' into 'master'Samuel Thibault3-1/+10
2021-03-17hostfwd: Add SLIRP_HOSTFWD_V6ONLY flagSamuel Thibault6-2/+18
2021-03-17Move DEBUG_CALL("if_start") to DEBUG_VERBOSE_CALLDoug Evans3-1/+10
2021-03-05Add ipv4/ipv6-agnostic host forwarding functionsSamuel Thibault3-1/+85
2021-03-05udpx/tcpx_listen: Use struct sockaddr * typesSamuel Thibault4-22/+32
2021-03-04Merge branch 'neighbor-info' into 'master'Samuel Thibault9-23/+91
2021-03-03New API routine slirp_neighbor_infoDoug Evans4-4/+50
2021-03-03m_cleanup_list: make staticDoug Evans1-1/+1