summaryrefslogtreecommitdiff
path: root/slirp/tcp_subr.c
AgeCommit message (Expand)AuthorFilesLines
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/+26
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-83/+83
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-147/+147
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths1-0/+2
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-2/+2
2004-09-18removed warningbellard1-1/+1
2004-09-05allow inetd like program execbellard1-5/+4
2004-07-12win32 compilebellard1-3/+3
2004-04-26avoid errno variable namebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+1325