index
:
rocket-tools/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
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
socket: Handle ECONNABORTED from recv
Rich
1
-2
/
+2
2022-02-11
Rename insque/remque -> slirp_[ins|rem]que
Brett Nash
1
-6
/
+6
2022-02-10
mbuf: Use SLIRP_DEBUG to enable mbuf debugging instead of DEBUG
Brett Nash
1
-1
/
+1
2021-12-12
Drop fixed TODO
Samuel Thibault
1
-1
/
+0
2021-11-30
socket: Move closesocket(so->s_aux) to sofree
Nicholas Ngai
1
-0
/
+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
1
-2
/
+3
2021-11-29
socket: Add s_aux field to struct socket for storing auxilliary socket
Nicholas Ngai
1
-2
/
+3
2021-11-29
socket: Initialize so_type in socreate
Nicholas Ngai
1
-2
/
+3
2021-11-27
socket: Allocate Unix-to-TCP hostfwd port from OS by binding to port 0
Nicholas Ngai
1
-4
/
+73
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-09-27
Support Unix sockets in hostfwd
Nicholas Ngai
1
-12
/
+7
2021-04-12
Merge branch 'lazy-ipv6-resolution' into 'master'
Samuel Thibault
1
-0
/
+81
2021-04-12
Perform lazy guest address resolution for IPv6
Doug Evans
1
-0
/
+81
2021-04-07
Merge branch 'listen_v6only' into 'master'
Samuel Thibault
1
-0
/
+1
2021-04-06
Merge branch 'newtcpcb-no-fail' into 'master'
Samuel Thibault
1
-4
/
+1
2021-04-06
slirp_add_host*fwd: Ensure all error paths set errno
Doug Evans
1
-0
/
+1
2021-03-29
tcpx_listen: tcp_newtcpcb doesn't fail
Doug Evans
1
-4
/
+1
2021-03-29
Remove slirp_add/remove_ipv6_hostfwd
Samuel Thibault
1
-19
/
+0
2021-03-17
hostfwd: Add SLIRP_HOSTFWD_V6ONLY flag
Samuel Thibault
1
-0
/
+1
2021-03-05
udpx/tcpx_listen: Use struct sockaddr * types
Samuel Thibault
1
-10
/
+11
2021-03-01
udpx/tcpx_listen: Add missing const qualifier
Samuel Thibault
1
-7
/
+7
2021-02-28
Expose udpx_listen and tcpx_listen as taking sockaddr
Samuel Thibault
1
-53
/
+43
2021-02-28
TODO for generalizing the hostfwd calls
Samuel Thibault
1
-0
/
+2
2021-02-11
tcpx_listen: Pass sizeof(addr) to memset
Doug Evans
1
-2
/
+2
2021-02-03
Add ipv6 host forward support
Doug Evans
1
-26
/
+66
2020-12-01
Merge branch 'consume-empty-packet' into 'master'
Samuel Thibault
1
-3
/
+0
2020-12-01
socket: consume empty packets
Giuseppe Scrivano
1
-3
/
+0
2020-11-27
Merge branch 'errors' into 'master'
Samuel Thibault
1
-1
/
+59
2020-08-19
sosendoob: better document what urgc is used for
Samuel Thibault
1
-3
/
+4
2020-07-19
udp, udp6, icmp, icmp6: Enable forwarding errors on Linux
Samuel Thibault
1
-1
/
+59
2020-06-01
Remove unnecessary break
Philippe Mathieu-Daudé
1
-3
/
+0
2020-03-24
limit vnameserver_addr to port 53
5eraph
1
-2
/
+2
2020-03-23
disable_dns option
5eraph
1
-2
/
+2
2020-03-17
Revert "socket: remove need for extra scope_id variable"
Marc-André Lureau
1
-1
/
+6
2020-03-16
socket: do not fallback on loopback addr for addresses in our mask/prefix
Marc-André Lureau
1
-16
/
+12
2020-03-16
socket: do not fallback on host loopback if get_dns_addr() failed
Marc-André Lureau
1
-6
/
+2
2020-03-16
socket: remove need for extra scope_id variable
Marc-André Lureau
1
-3
/
+1
2020-03-16
socket: factor out sotranslate ipv4/ipv6 handling
Marc-André Lureau
1
-42
/
+54
2020-03-16
socket: remove extra label and variable
Marc-André Lureau
1
-9
/
+6
2019-12-01
Merge branch 'mem-cleanups' into 'master'
Marc-André Lureau
1
-1
/
+1
2019-11-22
Merge branch 'broadcast' into 'master'
Samuel Thibault
1
-0
/
+6
2019-11-21
Replace remaining malloc/free user with glib
Marc-André Lureau
1
-1
/
+1
2019-11-21
socket: avoid getpeername after shutdown(SHUT_WR)
Giuseppe Scrivano
1
-1
/
+3
2019-10-13
Make host receive broadcast packets
Samuel Thibault
1
-0
/
+6
2019-08-01
add disable_host_loopback (prohibit connections to 127.0.0.1)
Akihiro Suda
1
-10
/
+20
2019-04-15
Gcc 9 -O3 fix
Dr. David Alan Gilbert
1
-1
/
+4
2019-03-22
slirp: remove reference to COPYRIGHT file
Marc-André Lureau
1
-3
/
+0
2019-03-22
slirp: clarify license of slirp files using SPDX: implicit via COPYRIGHT
Marc-André Lureau
1
-0
/
+1
[next]