index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-sockets.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: don't rely on any QERR_SOCKET_*
Luiz Capitulino
2012-08-13
1
-2
/
+0
*
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
2012-08-13
1
-3
/
+11
*
socket: clean up redundant assignment
Amos Kong
2012-08-03
1
-1
/
+0
*
place qemu-sockets.c contributions since 2012-01-13 under GPLv2+
Paolo Bonzini
2012-07-29
1
-0
/
+3
*
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
2012-06-04
1
-4
/
+4
*
sockets: use error class to pass listen error
Amos Kong
2012-05-10
1
-3
/
+14
*
sockets: change inet_connect() to support nonblock socket
Amos Kong
2012-05-10
1
-6
/
+37
*
sockets: Clean up inet_listen_opts()'s convoluted bind() loop
Markus Armbruster
2012-02-24
1
-8
/
+6
*
sockets: Drop sockets_debug debug code
Markus Armbruster
2012-02-24
1
-41
/
+2
*
qemu-sockets: Plug fd leak on unix_connect_opts() error path
Markus Armbruster
2011-11-11
1
-0
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms
Nick Thomas
2011-04-07
1
-0
/
+4
*
qemu-sockets: avoid strlen of NULL pointer
Jens Osterkamp
2010-05-18
1
-1
/
+2
*
move socket_init to qemu-sockets.c
Paolo Bonzini
2010-04-09
1
-0
/
+24
*
fix inet_parse typo
Marcelo Tosatti
2010-02-10
1
-4
/
+4
*
net: inet_strfamily(): Better unknown family report
Luiz Capitulino
2010-01-20
1
-1
/
+1
*
net: Make inet_strfamily() public
Luiz Capitulino
2010-01-20
1
-1
/
+1
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-5
/
+5
*
Add 'static'
Blue Swirl
2009-09-12
1
-1
/
+1
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-1
/
+1
*
convert udp chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-0
/
+114
*
sockets: add inet_listen_opts
Gerd Hoffmann
2009-09-11
1
-55
/
+48
*
sockets: add inet_connect_opts
Gerd Hoffmann
2009-09-11
1
-33
/
+96
*
sockets: add unix_*_opts for windows.
Gerd Hoffmann
2009-09-11
1
-0
/
+12
*
sockets: add unix_listen_opts
Gerd Hoffmann
2009-09-11
1
-14
/
+33
*
sockets: add unix_connect_opts
Gerd Hoffmann
2009-09-11
1
-1
/
+33
*
Fix in file qemu-sockets.c
vibi
2009-05-08
1
-30
/
+32
*
Fix some more warnings
blueswir1
2009-01-14
1
-1
/
+1
*
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
2008-11-22
1
-2
/
+3
*
copyright & license for qemu_sockets.c (Gerd Hoffman)
aliguori
2008-11-13
1
-0
/
+14
*
sockets: helper functions for qemu (Gerd Hoffman)
aliguori
2008-11-11
1
-0
/
+400