summaryrefslogtreecommitdiff
path: root/src/qwebchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add KDAB/Qt-Project license to files edited by the previous commits.Milian Wolff2013-11-011-0/+3
* Use QStringLiteral here.Milian Wolff2013-11-011-1/+1
* Use 127.0.0.1. instead of localhost.Milian Wolff2013-11-011-1/+1
* Add support for websocket ping/pongs.Milian Wolff2013-11-011-0/+7
* Validate the QWebChannel secret and use the QWebChannel protocol.Milian Wolff2013-11-011-20/+28
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-011-403/+60
* Silence RemoteHostCloseError.Milian Wolff2013-11-011-1/+5
* Output TCP server and socket errors.Milian Wolff2013-11-011-0/+14
* Also add content-length to QWebChannelResponder to make it stabler.Milian Wolff2013-11-011-4/+14
* Add assertion.Milian Wolff2013-11-011-0/+1
* Send a proper Content-Length header for broadcasts.Milian Wolff2013-11-011-2/+4
* Add warnings if something went wrong in the responder.Milian Wolff2013-11-011-3/+9
* Fix long-polling issue of dropped events.Milian Wolff2013-11-011-22/+37
* Clarify connections between webview and webchannel.Milian Wolff2013-11-011-0/+1
* Refactor the QObject QWebChannel and make the API reusable.Milian Wolff2013-11-011-0/+9
* Port src and examples/qtobject to current Qt5Milian Wolff2013-11-011-1/+0
* QObject exampleNo'am Rosenthal2011-08-091-3/+0
* Add retain slot, and shell exampleNo'am Rosenthal2011-08-081-1/+34
* Some cleanupNo'am Rosenthal2011-08-081-4/+2
* Switched to using http POST for exec/subscribeNo'am Rosenthal2011-08-081-36/+93
* Use navigator.createWebChannel instead of a global navigator.webChannelNo'am Rosenthal2011-08-041-11/+11
* Switch to using an IFrameNo'am Rosenthal2011-08-041-6/+16
* Clean allowedOriginsNo'am Rosenthal2011-07-141-10/+0
* move the invoking JS to the server sideNo'am Rosenthal2011-07-141-3/+15
* Remove some dead codeNo'am Rosenthal2011-07-131-3/+3
* Remove some dead codeNo'am Rosenthal2011-07-131-21/+3
* Switch from WebSockets to CometNo'am Rosenthal2011-07-131-53/+95
* Use Uuids instead of int IDsNo'am Rosenthal2011-07-051-12/+4
* Allow incremental responsesNo'am Rosenthal2011-07-051-37/+45
* Improved on the exampleNo'am Rosenthal2011-07-011-1/+1
* QWebChannelNo'am Rosenthal2011-06-301-0/+324