| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-27 | 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 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -147/+147 |
* | Enable TCP_NODELAY, by Daniel Jacobowitz. | ths | 2006-12-21 | 1 | -0/+2 |
* | separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) | bellard | 2006-05-03 | 1 | -2/+2 |
* | removed warning | bellard | 2004-09-18 | 1 | -1/+1 |
* | allow inetd like program exec | bellard | 2004-09-05 | 1 | -5/+4 |
* | win32 compile | bellard | 2004-07-12 | 1 | -3/+3 |
* | avoid errno variable name | bellard | 2004-04-26 | 1 | -1/+1 |
* | initial user mode network support | bellard | 2004-04-22 | 1 | -0/+1325 |