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
*
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