summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/qwebsocketserver/tst_qwebsocketserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWebSocket: honor subprotocols specified with setRawHeaderMårten Nordheim2022-11-241-7/+21
* Replace QT_HAS_INCLUDE() wrapper macro with __has_include()Tor Arne Vestbø2022-11-221-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-64/+64
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-27/+2
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-0/+45
* tst_QWebsocketServer: Update TLS backend check to be runtimeMårten Nordheim2022-02-021-10/+4
* Remove Qt5 leftoversPeter Varga2020-12-011-13/+0
* 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
* Add support for chrono versions of handshakeTimeout functionsv5.14.0-beta2Mårten Nordheim2019-10-091-0/+12
* 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
* QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-141-0/+8
* 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
* | Enable tests for boot2qtSami Nurmenniemi2017-07-191-1/+56
|/
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-0/+34
* Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-161-0/+56
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+127
* Updated license headersAntti Kokko2016-01-201-17/+12
* tests: move all auto tests to websockets sub directoryLiang Qi2015-05-221-0/+390