summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-081-0/+5
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* Fix OpenBSD linker warningsblueswir12008-08-211-18/+26
* Fix slirp compilation failure when using a newer gccblueswir12007-11-011-1/+4
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-0/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-26/+13
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-5/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-83/+83
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-147/+147
* Enable TCP_NODELAY, by Daniel Jacobowitz.ths2006-12-211-0/+2
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-2/+2
* removed warningbellard2004-09-181-1/+1
* allow inetd like program execbellard2004-09-051-5/+4
* win32 compilebellard2004-07-121-3/+3
* avoid errno variable namebellard2004-04-261-1/+1
* initial user mode network supportbellard2004-04-221-0/+1325
OpenPOWER on IntegriCloud