summaryrefslogtreecommitdiffstats
path: root/tests/test-util-sockets.c
Commit message (Expand)AuthorAgeFilesLines
* sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster2020-11-031-3/+4
* sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster2020-11-031-3/+3
* test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster2020-11-031-26/+65
* test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster2020-11-031-27/+13Star
* test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster2020-11-031-28/+20Star
* test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster2020-11-031-38/+26Star
* test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster2020-11-031-0/+4
* test-util-sockets: Plug file descriptor leakMarkus Armbruster2020-11-031-0/+1
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-6/+6
* tests: fix test-util-sockets.cYonggang Luo2020-09-161-1/+5
* tests: fix a memory in test_socket_unix_abstract_goodLi Qiang2020-08-251-0/+1
* Get rid of the libqemustub.a remaindersThomas Huth2020-08-051-1/+2
* tests/util-sockets: add abstract unix socket casesxiaoqiang zhao2020-05-201-0/+92
* hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* socket: Add backlog parameter to socket_listenJuan Quintela2019-09-031-6/+6
* test: skip tests if socket_check_protocol_support() failedMarc-André Lureau2019-08-221-1/+3
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-1/+2
* qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster2019-04-181-0/+1
* monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu2018-07-231-1/+1
* sockets: allow SocketAddress 'fd' to reference numeric file descriptorsDaniel P. Berrange2018-03-131-6/+106
* sockets: check that the named file descriptor is a socketDaniel P. Berrange2018-03-131-0/+89
* sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange2018-03-131-0/+77