summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* Change the mask generator to use QRandomGenerator instead of qs?randThiago Macieira2017-06-301-2/+2
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+22
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-8/+8
|\
| * Doc: Add external-resources.qdocKai Koehne2016-04-071-8/+8
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+2
|\
| * Set parent of internal socket objectsPeter Kümmel2015-09-041-0/+2
* | Send and parse headers for the handshake requestLuca Niccoli2015-05-261-0/+2
* | Add open(const QNetworkRequest &) and request()Luca Niccoli2015-04-081-2/+25
|/
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* 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
* Use the proper protocol namesSze Howe Koh2014-04-091-8/+8
* Doc: Language/writ. guidelines review Qt WebSocketsNico Vertriest2014-03-141-7/+7
* Update documentation.Kurt Pattyn2014-03-111-0/+4
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-1/+31
* Check on newline characters in origin and urlsKurt Pattyn2014-02-111-0/+5
* Sanitize open() methodKurt Pattyn2014-02-071-5/+2
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-0/+4
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-5/+2
* Adapt isValid to only return true when socket is in connected stateKurt Pattyn2014-02-011-1/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-20/+0
* Update documentationKurt Pattyn2014-02-011-0/+6
* Removed unsupported functionalityKurt Pattyn2014-02-011-18/+0
* Rename write methodsKurt Pattyn2014-01-201-4/+8
* Remove dubious functionsKurt Pattyn2014-01-201-33/+0
* Fix docs after adding const refsFrederik Gladhorn2014-01-171-5/+5
* Remove doc reference to non-existent functionLaszlo Agocs2014-01-171-1/+0
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-44/+86
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-38/+0
* Add clarification in documentationKurt Pattyn2014-01-041-0/+5
* Add limitation to write() methodsKurt Pattyn2013-12-271-6/+18
* Add extra documentationKurt Pattyn2013-12-221-5/+5
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-4/+0
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+20
* Sanitize include directivesKurt Pattyn2013-11-061-5/+6
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Refine doc generationKurt Pattyn2013-11-011-5/+44
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-1/+54
* Implement of secure web socketsKurt Pattyn2013-10-311-0/+10
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-1/+0
* Adapted documentatonKurt Pattyn2013-10-051-1/+1
* Removed unused constant declarationKurt Pattyn2013-09-291-2/+0
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+592