summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpserver/tst_qhttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add keep-alive timeout for QHttpServerLena Biliaieva4 days1-1/+42
* Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4Øystein Heskestad2025-04-031-4/+0
* Remove implicit capture of this with [=]Matthias Rauter2025-04-021-1/+1
* Add failing test that show that QHttpServerRequest is overwrittenØystein Heskestad2025-03-181-0/+94
* QHttpServer auto-tests: use a function provided by QTestTimur Pocheptsov2025-02-181-24/+3
* tst_qhttpserver: do not block the test with keychain access dialogTimur Pocheptsov2024-10-261-2/+36
* Use context object in QHttpServer::routeMatthias Rauter2024-09-031-38/+157
* Rename test with duplicate data tagØystein Heskestad2024-09-031-1/+1
* Set afterRequest callback with a context object and remove rvalueMatthias Rauter2024-09-021-9/+6
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-2/+26
* Simplify and constrain route APIMatthias Rauter2024-08-271-8/+10
* QHttpServerResponse: make API simpler by removing duplicating methodsLena Biliaieva2024-08-061-3/+4
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-31/+42
* Make tst_QHttpServer test HTTP 2 as wellØystein Heskestad2024-07-251-171/+282
* Change QHttpServerResponder to be suitable for both HTTP 1.1 and 2Øystein Heskestad2024-05-131-18/+4
* Use QHttpHeaders in QHttpServerResponderLena Biliaieva2024-02-211-4/+6
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-8/+21
* tst_QHttpServer::multipleResponses: Don't expect failureIevgenii Meshcheriakov2024-02-121-2/+0
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-211-2/+1
* Add support for local socket/serverMarcus Tillmanns2023-07-171-0/+48
* Decay type passed to FunctionTraitsIevgenii Meshcheriakov2023-04-251-14/+28
* Remove few small compilation warningsJuha Vuolle2023-01-251-0/+4
* Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...Ievgenii Meshcheriakov2022-11-141-0/+20
* Add connection trackingIevgenii Meshcheriakov2022-11-141-0/+31
* QAbstractHttpServer: Convert missingHandler() to a pure virtual methodIevgenii Meshcheriakov2022-08-251-0/+29
* Overload QHttpServerResponse with status codesKonrad Kujawa2022-08-101-0/+9
* QHttpServerRequest: Cleanup Method enumIevgenii Meshcheriakov2022-08-091-1/+1
* tst_qhttpserver: Remove an unused #include of a private headerIevgenii Meshcheriakov2022-08-091-2/+0
* QHttpServerLiterals: Inline literals in tests and unexport themIevgenii Meshcheriakov2022-08-091-15/+7
* QAbstractHttpServerPrivate: Fix reading of pipelined requestsIevgenii Meshcheriakov2022-08-031-0/+15
* QHttpServerRequest: Make headers() return a QtNetwork compatible typeIevgenii Meshcheriakov2022-07-291-1/+1
* Remove support for supplying request methods as stringsIevgenii Meshcheriakov2022-07-291-36/+18
* Make QHttpServerResponse non-polymorphicIevgenii Meshcheriakov2022-07-261-10/+4
* Don't move out handler lambda when serving requestsIevgenii Meshcheriakov2022-07-221-0/+22
* Remove unnecessary SSL #include'sIevgenii Meshcheriakov2022-06-301-0/+3
* Prefer printf-style logging over std::ostream-styleMarc Mutz2022-06-231-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Fix std::forward usesMarc Mutz2022-06-221-2/+2
* Fix QLatin1String usageMarc Mutz2022-06-221-2/+4
* tst_qhttpserver: Fix code for ignoring SSL errorsIevgenii Meshcheriakov2022-02-101-7/+2
* tst_qhttpserver: Don't check for OpenSSL support when ignoring errorsIevgenii Meshcheriakov2022-02-101-14/+7
* Regenerate the test certificate/key pairIevgenii Meshcheriakov2022-02-091-25/+76
* Fix build against 6.0Maurice Kalinowski2020-12-161-2/+4
* Introduce QHttpServerFutureResponseMikhail Svetkin2020-06-111-0/+32
* Don't destory socket and request objects while handling a requestMikhail Svetkin2020-06-061-0/+20
* Add QHttpServer::afterRequestMikhail Svetkin2020-05-141-0/+35
* tst_qhttpserver: Add expected warning messagesMikhail Svetkin2020-05-141-0/+6
* Make QAbstractHttpServer::listen return 0 on failMårten Nordheim2020-02-181-3/+3
* Refactor access to QMetaEnum for QHttpServerRequest::MethodMikhail Svetkin2019-11-101-6/+2
* Allow using QHttpServerRequest/Responder at the same timeMikhail Svetkin2019-10-251-0/+27