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
/
util
/
qemu-sockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPED
Daniel P. Berrange
1
-1
/
+18
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-17
/
+18
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-5
/
+5
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
1
-5
/
+6
2016-02-11
qemu-sockets: simplify error handling
Paolo Bonzini
1
-3
/
+3
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-02-04
util: Clean up includes
Peter Maydell
1
-6
/
+1
2016-01-19
sockets: remove use of QemuOpts from socket_dgram
Daniel P. Berrange
1
-75
/
+24
2016-01-19
sockets: remove use of QemuOpts from socket_connect
Daniel P. Berrange
1
-55
/
+36
2016-01-19
sockets: remove use of QemuOpts from socket_listen
Daniel P. Berrange
1
-57
/
+97
2016-01-19
sockets: remove use of QemuOpts from header file
Daniel P. Berrange
1
-11
/
+11
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
1
-1
/
+1
2015-11-06
qemu-sockets: do not test path with access() before unlinking
Paolo Bonzini
1
-2
/
+1
2015-11-02
sockets: Convert to new qapi union layout
Eric Blake
1
-31
/
+31
2015-10-20
sockets: allow port to be NULL when listening on IP address
Daniel P. Berrange
1
-5
/
+13
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
1
-0
/
+30
2015-10-20
sockets: add helpers for creating SocketAddress from a socket
Daniel P. Berrange
1
-0
/
+110
2015-10-12
qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts
Paolo Bonzini
1
-3
/
+6
2015-06-23
util/qemu-sockets: improve ai_flag hints for ipv6 hosts
Wolfgang Bumiller
1
-3
/
+6
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-5
/
+3
2015-06-03
util: socket: Add missing localaddr and localport option for DGRAM socket
Peter Krempa
1
-0
/
+6
2015-05-20
qemu-sockets: Report explicit error if unlink fails
Cole Robinson
1
-1
/
+6
2015-02-26
qemu-sockets: Simplify setting numeric and boolean options
Markus Armbruster
1
-9
/
+7
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-16
/
+18
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-sockets: Fix buffer overflow in inet_parse()
Kevin Wolf
1
-1
/
+1
2015-02-10
qemu-sockets: improve error reporting in unix_listen_opts
Paolo Bonzini
1
-6
/
+18
2014-10-09
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
1
-5
/
+15
2014-09-26
qemu-socket: Eliminate silly QERR_ macros
Markus Armbruster
1
-13
/
+13
2014-09-16
util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram()
Peter Maydell
1
-2
/
+1
2014-08-15
don't use 'Yoda conditions'
Gonglei
1
-1
/
+1
2014-06-23
qapi event: convert SPICE events
Wenchao Xia
1
-10
/
+0
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-0
/
+10
2014-06-13
inet_listen_opts: add error checking
Gerd Hoffmann
1
-2
/
+13
2014-06-10
util/qemu-sockets.c: Avoid unused variable warnings
Peter Maydell
1
-2
/
+1
2014-05-21
qemu-socket: Clean up inet_connect_opts()
Markus Armbruster
1
-12
/
+16
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-9
/
+9
2013-10-02
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+3
2013-06-28
qemu-socket: don't leak opts on error
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: catch monitor_get_fd failures
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: drop pointless allocation
Gerd Hoffmann
1
-1
/
+0
2013-06-28
qemu-socket: zero-initialize SocketAddress
Gerd Hoffmann
1
-2
/
+2
2013-06-18
qemu-socket: allow hostnames starting with a digit
Ján Tomko
1
-9
/
+4
2013-04-24
util: move socket_init() to osdep.c
Marc-André Lureau
1
-24
/
+0
2013-04-02
qemu-socket: set passed fd non-blocking in socket_connect()
Stefan Hajnoczi
1
-0
/
+1
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-2
/
+2
2013-03-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-15
/
+15
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-3
/
+3
[prev]
[next]