summaryrefslogtreecommitdiff
path: root/src/qwebsocketserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize: Share more byte array literals.Milian Wolff2013-11-011-7/+9
* Optimize: create the web socket header only once.Milian Wolff2013-11-011-11/+12
* Add support for websocket ping/pongs.Milian Wolff2013-11-011-1/+6
* Validate the QWebChannel secret and use the QWebChannel protocol.Milian Wolff2013-11-011-2/+7
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-011-0/+409