| Commit message (Expand) | Author | Age | Files | Lines |
* | slirp: Fix wrong mss bug. |  Tao Wu | 2017-05-27 | 1 | -2/+2 |
* | slirp, disas: Replace min/max with MIN/MAX macros |  Yuval Shaia | 2016-12-20 | 1 | -8/+8 |
* | Use #include "..." for our own headers, <...> for others |  Markus Armbruster | 2016-07-12 | 1 | -1/+1 |
* | wxx: Fix broken TCP networking (regression) |  Stefan Weil | 2016-04-15 | 1 | -0/+1 |
* | slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets |  Steven Luo | 2016-04-07 | 1 | -0/+6 |
* | slirp: Handle IPv6 in TCP functions |  Guillaume Subiron | 2016-03-15 | 1 | -6/+66 |
* | slirp: Reindent after refactoring |  Guillaume Subiron | 2016-03-15 | 1 | -52/+52 |
* | slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff |  Guillaume Subiron | 2016-03-15 | 1 | -14/+59 |
* | slirp: Factorizing tcpiphdr structure with an union |  Guillaume Subiron | 2016-03-15 | 1 | -11/+24 |
* | slirp: Fix ICMP error sending |  Yann Bordenave | 2016-03-15 | 1 | -1/+1 |
* | osdep: remove use of socket_error() from all code |  Daniel P. Berrange | 2016-03-10 | 1 | -4/+0 |
* | 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 | -1/+1 |
* | slirp: Add sockaddr_equal, make solookup family-agnostic |  Guillaume Subiron | 2016-02-04 | 1 | -9/+14 |
* | slirp: Factorizing and cleaning solookup() |  Guillaume Subiron | 2016-02-04 | 1 | -10/+3 |
* | 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 | -7/+7 |
* | slirp: Fix non blocking connect for w32 |  Stefan Weil | 2015-09-24 | 1 | -1/+7 |
* | make user networking hostfwd work with restrict=y |  Gertjan Halkes | 2013-06-19 | 1 | -10/+16 |
* | cleanup useless return sentence |  Amos Kong | 2012-10-05 | 1 | -2/+0 |
* | slirp: Fix use after release on tcp_input |  Jan Kiszka | 2011-09-28 | 1 | -12/+10 |
* | Merge remote-tracking branch 'kiszka/queues/slirp' into staging |  Anthony Liguori | 2011-09-20 | 1 | -0/+1 |
|\ |
|
| * | slirp: Fill TCP/IP header template after SYN reception |  Jan Kiszka | 2011-09-16 | 1 | -0/+1 |
* | | Remove blanks before \n in output strings |  Stefan Weil | 2011-09-16 | 1 | -4/+4 |
|/ |
|
* | slirp: Replace m_freem with m_free |  Jan Kiszka | 2011-07-23 | 1 | -5/+5 |
* | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types |  Stefan Weil | 2010-07-25 | 1 | -2/+2 |
* | slirp: remove dead assignments, spotted by clang |  Blue Swirl | 2010-03-07 | 1 | -12/+7 |
* | slirp: Factor out internal state structure |  Jan Kiszka | 2009-06-29 | 1 | -18/+17 |
* | slirp: Drop statistic code |  Jan Kiszka | 2009-06-29 | 1 | -46/+3 |
* | slirp: Drop dead code |  Jan Kiszka | 2009-06-29 | 1 | -201/+9 |
* | slirp: Prepare for persistent socket state flags |  Jan Kiszka | 2009-06-29 | 1 | -1/+2 |
* | slirp: Rework internal configuration |  Jan Kiszka | 2009-06-29 | 1 | -7/+9 |
* | Sparse fixes: NULL use, header order, ANSI prototypes, static |  blueswir1 | 2009-03-07 | 1 | -16/+11 |
* | 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 | -21/+22 |
* | Add slirp_restrict option (Gleb Natapov) |  aliguori | 2009-01-08 | 1 | -1/+10 |
* | Use const and static as needed, disable unused code |  blueswir1 | 2007-10-26 | 1 | -28/+27 |
* | Make Slirp statistics gathering and output conditional to LOG_ENABLED |  blueswir1 | 2007-10-26 | 1 | -39/+39 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. |  ths | 2007-09-17 | 1 | -26/+26 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files |  ths | 2007-09-16 | 1 | -83/+83 |
* | do not delay TCP acks (Ed Swierk) |  bellard | 2006-05-01 | 1 | -21/+4 |
* | windows fixes (Gregory Alexander) |  bellard | 2004-10-07 | 1 | -1/+1 |
* | allow inetd like program exec |  bellard | 2004-09-05 | 1 | -3/+3 |
* | win32 compile |  bellard | 2004-07-12 | 1 | -3/+0 |
* | initial user mode network support |  bellard | 2004-04-22 | 1 | -0/+1745 |