index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
/
socket.c
Age
Commit message (
Expand
)
Author
2018-11-10
slirp: Remove code that handles socreate() failure
Peter Maydell
2018-11-10
slirp: Use g_new() to allocate sockets in socreate()
Peter Maydell
2018-10-07
slirp: Propagate host TCP RST packet to the guest after socket disconnected
Gavin Grant
2018-06-01
slirp: Fix spurious error report when sending directly
Samuel Thibault
2018-05-31
slirp/debug: Print IP addresses in human readable form
Alexey Kardashevskiy
2018-05-31
slirp: disable Nagle in ingoing connections
Samuel Thibault
2018-05-20
slirp/debug: Print IP addresses in human readable form
Alexey Kardashevskiy
2017-08-30
slirp: fix clearing ifq_so from pending packets
Samuel Thibault
2017-07-15
slirp: Handle error returns from sosendoob()
Peter Maydell
2017-07-15
slirp: Handle error returns from slirp_send() in sosendoob()
Peter Maydell
2017-05-27
slirp: fix leak
Marc-André Lureau
2017-02-26
slirp: tcp_listen(): Don't try to close() an fd we never opened
Peter Maydell
2016-11-14
slirp: Fix access to freed memory
Samuel Thibault
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-03
slirp: Support link-local DNS addresses
Samuel Thibault
2016-07-03
slirp: Add dns6 resolution
Samuel Thibault
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-04-28
slirp: fix guest network access with darwin host
Samuel Thibault
2016-04-07
slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets
Steven Luo
2016-04-07
slirp: Propagate host TCP RST to the guest.
Edgar E. Iglesias
2016-04-07
slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error
Steven Luo
2016-03-15
slirp: Adding IPv6 address for DNS relay
Guillaume Subiron
2016-03-15
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
2016-03-15
slirp: Adding IPv6 UDP support
Guillaume Subiron
2016-03-15
slirp: Fix ICMP error sending
Yann Bordenave
2016-02-04
slirp: Clean up includes
Peter Maydell
2016-02-04
slirp: Add sockaddr_equal, make solookup family-agnostic
Guillaume Subiron
2016-02-04
slirp: Factorizing and cleaning solookup()
Guillaume Subiron
2016-02-04
slirp: Factorizing address translation
Guillaume Subiron
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
2015-11-12
slirp: Fix type casts and format strings in debug code
Stefan Weil
2013-10-02
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
2013-09-01
slirp: Port redirection option behave differently on Linux and Windows
Taimoor Mirza
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
2013-02-26
slirp: Properly initialize pollfds_idx of new sockets
Jan Kiszka
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
2010-07-25
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-04-20
slirp: fix structure initialization in tcp_listen()
Juha Riihimäki
2010-03-07
slirp: remove dead initialization, spotted by clang
Blue Swirl
2009-12-03
Don't leak file descriptors
Kevin Wolf
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
2009-06-29
slirp: Cleanup and basic reanimation of debug code
Jan Kiszka
2009-06-29
slirp: Drop dead code
Jan Kiszka
2009-06-29
slirp: Prepare for persistent socket state flags
Jan Kiszka
2009-06-29
slirp: Bind support for host forwarding rules
Jan Kiszka
2009-06-29
slirp: Rework internal configuration
Jan Kiszka
2009-06-13
Fix mingw32 build warnings
Blue Swirl
[next]