summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qabstracthttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't destory socket and request objects while handling a requestMikhail Svetkin2020-06-061-2/+10
* Small refactoring of QHttpServerRequest and QAbstractHttpServerMikhail Svetkin2020-02-241-23/+18
* Make QAbstractHttpServer::listen return 0 on failMÃ¥rten Nordheim2020-02-181-3/+24
* Fix crash when CONNECT method is usedTasuku Suzuki2020-02-131-1/+1
* HTTPS supportSylvain Garcia2019-10-041-0/+29
* Add remoteAddress() to QHttpServerRequestTasuku Suzuki2019-07-101-1/+1
* QAbstractHttpServer: Simplify handleNewConection/handleReadyReadMikhail Svetkin2019-07-091-35/+22
* Silent -Wdeprecated-declarations warningJesus Fernandez2019-05-211-1/+1
* Change QString for headers in QHttpServerRequest to QByteArrayTasuku Suzuki2019-05-091-2/+2
* Fix support for keep-alive connectionMikhail Svetkin2019-04-081-0/+3
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-2/+5
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Refactor QAbstractHttpServer::servers()Tasuku Suzuki2018-10-221-9/+1
* Introduce QHttpServerResponderJesus Fernandez2018-09-261-0/+8
* Fix build error about missing QTcpSocket header fileRyan Chu2018-08-221-0/+1
* Fix Qt code styleMikhail Svetkin2018-07-201-7/+9
* Return the server port in listen()Jesus Fernandez2018-07-191-5/+7
* Allow inherits from QAbstractHttpServer with custom private classMikhail Svetkin2018-07-161-1/+5
* Introduce Qt HttpServer frameworkJesus Fernandez2018-07-161-0/+265