summaryrefslogtreecommitdiff
path: root/slirp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-21/+80
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-05Make struct iovec universally availablealiguori1-0/+1
2008-10-01Fix warning about variables used uninitializedblueswir11-0/+4
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-1/+0
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-2/+3
2007-10-26 Use const and static as needed, disable unused codeblueswir11-11/+15
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-11/+11
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-72/+72
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-1/+1
2006-04-25Solaris port (Ben Taylor)bellard1-0/+3
2006-03-11Set SO_REUSEADDR before calling bind().pbrook1-1/+1
2004-11-24socket send fixbellard1-2/+6
2004-11-21fixed invalid received lengthbellard1-2/+6
2004-10-07windows fixes (Gregory Alexander)bellard1-8/+18
2004-07-12win32 compilebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+696