aboutsummaryrefslogtreecommitdiff
path: root/tcp_subr.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-04-28slirp: fix guest network access with darwin hostv2.6.0-rc5v2.6.0-rc4v2.6.0Samuel Thibault1-1/+1
2016-04-07slirp: don't crash when tcp_sockclosed() is called with a NULL tpSteven Luo1-2/+5
2016-03-15slirp: Handle IPv6 in TCP functionsGuillaume Subiron1-2/+30
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron1-31/+52
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron1-8/+21
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2016-02-04slirp: Adding family argument to tcp_fconnect()Guillaume Subiron1-2/+3
2016-02-04slirp: Factorizing address translationGuillaume Subiron1-29/+7
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron1-0/+2
2015-11-12slirp: Fix type casts and format strings in debug codev2.5.1.1v2.5.1v2.5.0-rc4v2.5.0-rc3v2.5.0-rc2v2.5.0-rc1v2.5.0-rc0v2.5.0Stefan Weil1-8/+8
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-4/+2
2013-07-19slirp: remove mbuf(m_hdr,m_dat) indirectionv1.6.2v1.6.1v1.6.0-rc3v1.6.0-rc2v1.6.0-rc1v1.6.0-rc0v1.6.0Michael Tokarev1-13/+11
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-4/+4
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-2/+1
2013-03-04slirp/tcp_subr.c: fix coding style in tcp_connectMORITA Kazutaka1-7/+10
2012-09-13slirp: Fix error reported by static code analysisStefan Weil1-1/+1
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil1-3/+3
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg1-1/+4
2012-03-28slirp: use socket_set_nonblockPaolo Bonzini1-2/+2
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+7
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka1-1/+1
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-6/+6
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl1-1/+1
2009-12-03Don't leak file descriptorsv0.12.1v0.12.0-rc2v0.12.0-rc1v0.12.0-rc0v0.12.0Kevin Wolf1-1/+1
2009-08-27slirp: Read host DNS config on demandEd Swierk1-1/+2
2009-06-29slirp: Factor out internal state structureJan Kiszka1-36/+43
2009-06-29slirp: Drop statistic codeJan Kiszka1-6/+1
2009-06-29slirp: Drop dead codeJan Kiszka1-360/+4
2009-06-29slirp: Mark sockets of incoming TCP connectionsJan Kiszka1-0/+1
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka1-12/+14
2009-06-29slirp: Rework internal configurationJan Kiszka1-11/+7
2009-06-29slirp: Refactor tcp_ctlJan Kiszka1-59/+10
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-22/+18
2009-01-26Remove the advertising clause from the slirp licensealiguori1-5/+1
2009-01-13Fix 64 bit issue in slirpblueswir11-8/+8
2009-01-12Fix some SLIRP warningsblueswir11-1/+1
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-0/+5
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-08-21Fix OpenBSD linker warningsblueswir11-18/+27
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir11-1/+4
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir11-0/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-26/+13
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-5/+5
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-24/+24
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-28/+28
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths1-0/+2