summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Update http-parser submodule to version 2.9.0Jesus Fernandez2019-02-082-0/+1
* Fix license headersJesus Fernandez2019-01-3124-384/+144
* Fix -Wmismatched-tags warningsJesus Fernandez2019-01-303-3/+6
* Fix buildJesus Fernandez2019-01-303-2/+4
* Introduce QHttpServerMikhail Svetkin2019-01-2510-0/+746
* Introduce QHttpServerRouterMikhail Svetkin2019-01-2310-14/+1104
* Refactor QAbstractHttpServer::servers()Tasuku Suzuki2018-10-221-9/+1
* 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-041-31/+23
* Introduce QHttpServerResponderJesus Fernandez2018-09-266-0/+699
* 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
* 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-181-1/+2
* 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-1612-0/+1062