summaryrefslogtreecommitdiffstats
path: root/io/channel-websock.c
Commit message (Expand)AuthorAgeFilesLines
* io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé2022-09-221-1/+1
* QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras2022-05-161-0/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* io: use GDateTime for formatting timestamp for websock headersDaniel P. Berrangé2021-07-141-8/+2Star
* io: Don't use '#' flag of printf formatAlexChen2020-10-291-1/+1
* io: Fix Lesser GPL version numberChetan Pant2020-10-291-1/+1
* io/channel-websock: treat 'binary' and no sub-protocol as the sameYu-Chen Lin2020-02-071-12/+24
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* io: fix handling of EOF / error conditions in websock GSourceDaniel P. Berrangé2019-03-201-1/+7
* websock: fix handshake leakMarc-André Lureau2018-11-011-0/+1
* error: Remove NULL checks on error_propagate() callsLaurent Vivier2018-03-271-3/+1Star
* io/channel-websock: handle continuous reads without any dataEdgar Kaziakhmedov2018-02-151-2/+5
* Clean up includesMarkus Armbruster2018-02-091-3/+0Star
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-10-171-3/+4
|\
| * io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)Stefan Weil2017-10-161-3/+4
* | io: fix mem leak in websock error pathDaniel P. Berrange2017-10-161-1/+2
* | io: add trace points for websocket HTTP protocol headersDaniel P. Berrange2017-10-161-0/+4
* | io: cope with websock 'Connection' header having multiple valuesDaniel P. Berrange2017-10-161-1/+13
* | io: get rid of bounce buffering in websock write pathDaniel P. Berrange2017-10-161-36/+28Star
* | io: pass a struct iovec into qio_channel_websock_encodeDaniel P. Berrange2017-10-161-27/+44
* | io: get rid of qio_channel_websock_encode helper methodDaniel P. Berrange2017-10-161-14/+6Star
* | io: simplify websocket ping reply handlingDaniel P. Berrange2017-10-161-13/+15
* | io: monitor encoutput buffer size from websocket GSourceDaniel P. Berrange2017-10-161-2/+2
|/
* io: add trace events for websockets frame handlingDaniel P. Berrange2017-10-041-5/+18
* io: Attempt to send websocket close messages to clientBrandon Carpenter2017-10-041-3/+65
* io: Reply to ping framesBrandon Carpenter2017-10-041-22/+44
* io: Ignore websocket PING and PONG framesBrandon Carpenter2017-10-041-4/+17
* io: Allow empty websocket payloadBrandon Carpenter2017-10-041-32/+30Star
* io: Add support for fragmented websocket binary framesBrandon Carpenter2017-10-041-8/+18
* io: Small updates in preparation for websocket changesBrandon Carpenter2017-10-041-45/+19Star
* io: use case insensitive check for Connection & Upgrade websock headersDaniel P. Berrange2017-10-041-2/+2
* io: include full error message in websocket handshake traceDaniel P. Berrange2017-10-041-3/+4
* io: send proper HTTP response for websocket errorsDaniel P. Berrange2017-10-041-46/+139
* websock: Don't try to set *errp directlyEduardo Habkost2017-07-131-2/+2
* io: fully parse & validate HTTP headers for websocket protocol handshakeDaniel P. Berrange2017-02-281-42/+194
* io: fix decoding when multiple websockets frames arrive at onceDaniel P. Berrange2017-02-281-14/+14
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-4/+4
* io: Introduce a qio_channel_set_feature() helperFelipe Franciosi2016-10-261-1/+1
* io: Use qio_channel_has_feature() where applicableFelipe Franciosi2016-10-261-1/+1
* io: remove mistaken call to object_ref on QTaskDaniel P. Berrange2016-08-031-2/+1Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* io: Clean up includesPeter Maydell2016-02-041-0/+1
* io: add QIOChannelWebsock classDaniel P. Berrange2015-12-181-0/+962