summaryrefslogtreecommitdiff
path: root/tests/auto/websockets
Commit message (Expand)AuthorAgeFilesLines
* Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-192-3/+89
* 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
* Stabilize tst_QWebSocketServer::tst_handshakeTimeoutv5.15.0-beta2Mårten Nordheim2020-03-101-1/+6
* Stop forcing deprecated ssl protocol versionMårten Nordheim2020-01-171-1/+0
* Cleanup QWebSocketFrameChristian Ehrlicher2019-11-261-15/+11
* Add support for chrono versions of handshakeTimeout functionsv5.14.0-beta2Mårten Nordheim2019-10-091-0/+12
* QWebsocket doesn't receive message with size larger than 1MRyan Chu2019-08-281-2/+2
* Merge dev into 5.14Kari Oikarinen2019-08-273-12/+72
|\
| * Add the missing tests in tst_DataProcessor::frameTooSmallRyan Chu2019-08-231-3/+17
| * Remove waitForReadyRead from QWebSocketFrame::readFrameRyan Chu2019-08-232-5/+47
| * Make QWebSocketFrame::readFrame as a non-static public functionRyan Chu2019-08-231-4/+8
* | Properly handle multiple websocket frames in one TCP frameMårten Nordheim2019-08-261-0/+28
|/
* Investigate tst_handshakeTimeout test flakinessMårten Nordheim2019-06-271-11/+25
* Fix compilation error when configured without SSLDimitrios Apostolou2019-06-031-0/+1
* tst_QWebSocketServer: Fix deprecation warnings about QSslSocket::supportedCip...Friedemann Kleint2019-05-271-1/+1
* websocket server: add timeout to abort incomplete handshakesHeiko Voigt2019-04-291-14/+154
* tst_qwebsocketserver: force TLS 1.2 for the PSK testMårten Nordheim2018-11-051-0/+5
* Fix implicit conversion warningJesus Fernandez2018-08-201-0/+13
* Remove redundant options and a stray defineJesus Fernandez2018-08-179-9/+9
* Use nullptr instead of 0Jesus Fernandez2018-08-102-2/+2
* 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-031-1/+2
|\ \ | |/
| * Migrate tst_handshakeresponse to QRegularExpressionSamuel Gaist2018-06-301-1/+2
* | QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-142-0/+16
|/
* Make HTTP header parsing RFC-compliantRobert Griebl2017-11-281-0/+40
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-33/+24
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-34/+24
| |\
| | * Fix empty sslConfiguration in sslErrors slotAndré Klitzing2017-10-271-3/+7
| | * Check count of spy to verify signalAndré Klitzing2017-10-271-31/+17
* | | Replace typedefs by QOverloadAndré Klitzing2017-10-301-2/+1
* | | test: fix tst_QWebSocket::tst_moveToThread()Liang Qi2017-10-261-2/+2
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
|/ /
* | Enable tests for boot2qtSami Nurmenniemi2017-07-193-4/+57
|/
* Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-091-0/+3
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-0/+34
* Fix the parser of port in hand shake requestLiang Qi2017-01-061-0/+103
* Fixed possible block clearing in QWebSocketDataProcessor::process methodAleksey Lysenko2017-01-041-8/+46
* Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-165-0/+109
* Clean up QT_CONFIG usageLars Knoll2016-08-197-7/+7
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+127
* Updated license headersAntti Kokko2016-01-209-153/+108
* Test: replace obsolete QUrl::addQueryItem()Liang Qi2015-10-211-1/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-204-21/+192
|\
| * Test: replace obsolete QChar::fromAscii()Liang Qi2015-10-201-2/+2
| * 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-023-5/+176
| |\ \ | | |/
| | * Fix DoS vulnerabilityv5.5.15.5.1Kurt Pattyn2015-09-062-5/+73