45 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Tao Wu c7990a2648 slirp: Fix wrong mss bug. 9 years ago
Yuval Shaia 893dcdbfa9 slirp, disas: Replace min/max with MIN/MAX macros 10 years ago
Markus Armbruster a9c94277f0 Use #include "..." for our own headers, <...> for others 10 years ago
Stefan Weil 3424c8a9c8 wxx: Fix broken TCP networking (regression) 10 years ago
Steven Luo 6625d83a6e slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets 11 years ago
Guillaume Subiron 3feea4447f slirp: Handle IPv6 in TCP functions 11 years ago
Guillaume Subiron 1252cf40a8 slirp: Reindent after refactoring 11 years ago
Guillaume Subiron 9dfbf250d2 slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff 11 years ago
Guillaume Subiron 98c63057d2 slirp: Factorizing tcpiphdr structure with an union 11 years ago
Yann Bordenave de40abfecf slirp: Fix ICMP error sending 11 years ago
Daniel P. Berrange b16a44e13e osdep: remove use of socket_error() from all code 11 years ago
Peter Maydell 7df7482bf6 slirp: Clean up includes 11 years ago
Guillaume Subiron cc573a6924 slirp: Adding family argument to tcp_fconnect() 11 years ago
Guillaume Subiron 8a87f121ca slirp: Add sockaddr_equal, make solookup family-agnostic 11 years ago
Guillaume Subiron a5fd24aa6d slirp: Factorizing and cleaning solookup() 11 years ago
Guillaume Subiron eae303ff23 slirp: Make Socket structure IPv6 compatible 11 years ago
Stefan Weil ecc804cac3 slirp: Fix type casts and format strings in debug code 11 years ago
Stefan Weil a246a01631 slirp: Fix non blocking connect for w32 11 years ago
Gertjan Halkes b5a87d26e8 make user networking hostfwd work with restrict=y 15 years ago
Amos Kong 4d5b97da35 cleanup useless return sentence 14 years ago
Jan Kiszka 8d06d69bc4 slirp: Fix use after release on tcp_input 15 years ago
Stefan Weil b2bedb2144 Remove blanks before \n in output strings 15 years ago
Jan Kiszka 144d192d33 slirp: Fill TCP/IP header template after SYN reception 15 years ago
Jan Kiszka 3acccfc67d slirp: Replace m_freem with m_free 15 years ago
Stefan Weil b6dce92e89 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
Blue Swirl aca9fcd28e slirp: remove dead assignments, spotted by clang 17 years ago
Jan Kiszka 460fec67ee slirp: Factor out internal state structure 17 years ago
Jan Kiszka 0fe6a7f284 slirp: Drop statistic code 17 years ago
Jan Kiszka 0d62c4cfe2 slirp: Drop dead code 17 years ago
Jan Kiszka f932b6ce71 slirp: Prepare for persistent socket state flags 17 years ago
Jan Kiszka a13a4126c8 slirp: Rework internal configuration 17 years ago
blueswir1 511d2b140f Sparse fixes: NULL use, header order, ANSI prototypes, static 18 years ago
aliguori 2f5f899631 Remove the advertising clause from the slirp license 18 years ago
blueswir1 429d0a3db8 Fix 64 bit issue in slirp 18 years ago
aliguori a9ba3a856d Add slirp_restrict option (Gleb Natapov) 18 years ago
blueswir1 9634d9031c Use const and static as needed, disable unused code 19 years ago
blueswir1 31a60e2275 Make Slirp statistics gathering and output conditional to LOG_ENABLED 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
bellard 4f552e3b9a do not delay TCP acks (Ed Swierk) 21 years ago
bellard 02d2c54cd3 windows fixes (Gregory Alexander) 22 years ago
bellard a3d4af03bb allow inetd like program exec 22 years ago
bellard 379ff53dc9 win32 compile 22 years ago
bellard f0cbd3ec9f initial user mode network support 23 years ago