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
2019-09-25
util/qemu-sockets: fix keep_alive handling in inet_connect_saddr
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2019-09-03
socket: Add backlog parameter to socket_listen
Juan Quintela
1
-11
/
+22
2019-08-15
qapi: Add InetSocketAddress member keep-alive
Vladimir Sementsov-Ogievskiy
1
-0
/
+28
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-05-10
util: simplify unix_listen()
Marc-André Lureau
1
-16
/
+2
2019-05-03
sockets: avoid string truncation warnings when copying UNIX path
Daniel P. Berrangé
1
-4
/
+8
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-03-13
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
1
-3
/
+13
2018-03-13
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
1
-2
/
+16
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
1
-0
/
+8
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-05
sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr
Daniel P. Berrange
1
-4
/
+40
2017-12-21
sockets: remove obsolete code that updated listen address
Daniel P. Berrange
1
-26
/
+5
2017-12-18
misc: remove duplicated includes
Philippe Mathieu-Daudé
1
-1
/
+0
2017-11-28
sockets: avoid crash when cleaning up sockets for an invalid FD
Daniel P. Berrange
1
-0
/
+3
2017-11-07
sockets: avoid leak of listen file descriptor
Daniel P. Berrange
1
-23
/
+29
2017-10-16
sockets: Handle race condition between binds to the same port
Knut Omang
1
-17
/
+41
2017-10-16
sockets: factor out create_fast_reuse_socket
Knut Omang
1
-3
/
+12
2017-10-16
sockets: factor out a new try_bind() function
Knut Omang
1
-30
/
+39
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-182
/
+23
2017-07-14
sockets: ensure we don't accept IPv4 clients when IPv4 is disabled
Daniel P. Berrange
1
-9
/
+31
2017-07-14
sockets: don't block IPv4 clients when listening on "::"
Daniel P. Berrange
1
-4
/
+0
2017-07-14
sockets: ensure we can bind to both ipv4 & ipv6 separately
Daniel P. Berrange
1
-8
/
+23
2017-07-11
util/qemu-sockets: Drop unused helper socket_address_to_string()
Mao Zhongyi
1
-34
/
+0
2017-07-04
sockets: avoid formatting buffer that may not be NUL terminated
Daniel P. Berrange
1
-1
/
+1
2017-06-07
sockets: improve error reporting if UNIX socket path is too long
Daniel P. Berrange
1
-22
/
+46
2017-05-23
sockets: Plug memory leak in socket_address_flatten()
Markus Armbruster
1
-1
/
+3
2017-05-09
sockets: Delete unused helper socket_address_crumple()
Markus Armbruster
1
-31
/
+0
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-75
/
+105
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
1
-5
/
+5
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-50
/
+50
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
1
-18
/
+12
2017-05-09
sockets: Prepare vsock_parse() for flattened SocketAddress
Markus Armbruster
1
-10
/
+10
2017-04-24
socket: Make errp the last parameter of vsock_connect_saddr
Fam Zheng
1
-5
/
+6
2017-04-24
socket: Make errp the last parameter of unix_connect_saddr
Fam Zheng
1
-6
/
+8
2017-04-24
socket: Make errp the last parameter of inet_connect_saddr
Fam Zheng
1
-4
/
+5
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-2
/
+2
2017-04-03
sockets: New helper socket_address_crumple()
Markus Armbruster
1
-0
/
+32
2017-04-03
io vnc sockets: Clean up SocketAddressKind switches
Markus Armbruster
1
-3
/
+1
2017-04-03
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
1
-0
/
+4
2017-03-28
sockets: Fix socket_address_to_string() hostname truncation
Markus Armbruster
1
-7
/
+2
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
[next]