aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad1-2/+8
2011-07-25Wrap recv to avoid warningsBlue Swirl1-2/+2
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-3/+3
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk1-1/+1
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-09net/sock: option to specify local addressMike Ryan1-13/+39
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-5/+5
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-1/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0
2009-12-03Don't leak file descriptorsKevin Wolf1-4/+4
2009-12-03net: convert socket to NetClientInfoMark McLoughlin1-29/+45
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin1-0/+561