index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
qemu-sockets.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
1
-0
/
+25
|
\
|
*
qemu-sockets: update socket_uri() and socket_parse() to be consistent
Laurent Vivier
2022-10-28
1
-1
/
+6
|
*
qemu-sockets: move and rename SocketAddress_to_str()
Laurent Vivier
2022-10-28
1
-0
/
+20
*
|
util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
Bin Meng
2022-10-26
1
-3
/
+2
|
/
*
util/qemu-sockets: Enable unix socket support on Windows
Bin Meng
2022-09-02
1
-25
/
+0
*
util/qemu-sockets: Replace the call to close a socket with closesocket()
Bin Meng
2022-08-05
1
-2
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
1
-5
/
+5
*
build-sys: add HAVE_IPPROTO_MPTCP
Marc-André Lureau
2021-09-30
1
-3
/
+3
*
qapi: Convert simple union SocketAddressLegacy to flat one
Markus Armbruster
2021-09-27
1
-4
/
+4
*
qemu-sockets: fix unix socket path copy (again)
Michael Tokarev
2021-09-06
1
-8
/
+5
*
util: fix abstract socket path copy
Marc-André Lureau
2021-08-04
1
-1
/
+4
*
qemu-sockets: introduce socket_address_parse_named_fd()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+19
*
sockets: Support multipath TCP
Dr. David Alan Gilbert
2021-06-08
1
-0
/
+23
*
sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog
Stefan Hajnoczi
2021-05-11
1
-7
/
+22
*
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
2020-11-03
1
-10
/
+30
*
sockets: Bypass "replace empty @path" for abstract unix sockets
Markus Armbruster
2020-11-03
1
-1
/
+1
*
sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets
Markus Armbruster
2020-11-03
1
-2
/
+12
*
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
2020-11-03
1
-2
/
+2
*
util: include the target address in socket connect failures
Daniel P. Berrangé
2020-10-29
1
-13
/
+19
*
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
1
-0
/
+1
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-2
/
+2
*
util/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
*
qemu-sockets: add abstract UNIX domain socket support
xiaoqiang zhao
2020-05-20
1
-7
/
+32
*
Compress lines for immediate return
Simran Singhal
2020-05-04
1
-4
/
+1
*
util/qemu-sockets: fix keep_alive handling in inet_connect_saddr
Vladimir Sementsov-Ogievskiy
2019-09-25
1
-2
/
+3
*
socket: Add backlog parameter to socket_listen
Juan Quintela
2019-09-03
1
-11
/
+22
*
qapi: Add InetSocketAddress member keep-alive
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-0
/
+28
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
util: simplify unix_listen()
Marc-André Lureau
2019-05-10
1
-16
/
+2
*
sockets: avoid string truncation warnings when copying UNIX path
Daniel P. Berrangé
2019-05-03
1
-4
/
+8
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
2018-03-13
1
-3
/
+13
*
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
2018-03-13
1
-2
/
+16
*
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
2018-03-13
1
-0
/
+8
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr
Daniel P. Berrange
2018-02-05
1
-4
/
+40
*
sockets: remove obsolete code that updated listen address
Daniel P. Berrange
2017-12-21
1
-26
/
+5
*
misc: remove duplicated includes
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
sockets: avoid crash when cleaning up sockets for an invalid FD
Daniel P. Berrange
2017-11-28
1
-0
/
+3
*
sockets: avoid leak of listen file descriptor
Daniel P. Berrange
2017-11-07
1
-23
/
+29
*
sockets: Handle race condition between binds to the same port
Knut Omang
2017-10-16
1
-17
/
+41
*
sockets: factor out create_fast_reuse_socket
Knut Omang
2017-10-16
1
-3
/
+12
*
sockets: factor out a new try_bind() function
Knut Omang
2017-10-16
1
-30
/
+39
*
util: remove the obsolete non-blocking connect
Cao jin
2017-09-05
1
-182
/
+23
*
sockets: ensure we don't accept IPv4 clients when IPv4 is disabled
Daniel P. Berrange
2017-07-14
1
-9
/
+31
*
sockets: don't block IPv4 clients when listening on "::"
Daniel P. Berrange
2017-07-14
1
-4
/
+0
*
sockets: ensure we can bind to both ipv4 & ipv6 separately
Daniel P. Berrange
2017-07-14
1
-8
/
+23
*
util/qemu-sockets: Drop unused helper socket_address_to_string()
Mao Zhongyi
2017-07-11
1
-34
/
+0
*
sockets: avoid formatting buffer that may not be NUL terminated
Daniel P. Berrange
2017-07-04
1
-1
/
+1
[next]