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-12-11
use qemu_opts_create_nofail
Dong Xu Wang
1
-8
/
+8
2012-11-21
qemu-sockets: Fix parsing of the inet option 'to'.
Anthony PERARD
1
-2
/
+3
2012-11-18
build: replace weak symbols with a static library
Paolo Bonzini
1
-22
/
+0
2012-11-02
compiler: support Darwin weak references
Paolo Bonzini
1
-18
/
+22
2012-10-30
iohandler: add weak alias in qemu-sockets.c, for qemu-ga
Paolo Bonzini
1
-0
/
+11
2012-10-30
sockets: use weak aliases instead of qemu-tool.c
Paolo Bonzini
1
-0
/
+7
2012-10-23
qemu-sockets: add socket_listen, socket_connect, socket_parse
Paolo Bonzini
1
-0
/
+99
2012-10-23
qemu-sockets: return InetSocketAddress from inet_parse
Paolo Bonzini
1
-42
/
+79
2012-10-23
qemu-sockets: add error propagation to Unix socket functions
Paolo Bonzini
1
-8
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_parse
Paolo Bonzini
1
-20
/
+21
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
1
-26
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_connect_addr
Paolo Bonzini
1
-9
/
+6
2012-10-23
qemu-sockets: include strerror or gai_strerror output in error messages
Paolo Bonzini
1
-21
/
+9
2012-10-23
qemu-sockets: add nonblocking connect for Unix sockets
Paolo Bonzini
1
-13
/
+64
2012-10-23
qemu-sockets: unix_listen and unix_connect are portable
Paolo Bonzini
1
-32
/
+17
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
1
-11
/
+11
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
qemu-sockets: Fix compiler warning (regression for MinGW)
Stefan Weil
1
-1
/
+1
2012-09-25
Fix address handling in inet_nonblocking_connect
Orit Wasserman
1
-24
/
+105
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
1
-10
/
+48
2012-09-25
Refactor inet_connect_opts function
Michael S. Tsirkin
1
-63
/
+85
2012-09-23
qemu-sockets: Fix potential memory leak
Stefan Weil
1
-1
/
+1
2012-08-13
migration: don't rely on any QERR_SOCKET_*
Luiz Capitulino
1
-2
/
+0
2012-08-13
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
1
-3
/
+11
2012-08-03
socket: clean up redundant assignment
Amos Kong
1
-1
/
+0
2012-07-29
place qemu-sockets.c contributions since 2012-01-13 under GPLv2+
Paolo Bonzini
1
-0
/
+3
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
[next]