aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI1-4/+4
2012-01-12Support for UDP unicast network backendBenjamin1-2/+75
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell1-0/+2
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-0/+3
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi1-8/+9
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi1-38/+41
2011-12-06net/socket.c : fix memory leakZhi Hui Li1-0/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
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