summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrequest.h
Commit message (Expand)AuthorAgeFilesLines
* Do not disconnect on HTTP CONNECT methodMikhail Svetkin2020-02-261-2/+4
* qhttpserverrequest: Change QSharedPointer to QScopedPointerMikhail Svetkin2019-10-291-4/+3
* Fix memory leak in QHttpServerRequest5.15Sylvain Garcia2019-10-141-1/+1
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-1/+3
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-2/+2
* Change QString for headers in QHttpServerRequest to QByteArrayTasuku Suzuki2019-05-091-1/+1
* Accept a string as request method in QHttpServer::route()Mikhail Svetkin2019-04-041-1/+12
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-2/+2
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Fix buildJesus Fernandez2019-01-301-1/+1
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+2
* Introduce QHttpServerRouterMikhail Svetkin2019-01-231-11/+12
* Fix compile error: "redefinition; different linkage"MÃ¥rten Nordheim2018-10-181-1/+1
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+101