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