aboutsummaryrefslogtreecommitdiff
path: root/io/channel-websock.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras1-0/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2021-07-14io: use GDateTime for formatting timestamp for websock headersDaniel P. Berrangé1-8/+2
2020-10-29io: Don't use '#' flag of printf formatAlexChen1-1/+1
2020-10-29io: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-02-07io/channel-websock: treat 'binary' and no sub-protocol as the sameYu-Chen Lin1-12/+24
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-20io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé1-1/+7
2018-11-01websock: fix handshake leakMarc-André Lureau1-0/+1
2018-03-27error: Remove NULL checks on error_propagate() callsLaurent Vivier1-3/+1
2018-02-15io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov1-2/+5
2018-02-09Clean up includesMarkus Armbruster1-3/+0
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. Berrange1-0/+4
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. Berrange1-5/+18
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. Berrange1-3/+4
2017-10-04io: send proper HTTP response for websocket errorsDaniel P. Berrange1-46/+139
2017-07-13websock: Don't try to set *errp directlyEduardo Habkost1-2/+2
2017-02-28io: fully parse & validate HTTP headers for websocket protocol handshakeDaniel P. Berrange1-42/+194
2017-02-28io: fix decoding when multiple websockets frames arrive at onceDaniel P. Berrange1-14/+14
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-4/+4
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi1-1/+1
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi1-1/+1
2016-08-03io: remove mistaken call to object_ref on QTaskDaniel P. Berrange1-2/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04io: Clean up includesPeter Maydell1-0/+1
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange1-0/+962