summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/qwebsocket/tst_qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address issues with test introduced with 401 supportMårten Nordheim2023-03-281-11/+15
* tst_QWebSocket: style fix; drop unnecessary spaceMårten Nordheim2022-12-211-1/+1
* Support 401 response for websocket connectionsMårten Nordheim2022-12-211-0/+310
* QWebSocket: check correct variable in if-statementMårten Nordheim2022-11-221-0/+71
* Port from container::count() and length() to size()Marc Mutz2022-10-071-68/+68
* Fix uninitialized QWebSocket::errorString()Juha Vuolle2022-10-051-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-101-27/+2
* Fix handshake looping infinitely making no progressMårten Nordheim2022-04-011-0/+56
* tst_QWebSocket: fix scope of ifdef proxy-checkMårten Nordheim2022-03-311-2/+1
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-1/+68
* Qt6: Remove single usage of soon to be deprecated QStringRefKarsten Heimrich2020-06-101-1/+1
* Stabilize testAllan Sandfeld Jensen2020-05-081-1/+1
* Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-191-2/+88
* Revert "Speculatively increase timeouts in tst_qwebsocket"Timur Pocheptsov2020-03-191-5/+5
* Speculatively increase timeouts in tst_qwebsocketMårten Nordheim2020-03-181-5/+5
* QWebsocket doesn't receive message with size larger than 1MRyan Chu2019-08-281-2/+2
* Remove waitForReadyRead from QWebSocketFrame::readFrameRyan Chu2019-08-231-1/+35
* Use nullptr instead of 0Jesus Fernandez2018-08-101-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+29
|\
| * Limit Close frame to 125 bytesMårten Nordheim2018-08-061-0/+29
* | QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-141-0/+8
|/
* test: fix tst_QWebSocket::tst_moveToThread()Liang Qi2017-10-261-2/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
* Updated license headersAntti Kokko2016-01-201-17/+12
* Test: replace obsolete QUrl::addQueryItem()Liang Qi2015-10-211-1/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-201-0/+103
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-201-1/+1
| |\
| | * Test: stablize tst_QWebSocket::tst_moveToThread()5.5Liang Qi2015-10-201-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+103
| |\ \ | | |/
| | * Set parent of internal socket objectsPeter Kümmel2015-09-041-0/+103
* | | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-311-2/+6
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-12/+34
|/
* tests: move all auto tests to websockets sub directoryLiang Qi2015-05-221-0/+605