Age | Commit message (Expand) | Author | Files | Lines |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela | 1 | -1/+2 |
2019-09-03 | socket: Add num connections to qio_channel_socket_async() | Juan Quintela | 2 | -8/+24 |
2019-09-03 | socket: Add num connections to qio_channel_socket_sync() | Juan Quintela | 3 | -5/+6 |
2019-09-03 | socket: Add backlog parameter to socket_listen | Juan Quintela | 1 | -1/+1 |
2019-08-21 | main-loop: Fix GSource leak in qio_task_thread_worker() | Alberto Garcia | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 9 | -0/+9 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -6/+6 |
2019-03-20 | io: fix handling of EOF / error conditions in websock GSource | Daniel P. Berrangé | 1 | -1/+7 |
2019-02-25 | io: Remove redundant read/write_coroutine assignments | Kevin Wolf | 1 | -6/+6 |
2019-02-25 | io: Make qio_channel_yield() interruptible | Kevin Wolf | 1 | -0/+10 |
2019-02-12 | io: add qio_task_wait_thread to join with a background thread | Daniel P. Berrangé | 2 | -4/+39 |
2019-02-12 | io: store reference to thread information in the QIOTask struct | Daniel P. Berrangé | 1 | -30/+34 |
2019-01-24 | io: ensure UNIX client doesn't unlink server socket | Daniel P. Berrangé | 1 | -15/+4 |
2018-11-19 | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé | 1 | -0/+5 |
2018-11-01 | websock: fix handshake leak | Marc-André Lureau | 1 | -0/+1 |
2018-06-28 | Delete AF_UNIX socket after close | Pavel Balaev | 1 | -1/+17 |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier | 1 | -5/+1 |
2018-03-27 | error: Remove NULL checks on error_propagate() calls | Laurent Vivier | 1 | -3/+1 |
2018-03-13 | sockets: move fd_is_socket() into common sockets code | Daniel P. Berrange | 1 | -13/+0 |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu | 1 | -11/+34 |
2018-03-06 | qio: non-default context for async conn | Peter Xu | 1 | -6/+9 |
2018-03-06 | qio: non-default context for threaded qtask | Peter Xu | 3 | -6/+26 |
2018-03-06 | qio: store gsources for net listeners | Peter Xu | 1 | -22/+36 |
2018-03-06 | qio: introduce qio_channel_add_watch_{full|source} | Peter Xu | 1 | -6/+34 |
2018-03-06 | qio: rename qio_task_thread_result | Peter Xu | 1 | -2/+2 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 2 | -0/+2 |
2018-02-15 | io/channel-command: Do not kill the child process after closing the pipe | Thomas Huth | 1 | -1/+11 |
2018-02-15 | io: Add /dev/fdset/ support to QIOChannelFile | Ross Lagerwall | 1 | -3/+3 |
2018-02-15 | io: Don't call close multiple times in QIOChannelFile | Ross Lagerwall | 1 | -0/+1 |
2018-02-15 | io: Fix QIOChannelFile when creating and opening read-write | Ross Lagerwall | 1 | -5/+1 |
2018-02-15 | io/channel-websock: handle continuous reads without any data | Edgar Kaziakhmedov | 1 | -2/+5 |
2018-02-15 | io: fix QIONetListener memory leak | Paolo Bonzini | 1 | -0/+1 |
2018-02-09 | Clean up includes | Markus Armbruster | 1 | -3/+0 |
2017-12-15 | io: introduce a network socket listener API | Daniel P. Berrange | 2 | -0/+308 |
2017-10-17 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -3/+4 |
2017-10-16 | io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format) | Stefan Weil | 1 | -3/+4 |
2017-10-16 | io: fix mem leak in websock error path | Daniel P. Berrange | 1 | -1/+2 |
2017-10-16 | io: add trace points for websocket HTTP protocol headers | Daniel P. Berrange | 2 | -0/+6 |
2017-10-16 | io: cope with websock 'Connection' header having multiple values | Daniel P. Berrange | 1 | -1/+13 |
2017-10-16 | io: get rid of bounce buffering in websock write path | Daniel P. Berrange | 1 | -36/+28 |
2017-10-16 | io: pass a struct iovec into qio_channel_websock_encode | Daniel P. Berrange | 1 | -27/+44 |
2017-10-16 | io: get rid of qio_channel_websock_encode helper method | Daniel P. Berrange | 1 | -14/+6 |
2017-10-16 | io: simplify websocket ping reply handling | Daniel P. Berrange | 1 | -13/+15 |
2017-10-16 | io: monitor encoutput buffer size from websocket GSource | Daniel P. Berrange | 1 | -2/+2 |
2017-10-04 | io: add trace events for websockets frame handling | Daniel P. Berrange | 2 | -5/+23 |
2017-10-04 | io: Attempt to send websocket close messages to client | Brandon Carpenter | 1 | -3/+65 |
2017-10-04 | io: Reply to ping frames | Brandon Carpenter | 1 | -22/+44 |
2017-10-04 | io: Ignore websocket PING and PONG frames | Brandon Carpenter | 1 | -4/+17 |
2017-10-04 | io: Allow empty websocket payload | Brandon Carpenter | 1 | -32/+30 |