index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
slirp
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-10
slirp: Remove code that handles socreate() failure
Peter Maydell
1
-3
/
+0
2018-11-10
slirp: Use g_new() to allocate sockets in socreate()
Peter Maydell
1
-8
/
+6
2018-10-07
slirp: Propagate host TCP RST packet to the guest after socket disconnected
Gavin Grant
1
-3
/
+10
2018-06-01
slirp: Fix spurious error report when sending directly
Samuel Thibault
1
-7
/
+7
2018-05-31
slirp/debug: Print IP addresses in human readable form
Alexey Kardashevskiy
1
-2
/
+2
2018-05-31
slirp: disable Nagle in ingoing connections
Samuel Thibault
1
-0
/
+2
2018-05-20
slirp/debug: Print IP addresses in human readable form
Alexey Kardashevskiy
1
-4
/
+4
2017-08-30
slirp: fix clearing ifq_so from pending packets
Samuel Thibault
1
-16
/
+23
2017-07-15
slirp: Handle error returns from sosendoob()
Peter Maydell
1
-6
/
+17
2017-07-15
slirp: Handle error returns from slirp_send() in sosendoob()
Peter Maydell
1
-11
/
+18
2017-05-27
slirp: fix leak
Marc-André Lureau
1
-0
/
+3
2017-02-26
slirp: tcp_listen(): Don't try to close() an fd we never opened
Peter Maydell
1
-1
/
+3
2016-11-14
slirp: Fix access to freed memory
Samuel Thibault
1
-0
/
+17
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-07-03
slirp: Support link-local DNS addresses
Samuel Thibault
1
-1
/
+4
2016-07-03
slirp: Add dns6 resolution
Samuel Thibault
1
-2
/
+2
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-04-28
slirp: fix guest network access with darwin host
Samuel Thibault
1
-1
/
+1
2016-04-07
slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets
Steven Luo
1
-1
/
+1
2016-04-07
slirp: Propagate host TCP RST to the guest.
Edgar E. Iglesias
1
-1
/
+16
2016-04-07
slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error
Steven Luo
1
-6
/
+11
2016-03-15
slirp: Adding IPv6 address for DNS relay
Guillaume Subiron
1
-0
/
+32
2016-03-15
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
1
-1
/
+12
2016-03-15
slirp: Adding IPv6 UDP support
Guillaume Subiron
1
-7
/
+36
2016-03-15
slirp: Fix ICMP error sending
Yann Bordenave
1
-2
/
+2
2016-02-04
slirp: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-04
slirp: Add sockaddr_equal, make solookup family-agnostic
Guillaume Subiron
1
-15
/
+6
2016-02-04
slirp: Factorizing and cleaning solookup()
Guillaume Subiron
1
-13
/
+24
2016-02-04
slirp: Factorizing address translation
Guillaume Subiron
1
-20
/
+92
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
1
-3
/
+11
2015-11-12
slirp: Fix type casts and format strings in debug code
Stefan Weil
1
-9
/
+9
2013-10-02
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+1
2013-09-01
slirp: Port redirection option behave differently on Linux and Windows
Taimoor Mirza
1
-0
/
+2
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-2
/
+2
2013-02-26
slirp: Properly initialize pollfds_idx of new sockets
Jan Kiszka
1
-0
/
+1
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
1
-9
/
+0
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-2
/
+2
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
1
-0
/
+2
2010-07-25
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
1
-1
/
+1
2010-04-20
slirp: fix structure initialization in tcp_listen()
Juha Riihimäki
1
-0
/
+1
2010-03-07
slirp: remove dead initialization, spotted by clang
Blue Swirl
1
-4
/
+0
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-1
/
+1
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
1
-1
/
+2
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
1
-14
/
+23
2009-06-29
slirp: Cleanup and basic reanimation of debug code
Jan Kiszka
1
-1
/
+2
2009-06-29
slirp: Drop dead code
Jan Kiszka
1
-53
/
+0
2009-06-29
slirp: Prepare for persistent socket state flags
Jan Kiszka
1
-8
/
+14
2009-06-29
slirp: Bind support for host forwarding rules
Jan Kiszka
1
-5
/
+5
2009-06-29
slirp: Rework internal configuration
Jan Kiszka
1
-8
/
+5
2009-06-13
Fix mingw32 build warnings
Blue Swirl
1
-1
/
+6
[next]