summaryrefslogtreecommitdiffstats
path: root/slirp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about variables used uninitializedblueswir12008-10-011-0/+4
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-1/+0
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-2/+3
* Use const and static as needed, disable unused codeblueswir12007-10-261-11/+15
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-11/+11
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-72/+72
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-1/+1
* Solaris port (Ben Taylor)bellard2006-04-251-0/+3
* Set SO_REUSEADDR before calling bind().pbrook2006-03-111-1/+1
* socket send fixbellard2004-11-241-2/+6
* fixed invalid received lengthbellard2004-11-211-2/+6
* windows fixes (Gregory Alexander)bellard2004-10-071-8/+18
* win32 compilebellard2004-07-121-1/+1
* initial user mode network supportbellard2004-04-221-0/+696
OpenPOWER on IntegriCloud