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
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
1
-2
/
+2
2017-01-23
sockets: add ability to disable DNS resolution for InetSocketAddress
Daniel P. Berrange
1
-0
/
+7
2016-10-31
sockets: add AF_VSOCK support
Stefan Hajnoczi
1
-0
/
+227
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
1
-2
/
+2
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-2
/
+2
2016-09-13
util: fix some coding style issue
Cao jin
1
-5
/
+11
2016-09-13
util/qemu-sockets: revert Yoda Conditions to normal
Cao jin
1
-5
/
+5
2016-08-02
util: Drop inet_listen()
Cao jin
1
-28
/
+0
2016-08-02
util: drop unix_nonblocking_connect()
Cao jin
1
-16
/
+0
2016-08-02
util: drop inet_nonblocking_connect()
Cao jin
1
-30
/
+0
2016-07-12
qemu-sockets: use qapi_free_SocketAddress in cleanup
Marc-André Lureau
1
-1
/
+1
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-23
/
+0
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-4
/
+2
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
1
-4
/
+2
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+18
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+18
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-0
/
+36
2016-05-18
util: fix comment typos
Wei Jiangang
1
-1
/
+1
2016-05-12
qapi: Use strict QMP input visitor in more places
Eric Blake
1
-1
/
+1
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-1
/
+1
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
[next]