summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverrequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not disconnect on HTTP CONNECT methodMikhail Svetkin2020-02-261-0/+2
* Small refactoring of QHttpServerRequest and QAbstractHttpServerMikhail Svetkin2020-02-241-0/+1
* Fix QString::QString(const QByteArray&)’ is deprecatedMikhail Svetkin2020-02-241-2/+2
* Refactor QHttpServerRequestPrivate::parseUrlMikhail Svetkin2019-11-101-19/+21
* qhttpserverrequest: Change QSharedPointer to QScopedPointerMikhail Svetkin2019-10-291-4/+0
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-3/+9
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-2/+0
* Change QString for headers in QHttpServerRequest to QByteArrayTasuku Suzuki2019-05-091-7/+7
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-0/+8
* Fix HTTP chunked request body handlingMikhail Svetkin2019-04-031-1/+7
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Introduce QHttpServerMikhail Svetkin2019-01-251-0/+5
* Fix build error when SSL configuration is disabledRyan Chu2018-08-221-2/+2
* Fix inccorect parsing url with spacesMikhail Svetkin2018-07-181-1/+2
* Fix compilation warningMikhail Svetkin2018-07-171-1/+1
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+304