aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QWebSocket: use a function provided by QTestTimur Pocheptsov2025-02-182-29/+4
* Add ping support on QQmlWebSocketQuentin Deldycke2025-02-052-1/+165
* Follow-up for the recent change: add a missing includeTimur Pocheptsov2024-10-281-0/+1
* qwebsocket auto-test: skip SSL-server part if we know it will blockTimur Pocheptsov2024-10-242-2/+33
* Blacklist tst_QWebSocket::authenticationRequired() on macOS 15Tor Arne Vestbø2024-10-241-0/+2
* Websocket: fix up url's path if it was emptyTimur Pocheptsov2024-08-131-0/+1
* DataProcessor: switch to ChronoTimer, make interval configurableMårten Nordheim2024-05-131-0/+12
* Fix wrong datatag nameMårten Nordheim2024-05-131-1/+1
* Websocket tests: update to handle now-lowercase headersMårten Nordheim2024-05-101-1/+1
* Android: explicitly bundle the OpenSSL libs for testsAssam Boudjelthia2024-04-243-1/+3
* Change license for test filesLucie Gérard2024-04-0513-13/+13
* Don't use versioned importsKai Köhne2023-12-111-3/+3
* tst_QWebSocketServer: move qsslpskauthenticator uses into ssl-guardMårten Nordheim2023-07-101-1/+7
* Address issues with test introduced with 401 supportMårten Nordheim2023-03-281-11/+15
* Revert "Blacklist two tests in handshakerequest"Edward Welbourne2023-01-201-5/+0
* tst_QWebSocket: style fix; drop unnecessary spaceMårten Nordheim2022-12-211-1/+1
* Support 401 response for websocket connectionsMårten Nordheim2022-12-212-0/+323
* QWebSocket: honor subprotocols specified with setRawHeaderMårten Nordheim2022-11-241-7/+21
* QWebSocket: check correct variable in if-statementMårten Nordheim2022-11-221-0/+71
* 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-075-326/+326
* Fix uninitialized QWebSocket::errorString()Juha Vuolle2022-10-051-0/+24
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2315-15/+15
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-031-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2810-10/+8
* Add license headers to cmake filesLucie Gérard2022-07-0715-0/+45
* Use SPDX license identifiersLucie Gérard2022-06-1013-351/+26
* Android: package qml test dataAssam Boudjelthia2022-05-181-0/+5
* Android: ignore some tst_qwebsockerserver unit testsAssam Boudjelthia2022-04-211-0/+5
* Fix handshake looping infinitely making no progressMårten Nordheim2022-04-011-0/+56
* Revert "Blacklist: test cases blacklisted in tst_QWebSocketServer:"Pasi Petäjäjärvi2022-04-011-4/+0
* tst_QWebSocket: fix scope of ifdef proxy-checkMårten Nordheim2022-03-311-2/+1
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-303-1/+120
* Remove .prev_CMakeLists.txtKai Köhne2022-03-222-14/+0
* Blacklist: test cases blacklisted in tst_QWebSocketServer:CI Insignificant Platforms Monitor Bot2022-02-281-0/+4
* tst_QWebsocketServer: Update TLS backend check to be runtimeMårten Nordheim2022-02-021-10/+4
* Remove unused .qrc fileJoerg Bornemann2022-01-201-6/+0
* Re-enable cmake build test for qtwebsocketsJuha Vuolle2022-01-112-8/+36
* Reuse qtbase's HTTP header parser to avoid a reinvented wheelØystein Heskestad2021-12-094-50/+40
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Doc: Fix documentation warningsTopi Reinio2021-09-081-0/+0
* Remove outdated qmake pro-filesØystein Heskestad2021-07-2015-163/+0
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-221-8/+2
* CMake: Regenerate projects to use new CMake APIAlexandru Croitor2020-12-1010-12/+12
* Remove Qt5 leftoversPeter Varga2020-12-017-107/+1
* Fix the buildSona Kurazyan2020-06-291-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-2/+2
* Qt6: Remove single usage of soon to be deprecated QStringRefKarsten Heimrich2020-06-101-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-4/+4