aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/qwebsocket_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-0/+6
* Support 401 response for websocket connectionsMårten Nordheim2022-12-211-0/+10
* QWebSocket: honor subprotocols specified with setRawHeaderMårten Nordheim2022-11-241-0/+2
* Remove/replace uninitialized status line variable in error stringJuha Vuolle2022-10-051-1/+0
* Fix uninitialized QWebSocket::errorString()Juha Vuolle2022-10-051-5/+0
* wasm: improve close code messageLorn Potter2022-08-101-0/+1
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-031-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* wasm: Refactor to use websocket.h APILorn Potter2022-04-271-3/+6
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-3/+6
* Reuse header http parsing code from QtNetworkØystein Heskestad2021-10-081-7/+0
* Make sure child QObjects get moved-to-thread along with the ownerMårten Nordheim2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-0/+13
|\
| * Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-191-0/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
|\|
| * Change QMap to QMultiMapMårten Nordheim2020-01-231-1/+1
* | Use the new functions/signals introduced in QSslSocketLars Schmertmann2020-01-211-0/+1
|/
* Fix websocket handshake request header parsingFranck Dude2019-12-131-1/+1
* Use QElapsedTimer instead of QTime for the ping timerFriedemann Kleint2019-08-231-2/+2
* wasm: set and update socket stateLorn Potter2019-01-041-1/+1
* wasm: refactor and convert from EM_ASMv5.12.0-beta4v5.12.0-beta3v5.12.0-beta2v5.12.0-beta1Lorn Potter2018-10-011-0/+7
* Use QObjectPrivate::q_ptr instead of shadowing itJesus Fernandez2018-08-141-6/+3
* Use override keywordJesus Fernandez2018-08-101-1/+1
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-04-271-7/+8
* Eradicate Q_FOREACH and Java-style loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-071-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-0/+1
|\
| * Update the QWebSocket's QSslConfiguration when neededAndy Shaw2016-03-101-0/+1
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+2
|\
| * Set parent of internal socket objectsPeter Kümmel2015-09-041-1/+2
* | Send and parse headers for the handshake requestLuca Niccoli2015-05-261-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-05-111-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-151-0/+2
| |\
| | * Fixed a crash when destroying the QWebSocketServerv5.4.2Kimmo Karvinen2015-04-081-0/+2
* | | Add open(const QNetworkRequest &) and request()Luca Niccoli2015-04-081-4/+4
|/ /
* | Update copyright headersJani Heikkinen2015-02-161-6/+6
* | Make the websocket handshake statefullAllan Sandfeld Jensen2014-11-191-0/+13
|/
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* fix typo in macroMaurice Kalinowski2014-03-171-1/+1
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-1/+7
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-20/+14
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-041-2/+2
* Locally cache read buffer size and pause modeKurt Pattyn2014-02-011-0/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-2/+0
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Remove dubious functionsKurt Pattyn2014-01-201-2/+0
* Add a few more const refsFrederik Gladhorn2014-01-181-3/+3
* Make sure that the random generator is initialized in all code pathsFrederik Gladhorn2014-01-171-0/+1