summaryrefslogtreecommitdiff
path: root/io/channel-websock.c
AgeCommit message (Expand)AuthorFilesLines
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