index
:
riscv-gnu-toolchain/qemu/slirp.git
master
memory_leaks
msvc
ndp-leak
stable-4.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
IPv6 DNS proxying support
Noah
1
-4
/
+131
2022-01-23
Add missing scope_id in caching
Samuel Thibault
1
-7
/
+24
2021-12-12
Drop fixed TODO
Samuel Thibault
1
-1
/
+0
2021-11-30
socket: Move closesocket(so->s_aux) to sofree
Nicholas Ngai
3
-6
/
+4
2021-11-29
socket: Check so_type instead of so_tcpcb for Unix-to-inet translation
Nicholas Ngai
1
-3
/
+22
2021-11-29
Merge branch 'master' into hostfwd-unix
Nicholas Ngai
12
-44
/
+84
2021-11-29
socket: Add s_aux field to struct socket for storing auxilliary socket
Nicholas Ngai
4
-2
/
+11
2021-11-29
socket: Initialize so_type in socreate
Nicholas Ngai
8
-12
/
+13
2021-11-27
socket: Allocate Unix-to-TCP hostfwd port from OS by binding to port 0
Nicholas Ngai
1
-4
/
+73
2021-11-18
Allow to disable internal DHCP server
Rafael Gieschke
4
-2
/
+13
2021-11-11
Merge branch 'icmp_raw' into 'master'
Samuel Thibault
1
-22
/
+38
2021-11-12
slirp_pollfds_fill: Explain why dividing so_snd.sb_datalen by two
Samuel Thibault
2
-2
/
+8
2021-10-12
socket: Check address family for Unix-to-inet accept translation
Nicholas Ngai
1
-3
/
+11
2021-10-12
socket: Add debug args for tcpx_listen (inet and Unix sockets)
Nicholas Ngai
1
-0
/
+33
2021-10-12
socket: Restore original definition of fhost
Nicholas Ngai
2
-13
/
+2
2021-10-12
socket: Move <sys/un.h> include to socket.h
Nicholas Ngai
2
-1
/
+4
2021-09-27
Support Unix sockets in hostfwd
Nicholas Ngai
4
-14
/
+34
2021-09-26
resolv: fix IPv6 resolution on Darwin
osy
1
-6
/
+12
2021-09-18
Use the exact sockaddr size in getnameinfo call
Samuel Thibault
1
-2
/
+14
2021-09-14
Initialize sin6_scope_id to zero
Saar Gross
1
-0
/
+3
2021-09-05
slirp_socketpair_with_oob: Connect pair through 127.0.0.1
Samuel Thibault
1
-1
/
+1
2021-08-24
Merge branch 'libresolv-leak-fix' into 'master'
Marc-André Lureau
1
-1
/
+1
2021-08-23
resolv: fix memory leak when using libresolv
osy
1
-1
/
+1
2021-07-05
Haiku: proper path to resolv.conf for DNS server
Richard Zak
1
-2
/
+8
2021-07-03
Fix for Haiku
Richard Zak
1
-2
/
+0
2021-06-21
dhcp: Always send DHCP_OPT_LEN bytes in options
Samuel Thibault
1
-3
/
+3
2021-06-18
Fix "DHCP broken in libslirp v4.6.0"
Akihiro Suda
1
-1
/
+3
2021-06-14
udp: check upd_input buffer size
Marc-André Lureau
1
-1
/
+4
2021-06-14
tftp: introduce a header structure
Marc-André Lureau
2
-30
/
+36
2021-06-14
tftp: check tftp_input buffer size
Marc-André Lureau
1
-1
/
+5
2021-06-14
upd6: check udp6_input buffer size
Marc-André Lureau
1
-1
/
+4
2021-06-14
bootp: check bootp_input buffer size
Marc-André Lureau
1
-2
/
+2
2021-06-14
bootp: limit vendor-specific area to input packet memory buffer
Marc-André Lureau
4
-12
/
+22
2021-06-14
Add mtod_check()
Marc-André Lureau
2
-0
/
+12
2021-06-07
icmp: Support falling back on trying a SOCK_RAW socket
Samuel Thibault
1
-22
/
+38
2021-06-07
poll_fd: add missing fd registration for UDP and ICMP
Samuel Thibault
2
-0
/
+2
2021-06-07
icmp: Document the use of UDP echo service
Samuel Thibault
1
-0
/
+5
2021-06-06
mbuf: Avoid warning
Samuel Thibault
1
-0
/
+1
2021-06-06
timer_mod: explicit that expire_time is in ms, not ns
Samuel Thibault
1
-1
/
+1
2021-06-06
Merge branch 'valgrind' into 'master'
Samuel Thibault
12
-5
/
+148
2021-06-06
mbuf: Add debugging helpers for allocation
Samuel Thibault
12
-12
/
+125
2021-06-06
Check that we have the expected room before m_data
Samuel Thibault
7
-0
/
+30
2021-06-06
Merge branch 'ncsi_pack' into 'master'
Samuel Thibault
2
-33
/
+33
2021-06-03
ncsi: Mark ncsi headers with SLIRP_PACKED
Samuel Thibault
1
-29
/
+29
2021-06-03
ncsi: make ncsi_calculate_checksum work with unaligned data
Samuel Thibault
1
-4
/
+4
2021-05-25
src/ip: Fix typos in comments
Thomas Huth
2
-2
/
+2
2021-05-09
SlirpCb: explicit that it is fine for a guest to drop frames
Samuel Thibault
1
-5
/
+5
2021-05-09
ndp_table: For unspecified address, return broadcast ethernet address
Samuel Thibault
1
-1
/
+6
2021-05-07
Remove alloca() call in get_dns_addr_resolv_conf()
Philippe Mathieu-Daudé
1
-5
/
+9
2021-04-12
Merge branch 'lazy-ipv6-resolution' into 'master'
Samuel Thibault
6
-13
/
+130
[next]