index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-sockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-4
/
+4
2012-05-10
sockets: use error class to pass listen error
Amos Kong
1
-3
/
+14
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
1
-6
/
+37
2012-02-24
sockets: Clean up inet_listen_opts()'s convoluted bind() loop
Markus Armbruster
1
-8
/
+6
2012-02-24
sockets: Drop sockets_debug debug code
Markus Armbruster
1
-41
/
+2
2011-11-11
qemu-sockets: Plug fd leak on unix_connect_opts() error path
Markus Armbruster
1
-0
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-04-07
Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms
Nick Thomas
1
-0
/
+4
2010-05-18
qemu-sockets: avoid strlen of NULL pointer
Jens Osterkamp
1
-1
/
+2
2010-04-09
move socket_init to qemu-sockets.c
Paolo Bonzini
1
-0
/
+24
2010-02-10
fix inet_parse typo
Marcelo Tosatti
1
-4
/
+4
2010-01-20
net: inet_strfamily(): Better unknown family report
Luiz Capitulino
1
-1
/
+1
2010-01-20
net: Make inet_strfamily() public
Luiz Capitulino
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-5
/
+5
2009-09-12
Add 'static'
Blue Swirl
1
-1
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-1
/
+1
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
1
-0
/
+114
2009-09-11
sockets: add inet_listen_opts
Gerd Hoffmann
1
-55
/
+48
2009-09-11
sockets: add inet_connect_opts
Gerd Hoffmann
1
-33
/
+96
2009-09-11
sockets: add unix_*_opts for windows.
Gerd Hoffmann
1
-0
/
+12
2009-09-11
sockets: add unix_listen_opts
Gerd Hoffmann
1
-14
/
+33
2009-09-11
sockets: add unix_connect_opts
Gerd Hoffmann
1
-1
/
+33
2009-05-08
Fix in file qemu-sockets.c
vibi
1
-30
/
+32
2009-01-14
Fix some more warnings
blueswir1
1
-1
/
+1
2008-11-22
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
1
-2
/
+3
2008-11-13
copyright & license for qemu_sockets.c (Gerd Hoffman)
aliguori
1
-0
/
+14
2008-11-11
sockets: helper functions for qemu (Gerd Hoffman)
aliguori
1
-0
/
+400