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