| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix total IP header length in forwarded TCP packets | Sjors Gielen | 2017-05-27 | 1 | -2/+2 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -1/+1 |
* | slirp: fix guest network access with darwin host | Samuel Thibault | 2016-04-28 | 1 | -1/+1 |
* | slirp: don't crash when tcp_sockclosed() is called with a NULL tp | Steven Luo | 2016-04-07 | 1 | -2/+5 |
* | slirp: Handle IPv6 in TCP functions | Guillaume Subiron | 2016-03-15 | 1 | -2/+30 |
* | slirp: Reindent after refactoring | Guillaume Subiron | 2016-03-15 | 1 | -25/+25 |
* | slirp: Generalizing and neutralizing various TCP functions before adding IPv6... | Guillaume Subiron | 2016-03-15 | 1 | -8/+29 |
* | slirp: Factorizing tcpiphdr structure with an union | Guillaume Subiron | 2016-03-15 | 1 | -9/+22 |
* | slirp: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | slirp: Adding family argument to tcp_fconnect() | Guillaume Subiron | 2016-02-04 | 1 | -2/+3 |
* | slirp: Factorizing address translation | Guillaume Subiron | 2016-02-04 | 1 | -28/+7 |
* | slirp: Make Socket structure IPv6 compatible | Guillaume Subiron | 2016-02-04 | 1 | -0/+2 |
* | slirp: Fix type casts and format strings in debug code | Stefan Weil | 2015-11-12 | 1 | -8/+8 |
* | slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR | Sebastian Ottlik | 2013-10-02 | 1 | -4/+2 |
* | slirp: remove mbuf(m_hdr,m_dat) indirection | Michael Tokarev | 2013-07-19 | 1 | -6/+6 |
* | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi | 2013-04-02 | 1 | -2/+2 |
* | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil | 2013-03-22 | 1 | -4/+4 |
* | move socket_set_nodelay to osdep.c | MORITA Kazutaka | 2013-03-04 | 1 | -2/+1 |
* | slirp/tcp_subr.c: fix coding style in tcp_connect | MORITA Kazutaka | 2013-03-04 | 1 | -68/+72 |
* | slirp: Fix error reported by static code analysis | Stefan Weil | 2012-09-13 | 1 | -1/+1 |
* | slirp: Remove wrong type casts ins debug statements | Stefan Weil | 2012-09-13 | 1 | -3/+3 |
* | slirp: Handle whole 127.0.0.0/8 network as local addresses. | Anders Waldenborg | 2012-08-03 | 1 | -2/+5 |
* | slirp: use socket_set_nonblock | Paolo Bonzini | 2012-03-28 | 1 | -2/+2 |
* | slirp: Cleanup resources on instance removal | Jan Kiszka | 2012-03-13 | 1 | -0/+7 |
* | Remove blanks before \n in output strings | Stefan Weil | 2011-09-16 | 1 | -1/+1 |
* | slirp: Replace m_freem with m_free | Jan Kiszka | 2011-07-23 | 1 | -1/+1 |
* | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil | 2010-07-25 | 1 | -6/+6 |
* | slirp: remove dead increments, spotted by clang | Blue Swirl | 2010-03-07 | 1 | -1/+1 |
* | 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 | -28/+46 |
* | slirp: Drop statistic code | Jan Kiszka | 2009-06-29 | 1 | -6/+1 |
* | slirp: Drop dead code | Jan Kiszka | 2009-06-29 | 1 | -362/+4 |
* | slirp: Mark sockets of incoming TCP connections | Jan Kiszka | 2009-06-29 | 1 | -0/+1 |
* | slirp: Bind support for host forwarding rules | Jan Kiszka | 2009-06-29 | 1 | -7/+8 |
* | slirp: Rework internal configuration | Jan Kiszka | 2009-06-29 | 1 | -11/+6 |
* | slirp: Refactor tcp_ctl | Jan Kiszka | 2009-06-29 | 1 | -79/+30 |
* | 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 | -33/+18 |
* | Remove the advertising clause from the slirp license | aliguori | 2009-01-26 | 1 | -5/+1 |
* | Fix 64 bit issue in slirp | blueswir1 | 2009-01-13 | 1 | -8/+8 |
* | Fix some SLIRP warnings | blueswir1 | 2009-01-12 | 1 | -1/+1 |
* | Redirect slirp traffic to/from qemu character device (Gleb Natapov) | aliguori | 2009-01-08 | 1 | -0/+5 |
* | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | blueswir1 | 2008-09-20 | 1 | -2/+2 |
* | Fix OpenBSD linker warnings | blueswir1 | 2008-08-21 | 1 | -18/+26 |
* | Fix slirp compilation failure when using a newer gcc | blueswir1 | 2007-11-01 | 1 | -1/+4 |
* | Add const etc. to places forgotten from the previous commit | blueswir1 | 2007-10-26 | 1 | -0/+2 |
* | Use const and static as needed, disable unused code | blueswir1 | 2007-10-26 | 1 | -26/+13 |
* | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 2007-10-26 | 1 | -5/+5 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -83/+83 |