summaryrefslogtreecommitdiff
path: root/tests/test-util-sockets.c
AgeCommit message (Expand)Author
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster
2020-11-03test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster
2020-11-03test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster
2020-11-03test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster
2020-11-03test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster
2020-11-03test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster
2020-11-03test-util-sockets: Plug file descriptor leakMarkus Armbruster
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-16tests: fix test-util-sockets.cYonggang Luo
2020-08-25tests: fix a memory in test_socket_unix_abstract_goodLi Qiang
2020-08-05Get rid of the libqemustub.a remaindersThomas Huth
2020-05-20tests/util-sockets: add abstract unix socket casesxiaoqiang zhao
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela
2019-08-22test: skip tests if socket_check_protocol_support() failedMarc-André Lureau
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu
2018-03-13sockets: allow SocketAddress 'fd' to reference numeric file descriptorsDaniel P. Berrange
2018-03-13sockets: check that the named file descriptor is a socketDaniel P. Berrange
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange