- ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 10 years ago
- aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
- 0e44486 slirp: remove mbuf(m_hdr,m_dat) indirection by Michael Tokarev · 12 years ago
- f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
- 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
- bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 12 years ago
- 4ef7b89 slirp/tcp_subr.c: fix coding style in tcp_connect by MORITA Kazutaka · 12 years ago
- e56afbc5 slirp: Fix error reported by static code analysis by Stefan Weil · 13 years ago
- c4d12a7 slirp: Remove wrong type casts ins debug statements by Stefan Weil · 13 years ago
- 648cd33 slirp: Handle whole 127.0.0.0/8 network as local addresses. by Anders Waldenborg · 13 years ago
- 1c5970a slirp: use socket_set_nonblock by Paolo Bonzini · 13 years ago
- a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
- b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
- 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
- b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 15 years ago
- 369c86e slirp: remove dead increments, spotted by clang by Blue Swirl · 15 years ago
- 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
- df7a86e slirp: Read host DNS config on demand by Ed Swierk · 16 years ago
- 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
- 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
- 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
- 4a82347 slirp: Mark sockets of incoming TCP connections by Jan Kiszka · 16 years ago
- 3c6a058 slirp: Bind support for host forwarding rules by Jan Kiszka · 16 years ago
- a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
- b35725c slirp: Refactor tcp_ctl by Jan Kiszka · 16 years ago
- d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
- 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
- 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
- 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
- 0580ac9 Fix some SLIRP warnings by blueswir1 · 16 years ago
- e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
- b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
- 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
- 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
- 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
- 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
- 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- eaf7e70 Enable TCP_NODELAY, by Daniel Jacobowitz. by ths · 18 years ago
- 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
- 99679ec removed warning by bellard · 20 years ago
- a3d4af0 allow inetd like program exec by bellard · 21 years ago
- 379ff53 win32 compile by bellard · 21 years ago
- 9fafc9e avoid errno variable name by bellard · 21 years ago
- f0cbd3e initial user mode network support by bellard · 21 years ago