summaryrefslogtreecommitdiffstats
path: root/io/channel-websock.c
Commit message (Expand)AuthorAgeFilesLines
* 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