summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstracthttpserver/tst_qabstracthttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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