summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-05io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange1-0/+94
2017-09-05util: remove the obsolete non-blocking connectCao jin1-1/+1
2017-08-02io: fix qio_channel_socket_accept err handlingPeter Xu1-1/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...Peter Maydell1-8/+2
2017-07-14io: preserve ipv4/ipv6 flags when resolving InetSocketAddressDaniel P. Berrange1-2/+4
2017-07-13websock: Don't try to set *errp directlyEduardo Habkost1-2/+2
2017-05-26io: simplify qio_channel_attach_aio_contextPaolo Bonzini1-8/+2
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2-52/+51
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2-48/+48
2017-04-24socket: Make errp the last parameter of socket_connectFam Zheng1-1/+1