summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a fork() testJesus Fernandez2019-04-291-0/+58
* Find proper mime type for QByteArray dataTasuku Suzuki2019-04-2612-7/+178
* Fix support for keep-alive connectionMikhail Svetkin2019-04-084-3/+72
* Accept a string as request method in QHttpServer::route()Mikhail Svetkin2019-04-046-5/+170
* Fix HTTP chunked request body handlingMikhail Svetkin2019-04-032-3/+50
* Reuse HTTP status codes from nodejs http-parserMikhail Svetkin2019-04-021-63/+5
* Use multi-arg version of QString::argJesus Fernandez2019-03-191-4/+4
* Allow use of custom data structures as router callback argumentsMikhail Svetkin2019-03-064-6/+114
* Fix build on WindowsMaurice Kalinowski2019-02-281-0/+1
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-2821-127/+106
* Use QStringLiteralJesus Fernandez2019-02-121-1/+2
* Update http-parser submodule to version 2.9.0Jesus Fernandez2019-02-082-0/+1
* Fix license headersJesus Fernandez2019-01-3129-448/+842
* Fix -Wmismatched-tags warningsJesus Fernandez2019-01-303-3/+6
* Fix buildJesus Fernandez2019-01-303-2/+4
* Introduce QHttpServerMikhail Svetkin2019-01-2517-0/+1238
* Introduce QHttpServerRouterMikhail Svetkin2019-01-2313-15/+1336
* Update .gitignoreMikhail Svetkin2018-12-201-6/+0
* Fix tst_QAbstractHttpServer::requestMikhail Svetkin2018-12-201-2/+2
* Fix build the test without the websocket supportMikhail Svetkin2018-12-201-1/+2
* Add .gitignoreMikhail Svetkin2018-12-201-0/+159
* Fix CMake testsJesus Fernandez2018-10-223-4/+67
* Refactor QAbstractHttpServer::servers()Tasuku Suzuki2018-10-222-9/+19
* Fix compile error: "redefinition; different linkage"Mårten Nordheim2018-10-181-1/+1
* Don't depend on QtGuiMårten Nordheim2018-10-181-1/+1
* Refactor QHttpServerResponder::write(QIODevice, ...)Mikhail Svetkin2018-10-044-31/+79
* Introduce QHttpServerResponderJesus Fernandez2018-09-269-2/+865
* Fix build error about missing QTcpSocket header fileRyan Chu2018-08-221-0/+1
* Fix build error when SSL configuration is disabledRyan Chu2018-08-221-2/+2
* 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 Qt code styleMikhail Svetkin2018-07-201-7/+9
* Return the server port in listen()Jesus Fernandez2018-07-192-6/+8
* Fix inccorect parsing url with spacesMikhail Svetkin2018-07-182-1/+4
* Fix compilation warningMikhail Svetkin2018-07-171-1/+1
* Allow inherits from QAbstractHttpServer with custom private classMikhail Svetkin2018-07-163-2/+9
* Add Qt namespaceJesus Fernandez2018-07-161-0/+4
* Add public headerJesus Fernandez2018-07-161-0/+2
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-1622-0/+1269
* Initial empty repositoryOswald Buddenhagen2018-02-020-0/+0