Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |