summaryrefslogtreecommitdiffstats
path: root/tests/test-util-sockets.c
Commit message (Expand)AuthorAgeFilesLines
* 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