- ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 9 years ago
- aad1239 slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
- efcb7e4 slirp: Port redirection option behave differently on Linux and Windows by Taimoor Mirza · 12 years ago
- 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
- 7bd43ec slirp: Properly initialize pollfds_idx of new sockets by Jan Kiszka · 12 years ago
- 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
- 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
- e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets 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
- ab07b98 slirp: fix structure initialization in tcp_listen() by Juha Riihimäki · 15 years ago
- 7071ff3 slirp: remove dead initialization, 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 · 15 years ago
- 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
- 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 16 years ago
- 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
- f932b6c slirp: Prepare for persistent socket state flags 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
- c5b76b3 Fix mingw32 build warnings by Blue Swirl · 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
- e1c5a2b Redirect slirp traffic to/from qemu character device (Gleb Natapov) by aliguori · 16 years ago
- 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
- bf9298b Make struct iovec universally available by aliguori · 16 years ago
- 66029f6 Fix warning about variables used uninitialized by blueswir1 · 16 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
- 242acf3 Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test. by balrog · 17 years ago
- 9634d90 Use const and static as needed, disable unused code 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
- 8dbca8d separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) by bellard · 19 years ago
- ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
- b55669b Set SO_REUSEADDR before calling bind(). by pbrook · 19 years ago
- 3bc2175 socket send fix by bellard · 20 years ago
- 17444c9 fixed invalid received length by bellard · 20 years ago
- 02d2c54 windows fixes (Gregory Alexander) by bellard · 20 years ago
- 379ff53 win32 compile by bellard · 21 years ago
- f0cbd3e initial user mode network support by bellard · 21 years ago