summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWebSocket: honor subprotocols specified with setRawHeaderMårten Nordheim2022-11-241-4/+26
* QWebSocket: check correct variable in if-statementMårten Nordheim2022-11-221-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-151-2/+2
* Remove/replace uninitialized status line variable in error stringJuha Vuolle2022-10-061-2/+5
* Fix uninitialized QWebSocket::errorString()Juha Vuolle2022-10-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-131-38/+2
* Fix handshake looping infinitely making no progressMårten Nordheim2022-04-011-6/+9
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-15/+85
* Fix order of signals around disconnectionJoni Poikelin2022-02-011-3/+1
* Fix setting of socket optionsJoni Poikelin2022-01-121-4/+8
* Reuse qtbase's HTTP header parser to avoid a reinvented wheelØystein Heskestad2021-12-091-1/+1
* Reuse header http parsing code from QtNetworkØystein Heskestad2021-10-081-173/+103
* Pass ignoreSslErrors to unterlying QSslSocketJens Trillmann2021-06-221-0/+5
* Make sure child QObjects get moved-to-thread along with the ownerMårten Nordheim2020-05-051-17/+16
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-8/+84
|\
| * QAbstractSocket: Fix warnings from deprecated error signalv5.15.0-beta4v5.15.0-beta3Mårten Nordheim2020-03-231-2/+1
| * Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-191-6/+83
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-071-2/+1
|\ \ | |/
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-2/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-291-1/+1
|\ \ | |/
| * Revert "QWebSocket - do not use deprecated member-function"Allan Sandfeld Jensen2020-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-2/+2
|\ \ | |/
| * Change QMap to QMultiMapMårten Nordheim2020-01-231-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-211-1/+1
|\ \ | |/
| * QWebSocket - do not use deprecated member-functionTimur Pocheptsov2020-01-151-1/+1
* | Use the new functions/signals introduced in QSslSocketLars Schmertmann2020-01-211-0/+20
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-6/+2
|\
| * Don't add port in Host header unless specifiedLander Noterman2019-11-211-6/+2
* | Fix websocket handshake request header parsingFranck Dude2019-12-131-1/+5
|/
* 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