summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support 401 response for websocket connectionsMårten Nordheim2022-12-211-0/+21
* Doc: Remove usages of the second argument of a "\page" commandLuca Di Sera2022-09-081-1/+1
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-031-12/+21
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-5/+58
* Update since markersAllan Sandfeld Jensen2021-07-161-5/+5
* Add doc note about internal ping/pong handlingAndre Hartmann2020-12-211-0/+3
* Update dependencies on 'dev' in qt/qtwebsocketsLiang Qi2020-07-011-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-0/+111
|\
| * Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-191-0/+111
* | Use the new functions/signals introduced in QSslSocketLars Schmertmann2020-01-211-0/+77
|/
* Use QObjectPrivate::q_ptr instead of shadowing itJesus Fernandez2018-08-141-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+4
|\
| * Limit Close frame to 125 bytesMårten Nordheim2018-08-061-1/+4
* | QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-141-0/+13
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+1
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-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