summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-0/+14
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+23
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-5/+4
|\
| * Doc: Add external-resources.qdocKai Koehne2016-04-071-5/+4
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Set parent of internal server objectsPeter Kümmel2014-11-181-0/+2
* Improve the integration of QtWebsockets into general Qt docsv5.4.0-beta1Alex Blasche2014-09-281-0/+1
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Add a QUrl serverUrl method to QWebSocketServer.Milian Wolff2014-06-081-0/+38
* Use the proper protocol namesSze Howe Koh2014-04-091-11/+11
* Doc: Language/writ. guidelines review Qt WebSocketsNico Vertriest2014-03-141-11/+9
* Fix Google Chrome connection problemKurt Pattyn2014-03-101-0/+7
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-161-4/+4
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-0/+2
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-5/+2
* Update documentationKurt Pattyn2014-02-031-15/+15
* Update documentationKurt Pattyn2014-02-021-2/+5
* Update documentationKurt Pattyn2014-02-011-2/+11
* Removed unsupported functionalityKurt Pattyn2014-02-011-18/+0
* Rename processMessage to processTextMessageKurt Pattyn2014-01-211-2/+2
* Rename SecureMode to SslModeKurt Pattyn2014-01-201-21/+21
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-11/+11
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-28/+61
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-20/+0
* Add optimizationsKurt Pattyn2013-12-231-1/+1
* Add extra documentationKurt Pattyn2013-12-221-3/+45
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-3/+18
* Wrap SECURE_MODE in ifdef statementsKurt Pattyn2013-11-191-0/+11
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-2/+50
* Sanitize include directivesKurt Pattyn2013-11-061-3/+4
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Refine doc generationKurt Pattyn2013-11-011-5/+5
* Added checks for valid control framesKurt Pattyn2013-10-111-3/+0
* Adapted documentatonKurt Pattyn2013-10-051-3/+3
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+407