aboutsummaryrefslogtreecommitdiff
path: root/io/channel-websock.c
AgeCommit message (Expand)Author
2018-03-27error: Remove NULL checks on error_propagate() callsLaurent Vivier
2018-02-15io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov
2018-02-09Clean up includesMarkus Armbruster
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-07-13websock: Don't try to set *errp directlyEduardo Habkost
2017-02-28io: fully parse & validate HTTP headers for websocket protocol handshakeDaniel P. Berrange
2017-02-28io: fix decoding when multiple websockets frames arrive at onceDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi
2016-08-03io: remove mistaken call to object_ref on QTaskDaniel P. Berrange
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04io: Clean up includesPeter Maydell
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange