summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
...
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-6/+6
* io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé2019-03-201-1/+7
* io: Remove redundant read/write_coroutine assignmentsKevin Wolf2019-02-251-6/+6
* io: Make qio_channel_yield() interruptibleKevin Wolf2019-02-251-0/+10
* io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé2019-02-122-4/+39
* io: store reference to thread information in the QIOTask structDaniel P. Berrangé2019-02-121-30/+34
* io: ensure UNIX client doesn't unlink server socketDaniel P. Berrangé2019-01-241-15/+4Star
* io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2018-11-191-0/+5
* websock: fix handshake leakMarc-André Lureau2018-11-011-0/+1
* Delete AF_UNIX socket after closePavel Balaev2018-06-281-1/+17
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-5/+1Star
* error: Remove NULL checks on error_propagate() callsLaurent Vivier2018-03-271-3/+1Star
* sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange2018-03-131-13/+0Star
* qio: non-default context for TLS handshakePeter Xu2018-03-061-11/+34
* qio: non-default context for async connPeter Xu2018-03-061-6/+9
* qio: non-default context for threaded qtaskPeter Xu2018-03-063-6/+26
* qio: store gsources for net listenersPeter Xu2018-03-061-22/+36
* qio: introduce qio_channel_add_watch_{full|source}Peter Xu2018-03-061-6/+34
* qio: rename qio_task_thread_resultPeter Xu2018-03-061-2/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-0/+2
* io/channel-command: Do not kill the child process after closing the pipeThomas Huth2018-02-151-1/+11
* io: Add /dev/fdset/ support to QIOChannelFileRoss Lagerwall2018-02-151-3/+3
* io: Don't call close multiple times in QIOChannelFileRoss Lagerwall2018-02-151-0/+1
* io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall2018-02-151-5/+1Star
* io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov2018-02-151-2/+5
* io: fix QIONetListener memory leakPaolo Bonzini2018-02-151-0/+1
* Clean up includesMarkus Armbruster2018-02-091-3/+0Star
* io: introduce a network socket listener APIDaniel P. Berrange2017-12-152-0/+308
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-10-171-3/+4
|\
| * io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)Stefan Weil2017-10-161-3/+4
* | io: fix mem leak in websock error pathDaniel P. Berrange2017-10-161-1/+2
* | io: add trace points for websocket HTTP protocol headersDaniel P. Berrange2017-10-162-0/+6
* | io: cope with websock 'Connection' header having multiple valuesDaniel P. Berrange2017-10-161-1/+13
* | io: get rid of bounce buffering in websock write pathDaniel P. Berrange2017-10-161-36/+28Star
* | io: pass a struct iovec into qio_channel_websock_encodeDaniel P. Berrange2017-10-161-27/+44
* | io: get rid of qio_channel_websock_encode helper methodDaniel P. Berrange2017-10-161-14/+6Star
* | io: simplify websocket ping reply handlingDaniel P. Berrange2017-10-161-13/+15
* | io: monitor encoutput buffer size from websocket GSourceDaniel P. Berrange2017-10-161-2/+2
|/
* io: add trace events for websockets frame handlingDaniel P. Berrange2017-10-042-5/+23
* io: Attempt to send websocket close messages to clientBrandon Carpenter2017-10-041-3/+65
* io: Reply to ping framesBrandon Carpenter2017-10-041-22/+44
* io: Ignore websocket PING and PONG framesBrandon Carpenter2017-10-041-4/+17
* io: Allow empty websocket payloadBrandon Carpenter2017-10-041-32/+30Star
* io: Add support for fragmented websocket binary framesBrandon Carpenter2017-10-041-8/+18
* io: Small updates in preparation for websocket changesBrandon Carpenter2017-10-041-45/+19Star
* io: use case insensitive check for Connection & Upgrade websock headersDaniel P. Berrange2017-10-041-2/+2
* io: include full error message in websocket handshake traceDaniel P. Berrange2017-10-042-4/+5
* io: send proper HTTP response for websocket errorsDaniel P. Berrange2017-10-041-46/+139
* io: Add new qio_channel_read{, v}_all_eof functionsEric Blake2017-09-061-8/+40
* io: Yield rather than wait when already in coroutineEric Blake2017-09-061-2/+10