| Commit message (Expand) | Author | Age | Files | Lines |
* | slirp: move sources to src/ subdirectory |  Marc-André Lureau | 2019-03-07 | 1 | -1556/+0 |
* | slirp: Mark pieces missing IPv6 support |  Samuel Thibault | 2019-03-06 | 1 | -0/+2 |
* | slirp: prefer c99 types over BSD kind |  Marc-André Lureau | 2019-02-07 | 1 | -11/+11 |
* | slirp: replace remaining qemu headers dependency |  Marc-André Lureau | 2019-02-07 | 1 | -1/+0 |
* | slirp: replace qemu_notify_event() with a callback |  Marc-André Lureau | 2019-02-07 | 1 | -3/+3 |
* | slirp: call into g_debug() for DEBUG macros |  Marc-André Lureau | 2019-01-14 | 1 | -4/+3 |
* | slirp: replace DEBUG_ARGS with DEBUG_ARG |  Marc-André Lureau | 2019-01-14 | 1 | -3/+3 |
* | slirp: rename exec_list |  Marc-André Lureau | 2019-01-14 | 1 | -3/+3 |
* | slirp: remove dead TCP_ACK_HACK code |  Marc-André Lureau | 2019-01-14 | 1 | -22/+1 |
* | slirp: remove #if notdef dead code |  Marc-André Lureau | 2019-01-14 | 1 | -39/+0 |
* | slirp: improve a bit the debug macros |  Marc-André Lureau | 2019-01-14 | 1 | -8/+7 |
* | slirp: replace compile time DO_KEEPALIVE |  Marc-André Lureau | 2019-01-14 | 1 | -1/+1 |
* | remove space-tab sequences |  Paolo Bonzini | 2019-01-11 | 1 | -5/+5 |
* | slirp: Remove code that handles socreate() failure |  Peter Maydell | 2018-11-10 | 1 | -2/+1 |
* | slirp: Use g_new() to allocate sockets in socreate() |  Peter Maydell | 2018-11-10 | 1 | -2/+2 |
* | 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 |