index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
2012-01-06
net/socket.c: Fix fd leak in net_socket_listen_init() error paths
Peter Maydell
2011-12-14
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-12
net: take ownership of fd in socket init functions
Stefan Hajnoczi
2011-12-12
net: expand tabs in net/socket.c
Stefan Hajnoczi
2011-12-06
net/socket.c : fix memory leak
Zhi Hui Li
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-07
Fix forcing multicast msgs to loopback on OpenBSD.
Brad
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-02-25
Fixing network over sockets implementation for win32
Pavel Dovgaluk
2010-12-17
Fix warning on mingw32
Blue Swirl
2010-12-09
net/sock: option to specify local address
Mike Ryan
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2009-12-03
Don't leak file descriptors
Kevin Wolf
2009-12-03
net: convert socket to NetClientInfo
Mark McLoughlin
2009-12-03
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin