| Commit message (Expand) | Author | Age | Files | Lines |
* | slirp: fix leak | Marc-André Lureau | 2017-05-27 | 1 | -0/+3 |
* | slirp: tcp_listen(): Don't try to close() an fd we never opened | Peter Maydell | 2017-02-26 | 1 | -1/+3 |
* | slirp: Fix access to freed memory | Samuel Thibault | 2016-11-14 | 1 | -0/+17 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -1/+1 |
* | slirp: Support link-local DNS addresses | Samuel Thibault | 2016-07-03 | 1 | -1/+4 |
* | slirp: Add dns6 resolution | Samuel Thibault | 2016-07-03 | 1 | -2/+2 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | slirp: fix guest network access with darwin host | Samuel Thibault | 2016-04-28 | 1 | -1/+1 |
* | slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets | Steven Luo | 2016-04-07 | 1 | -1/+1 |
* | slirp: Propagate host TCP RST to the guest. | Edgar E. Iglesias | 2016-04-07 | 1 | -1/+16 |
* | slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error | Steven Luo | 2016-04-07 | 1 | -6/+11 |
* | slirp: Adding IPv6 address for DNS relay | Guillaume Subiron | 2016-03-15 | 1 | -0/+32 |
* | slirp: Factorizing tcpiphdr structure with an union | Guillaume Subiron | 2016-03-15 | 1 | -1/+12 |
* | slirp: Adding IPv6 UDP support | Guillaume Subiron | 2016-03-15 | 1 | -7/+36 |
* | slirp: Fix ICMP error sending | Yann Bordenave | 2016-03-15 | 1 | -2/+2 |
* | slirp: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | slirp: Add sockaddr_equal, make solookup family-agnostic | Guillaume Subiron | 2016-02-04 | 1 | -15/+6 |
* | slirp: Factorizing and cleaning solookup() | Guillaume Subiron | 2016-02-04 | 1 | -13/+24 |
* | slirp: Factorizing address translation | Guillaume Subiron | 2016-02-04 | 1 | -20/+92 |
* | slirp: Make Socket structure IPv6 compatible | Guillaume Subiron | 2016-02-04 | 1 | -3/+11 |
* | slirp: Fix type casts and format strings in debug code | Stefan Weil | 2015-11-12 | 1 | -9/+9 |
* | slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR | Sebastian Ottlik | 2013-10-02 | 1 | -3/+1 |
* | slirp: Port redirection option behave differently on Linux and Windows | Taimoor Mirza | 2013-09-01 | 1 | -0/+2 |
* | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil | 2013-03-22 | 1 | -2/+2 |
* | slirp: Properly initialize pollfds_idx of new sockets | Jan Kiszka | 2013-02-26 | 1 | -0/+1 |
* | slirp: switch to GPollFD | Stefan Hajnoczi | 2013-02-21 | 1 | -9/+0 |
* | Wrap recv to avoid warnings | Blue Swirl | 2011-07-25 | 1 | -2/+2 |
* | slirp: Forward ICMP echo requests via unprivileged sockets | Jan Kiszka | 2011-07-23 | 1 | -0/+2 |
* | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil | 2010-07-25 | 1 | -1/+1 |
* | slirp: fix structure initialization in tcp_listen() | Juha Riihimäki | 2010-04-20 | 1 | -0/+1 |
* | slirp: remove dead initialization, spotted by clang | Blue Swirl | 2010-03-07 | 1 | -4/+0 |
* | Don't leak file descriptors | Kevin Wolf | 2009-12-03 | 1 | -1/+1 |
* | slirp: Read host DNS config on demand | Ed Swierk | 2009-08-28 | 1 | -1/+2 |
* | slirp: Factor out internal state structure | Jan Kiszka | 2009-06-29 | 1 | -14/+23 |
* | slirp: Cleanup and basic reanimation of debug code | Jan Kiszka | 2009-06-29 | 1 | -1/+2 |
* | slirp: Drop dead code | Jan Kiszka | 2009-06-29 | 1 | -53/+0 |
* | slirp: Prepare for persistent socket state flags | Jan Kiszka | 2009-06-29 | 1 | -8/+14 |
* | slirp: Bind support for host forwarding rules | Jan Kiszka | 2009-06-29 | 1 | -5/+5 |
* | slirp: Rework internal configuration | Jan Kiszka | 2009-06-29 | 1 | -8/+5 |
* | Fix mingw32 build warnings | Blue Swirl | 2009-06-13 | 1 | -1/+6 |
* | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 | 2009-03-16 | 1 | -1/+0 |
* | Sparse fixes: NULL use, header order, ANSI prototypes, static | blueswir1 | 2009-03-07 | 1 | -36/+16 |
* | Redirect slirp traffic to/from qemu character device (Gleb Natapov) | aliguori | 2009-01-08 | 1 | -21/+80 |
* | Remove unnecessary trailing newlines | blueswir1 | 2008-12-13 | 1 | -1/+0 |
* | Make struct iovec universally available | aliguori | 2008-12-05 | 1 | -0/+1 |
* | Fix warning about variables used uninitialized | blueswir1 | 2008-10-01 | 1 | -0/+4 |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2008-08-30 | 1 | -1/+0 |
* | Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. | balrog | 2008-05-10 | 1 | -2/+3 |
* | Use const and static as needed, disable unused code | blueswir1 | 2007-10-26 | 1 | -11/+15 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -11/+11 |