summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstracthttpserver/tst_qabstracthttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add keep-alive timeout for QHttpServerLena Biliaieva4 days1-0/+107
* QHttpServer auto-tests: use a function provided by QTestTimur Pocheptsov2025-02-181-11/+3
* httpabstractserver: do not block when accessing a keychainTimur Pocheptsov2025-01-071-0/+15
* QAbstractHttpServer: Fix two-way communication for WebSocketsØystein Heskestad2024-10-181-4/+45
* tst_qabstracthttpserver: Create stream before waiting for SETTINGSMårten Nordheim2024-10-181-1/+2
* Fix memory leaks in test code of tst_qabstracthttpserverYuri Knigavko2024-10-111-25/+25
* Add context parameter to addWebSocketUpgradeVerifierØystein Heskestad2024-08-301-5/+77
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-9/+9
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-14/+24
* Fix build of tests on Android without SSL enabledVolker Hilsheimer2024-06-191-1/+1
* QHttpServer: Delete HTTP2 Handler only if no requests are in processLena Biliaieva2024-06-131-0/+80
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-1/+83
* Add function to register functions that verifies WebSocket upgradesØystein Heskestad2024-05-291-2/+140
* Fix memory leak in tst_QAbstractHttpServer::websocket()Øystein Heskestad2024-05-291-6/+3
* QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServerLena Biliaieva2024-05-281-0/+29
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-2/+204
* Remove few small compilation warningsJuha Vuolle2023-01-251-0/+1
* Add connection trackingIevgenii Meshcheriakov2022-11-141-11/+29
* Port from container::count() and length() to size()Marc Mutz2022-10-061-3/+3
* tst_qabstracthttpserver: Remove fork testIevgenii Meshcheriakov2022-09-121-67/+0
* QAbstractHttpServer: Convert missingHandler() to a pure virtual methodIevgenii Meshcheriakov2022-08-251-0/+22
* tests: Use _ba instead of QByteArrayLiteralIevgenii Meshcheriakov2022-08-081-9/+9
* QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()Ievgenii Meshcheriakov2022-07-291-2/+2
* Use handleRequest and missingHandler for WebSockets, tooAndré Klitzing2022-07-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Fix QLatin1String usageMarc Mutz2022-06-221-1/+3
* Fix build against 6.0Maurice Kalinowski2020-12-161-0/+1
* Add cmake support for Qt6/dev branchMikhail Svetkin2020-05-051-3/+3
* Do not disconnect on HTTP CONNECT methodMikhail Svetkin2020-02-261-1/+8
* Fix memory leak in testMikhail Svetkin2020-02-201-5/+5
* Make QAbstractHttpServer::listen return 0 on failMårten Nordheim2020-02-181-0/+3
* Fix crash when CONNECT method is usedTasuku Suzuki2020-02-131-0/+19
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-4/+18
* Add a fork() testJesus Fernandez2019-04-291-0/+58
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-0/+9
* Use QStringLiteralJesus Fernandez2019-02-121-1/+2
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Fix tst_QAbstractHttpServer::requestMikhail Svetkin2018-12-201-2/+2
* Fix build the test without the websocket supportMikhail Svetkin2018-12-201-1/+2
* Refactor QAbstractHttpServer::servers()Tasuku Suzuki2018-10-221-0/+18
* Remove unused QNetworkReplyMikhail Svetkin2018-07-201-2/+1
* Fix inccorect parsing url with spacesMikhail Svetkin2018-07-181-0/+2
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+159