aboutsummaryrefslogtreecommitdiff
path: root/socket.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-20/+79
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/+22
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)v0.8.1release_0_8_1bellard1-1/+1
2006-04-25Solaris port (Ben Taylor)bellard1-0/+3
2006-03-11Set SO_REUSEADDR before calling bind().pbrook1-1/+2
2004-11-24socket send fixbellard1-2/+6
2004-11-21fixed invalid received lengthbellard1-2/+6
2004-10-07windows fixes (Gregory Alexander)bellard1-7/+17
2004-07-12win32 compilebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+678