summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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-142-18/+53
* tst_qhttpserver: Add expected warning messagesMikhail Svetkin2020-05-141-0/+6
* Add cmake support for Qt6/dev branchMikhail Svetkin2020-05-0511-8/+88
* Add cmake test and remove dead codeMikhail Svetkin2020-04-191-0/+1
* Add dependencies file for CoinMikhail Svetkin2020-04-192-2/+1
* 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-182-3/+6
* Fix crash when CONNECT method is usedTasuku Suzuki2020-02-131-0/+19
* Refactor access to QMetaEnum for QHttpServerRequest::MethodMikhail Svetkin2019-11-101-6/+2
* Allow using QHttpServerRequest/Responder at the same timeMikhail Svetkin2019-10-252-6/+33
* QHttpServerRouterViewTraits: Make it simpler and testableMikhail Svetkin2019-10-241-0/+326
* HTTPS supportSylvain Garcia2019-10-042-50/+213
* QHttpServerResponse: Extend the APIMikhail Svetkin2019-10-032-0/+94
* QHttpServerResponse: Change text/html -> application/x-emptyMikhail Svetkin2019-08-221-5/+5
* Add QHttpServerLiteralsMikhail Svetkin2019-08-215-16/+31
* QHttpServerResponder: refactor and extend the APIMikhail Svetkin2019-08-202-4/+102
* QHttpServerResponse: add ctor for QJsonArrayMikhail Svetkin2019-07-111-0/+16
* QHttpServerResponse: use compact mode for json objectsMikhail Svetkin2019-07-111-0/+15
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-4/+18
* Introduce QHttpServerResponse::fromFile()Tasuku Suzuki2019-06-146-1/+66
* Fix crash for passing lambda with captures to QHttpServer::routeMikhail Svetkin2019-05-151-8/+36
* Use Qt5TestMacros for run cmake testsMikhail Svetkin2019-05-151-11/+1
* Remove unused signalMikhail Svetkin2019-05-091-2/+0
* Fix tests failure introduced by the mime type detectionTasuku Suzuki2019-05-092-25/+25
* Add a fork() testJesus Fernandez2019-04-291-0/+58
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-2611-4/+174
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-3/+59
* Accept a string as request method in QHttpServer::route()Mikhail Svetkin2019-04-042-1/+94
* Fix HTTP chunked request body handlingMikhail Svetkin2019-04-031-2/+43
* Allow use of custom data structures as router callback argumentsMikhail Svetkin2019-03-061-0/+46
* Fix build on WindowsMaurice Kalinowski2019-02-281-0/+1
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-286-23/+28
* Use QStringLiteralJesus Fernandez2019-02-121-1/+2
* Fix license headersJesus Fernandez2019-01-314-64/+24
* Introduce QHttpServerMikhail Svetkin2019-01-253-0/+354
* Introduce QHttpServerRouterMikhail Svetkin2019-01-233-1/+232
* Fix tst_QAbstractHttpServer::requestMikhail Svetkin2018-12-201-2/+2
* Fix build the test without the websocket supportMikhail Svetkin2018-12-201-1/+2
* Fix CMake testsJesus Fernandez2018-10-223-4/+67
* Refactor QAbstractHttpServer::servers()Tasuku Suzuki2018-10-221-0/+18
* Refactor QHttpServerResponder::write(QIODevice, ...)Mikhail Svetkin2018-10-043-0/+56
* Introduce QHttpServerResponderJesus Fernandez2018-09-263-2/+166
* Reduce project dependenciesJesus Fernandez2018-07-231-1/+1
* Allow build tst_qabstracthttpserver without qtConfig(private_tests)Mikhail Svetkin2018-07-201-1/+0
* 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-165-0/+193