aboutsummaryrefslogtreecommitdiff
path: root/slirp/socket.c
AgeCommit message (Expand)Author
2016-03-15slirp: Fix ICMP error sendingYann Bordenave
2016-02-04slirp: Clean up includesPeter Maydell
2016-02-04slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron
2016-02-04slirp: Factorizing and cleaning solookup()Guillaume Subiron
2016-02-04slirp: Factorizing address translationGuillaume Subiron
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-02-26slirp: Properly initialize pollfds_idx of new socketsJan Kiszka
2013-02-21slirp: switch to GPollFDStefan Hajnoczi
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl
2009-12-03Don't leak file descriptorsKevin Wolf
2009-08-27slirp: Read host DNS config on demandEd Swierk
2009-06-29slirp: Factor out internal state structureJan Kiszka
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29slirp: Drop dead codeJan Kiszka
2009-06-29slirp: Prepare for persistent socket state flagsJan Kiszka
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka
2009-06-29slirp: Rework internal configurationJan Kiszka
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-05Make struct iovec universally availablealiguori
2008-10-01Fix warning about variables used uninitializedblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard
2006-04-25Solaris port (Ben Taylor)bellard
2006-03-11Set SO_REUSEADDR before calling bind().pbrook
2004-11-24socket send fixbellard
2004-11-21fixed invalid received lengthbellard
2004-10-07windows fixes (Gregory Alexander)bellard
2004-07-12win32 compilebellard
2004-04-22initial user mode network supportbellard