summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't add port in Host header unless specifiedLander Noterman2019-11-211-6/+2
* Take 2: Properly handle multiple websocket frames in one TCP frameMårten Nordheim2019-08-281-1/+1
* QWebsocket doesn't receive message with size larger than 1MRyan Chu2019-08-281-2/+2
* Merge dev into 5.14Kari Oikarinen2019-08-271-2/+2
|\
| * Remove waitForReadyRead from QWebSocketFrame::readFrameRyan Chu2019-08-231-2/+2
* | Use QElapsedTimer instead of QTime for the ping timerFriedemann Kleint2019-08-231-0/+2
|/
* wasm: fix validity statev5.13.0-beta1Lorn Potter2019-03-111-0/+2
* Set the protocol type so that PAC scripts handle ws/wss correctlyAndy Shaw2018-12-261-0/+2
* Remove unneeded CRLF ending from status lineAleksey Lysenko2018-12-211-1/+1
* Add support for WebSockets on Qt for WASMLorn Potter2018-09-201-0/+8
* Remove unnecesary default labelJesus Fernandez2018-08-141-2/+0
* Fix conversion warningsJesus Fernandez2018-08-141-8/+12
* Use QObjectPrivate::q_ptr instead of shadowing itJesus Fernandez2018-08-141-9/+6
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-3/+7
|\
| * Limit Close frame to 125 bytesMårten Nordheim2018-08-061-3/+7
* | Use QUrl::toString() when forming the 'Host' headerTimur Pocheptsov2018-05-161-10/+12
|/
* QWebSocket: fix bytesWritten being emitted twiceMårten Nordheim2018-04-181-2/+0
* Make HTTP header parsing RFC-compliantRobert Griebl2017-11-281-7/+23
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+3
| |\
| | * Fix empty sslConfiguration in sslErrors slotAndré Klitzing2017-10-271-0/+3
* | | Replace typedefs by QOverloadAndré Klitzing2017-10-301-6/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-111-3/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3v5.10.0-beta2Liang Qi2017-10-111-2/+3
| |\ \ | | |/
| | * Change assert to null-checkMårten Nordheim2017-09-201-1/+2
| | * Fix releaseConnectionsAlan Alpert2017-08-291-1/+1
| * | Use multi-arg instead of multiple arg callsAndré Klitzing2017-10-091-1/+1
| |/
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-4/+4
|/
* Replace comment with Q_FALLTHROUGHJesus Fernandez2017-05-041-3/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-10/+6
|\
| * Eradicate Q_FOREACH and Java-style loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-071-11/+8
* | Eradicate Q_FOREACH loopsAndré Klitzing2016-08-231-1/+2
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+1
| |\
| | * Fixed erroneous detection of server disconnect conditionOleksandr Tymoshenko2016-06-201-1/+1
* | | Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-081-2/+24
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-2/+24
| |\ \ | | |/
| | * Fix possible hang on handshakeKai Koehne2016-04-071-2/+5
| | * Update the QWebSocket's QSslConfiguration when neededAndy Shaw2016-03-101-0/+19
* | | Remove unused variableFrank Meerkoetter2016-04-071-3/+1
* | | Limit variable scopeFrank Meerkoetter2016-04-071-2/+1
* | | Limit function visibility to the translation unitFrank Meerkoetter2016-04-071-1/+1
|/ /
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-18/+25
|\
| * Set parent of internal socket objectsPeter Kümmel2015-09-041-18/+25
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-1/+5
|\ \ | |/
| * Correct the default port of secure hand shake requestLiang Qi2015-05-221-1/+5
* | Send and parse headers for the handshake requestLuca Niccoli2015-05-261-2/+21
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-05-111-3/+16
|\ \ | |/