summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qabstracthttpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add keep-alive timeout for QHttpServerLena Biliaieva3 days1-4/+36
* Improve the Http Server documentationØystein Heskestad2025-03-101-23/+22
* Document QAbstractHttpServer::(set)ConfigurationIvan Solovev2025-01-221-0/+17
* Add missing include guards for localserverØystein Heskestad2025-01-141-0/+2
* Add request rate limiting for QHttpServerLena Biliaieva2024-12-051-4/+17
* Update documentation to new APIMatthias Rauter2024-09-031-15/+17
* Add context parameter to addWebSocketUpgradeVerifierØystein Heskestad2024-08-301-20/+24
* Set missinghandler callback with a context object and remove rvalueMatthias Rauter2024-08-301-0/+13
* QAbstractHttpServer: Remove QSslConfiguration and listen() methodsØystein Heskestad2024-07-311-64/+7
* QAbstractHttpServer::bind(nullptr) returns falseØystein Heskestad2024-07-021-12/+5
* QAbstractHttpServer::bind() return true on successØystein Heskestad2024-07-021-12/+40
* QAbstractHttpServer: Make getter function serverPorts() constØystein Heskestad2024-06-271-1/+1
* Make logging categories staticUlf Hermann2024-06-271-1/+1
* Add function to register functions that verifies WebSocket upgradesØystein Heskestad2024-05-291-9/+81
* QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServerLena Biliaieva2024-05-281-1/+30
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-3/+22
* Add support for local socket/serverMarcus Tillmanns2023-07-171-1/+47
* Add connection trackingIevgenii Meshcheriakov2022-11-141-94/+15
* Port from container::count() and length() to size()Marc Mutz2022-10-061-1/+1
* QHttpAbstractHttpServer: Don't call missingHandler() a signalIevgenii Meshcheriakov2022-09-091-2/+2
* QAbstractHttpServer: Convert missingHandler() to a pure virtual methodIevgenii Meshcheriakov2022-08-251-3/+3
* QAbstractHttpServerPrivate: Fix reading of pipelined requestsIevgenii Meshcheriakov2022-08-031-0/+2
* QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()Ievgenii Meshcheriakov2022-07-291-7/+4
* Fix unused variable build errorAssam Boudjelthia2022-07-211-2/+2
* Use handleRequest and missingHandler for WebSockets, tooAndré Klitzing2022-07-081-3/+5
* Fix memleak when upgrading to websocketIvan Solovev2022-07-061-1/+4
* Fix build with SSL but without websocketsIvan Solovev2022-07-061-1/+0
* Remove unnecessary SSL #include'sIevgenii Meshcheriakov2022-06-301-0/+5
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* QAbstractHttpServer: prefer Q_Q-declared q over q_ptrMarc Mutz2022-06-231-1/+1
* Prefer printf-style logging over std::ostream-styleMarc Mutz2022-06-231-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* QAbstractHttpServer: De-inline dtor of polymorphic classMarc Mutz2022-06-221-0/+6
* Replace all uses of QVector with QListIevgenii Meshcheriakov2022-06-211-3/+3
* Remove QtSslServer module and use QSslServer class from QtNetworkØystein Heskestad2022-06-141-4/+21
* includemocsMarc Mutz2022-05-111-0/+2
* Add to module documentationØystein Heskestad2022-04-231-1/+47
* Use HTTP header parsing code from QtNetworkIevgenii Meshcheriakov2022-04-051-11/+5
* Ignore unsupported Upgrade requestsMårten Nordheim2020-12-161-3/+0
* 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