aboutsummaryrefslogtreecommitdiff
path: root/tcp_input.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-63/+61
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori1-1/+10
2007-10-26 Use const and static as needed, disable unused codeblueswir11-24/+23
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-78/+78
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2006-05-01do not delay TCP acks (Ed Swierk)bellard1-22/+4
2004-10-07windows fixes (Gregory Alexander)bellard1-1/+2
2004-09-05allow inetd like program execbellard1-13/+14
2004-07-12win32 compilebellard1-3/+0
2004-04-22initial user mode network supportbellard1-0/+1733