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
/
tests
/
test-util-sockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
1
-3
/
+4
2020-11-03
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
1
-3
/
+3
2020-11-03
test-util-sockets: Test the complete abstract socket matrix
Markus Armbruster
1
-26
/
+65
2020-11-03
test-util-sockets: Synchronize properly, don't sleep(1)
Markus Armbruster
1
-27
/
+13
2020-11-03
test-util-sockets: Factor out test_socket_unix_abstract_one()
Markus Armbruster
1
-28
/
+20
2020-11-03
test-util-sockets: Clean up SocketAddress construction
Markus Armbruster
1
-38
/
+26
2020-11-03
test-util-sockets: Correct to set has_abstract, has_tight
Markus Armbruster
1
-0
/
+4
2020-11-03
test-util-sockets: Plug file descriptor leak
Markus Armbruster
1
-0
/
+1
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-6
/
+6
2020-09-16
tests: fix test-util-sockets.c
Yonggang Luo
1
-1
/
+5
2020-08-25
tests: fix a memory in test_socket_unix_abstract_good
Li Qiang
1
-0
/
+1
2020-08-05
Get rid of the libqemustub.a remainders
Thomas Huth
1
-1
/
+2
2020-05-20
tests/util-sockets: add abstract unix socket cases
xiaoqiang zhao
1
-0
/
+92
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2020-03-06
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2019-09-03
socket: Add backlog parameter to socket_listen
Juan Quintela
1
-6
/
+6
2019-08-22
test: skip tests if socket_check_protocol_support() failed
Marc-André Lureau
1
-1
/
+3
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-1
/
+2
2019-04-18
qemu-print: New qemu_printf(), qemu_vprintf() etc.
Markus Armbruster
1
-0
/
+1
2018-07-23
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu
1
-1
/
+1
2018-03-13
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
1
-6
/
+106
2018-03-13
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
1
-0
/
+89
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
1
-0
/
+77