summaryrefslogtreecommitdiffstats
path: root/src/httpserver/qhttpserverresponder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the Http Server documentationØystein Heskestad2025-03-101-3/+6
* QHttpServerResponder: Remove QT_DECL_METATYPE_EXTERN_TAGGED macroØystein Heskestad2024-07-021-2/+0
* QhttpServerResponder: Make move constructor inline and noexceptØystein Heskestad2024-07-011-4/+15
* Implement HTTP2 handler for QHttpServerLena Biliaieva2024-05-311-6/+6
* QHttpServer: Handle HTTP 2 handshakeLena Biliaieva2024-05-281-278/+10
* Change QHttpServerResponder to be suitable for both HTTP 1.1 and 2Øystein Heskestad2024-05-131-122/+253
* Use QHttpHeaders in QHttpServerResponderLena Biliaieva2024-02-211-30/+35
* Use QHttpHeaders in QHttpServerResponseLena Biliaieva2024-02-131-2/+5
* IOChunkedTransfer: Check that `sink` and `source` are not null before using themIevgenii Meshcheriakov2024-01-191-0/+6
* QHttpServerResponder: Increase buffer size for file transferIevgenii Meshcheriakov2023-11-281-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-011-3/+3
* Fix CMake Unity (Jumbo) buildFriedemann Kleint2023-01-251-6/+6
* Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...Ievgenii Meshcheriakov2022-11-141-1/+24
* Add connection trackingIevgenii Meshcheriakov2022-11-141-38/+32
* QHttpServerResponder: Don't allow to override HTTP versionIevgenii Meshcheriakov2022-08-251-9/+3
* Document missing APIKai Köhne2022-08-111-0/+79
* Fix QHttpServer statusString map missing status codesKonrad Kujawa2022-08-041-2/+26
* Add missing status string for enumAndré Klitzing2022-07-211-0/+1
* Doc: Mark all classes as \since 6.4Kai Köhne2022-06-271-0/+1
* Prefer printf-style logging over std::ostream-styleMarc Mutz2022-06-231-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-28/+2
* Use QT_DECL_METATYPE_EXTERN_TAGGED instead of Q_DECLARE_METATYPEIevgenii Meshcheriakov2022-06-221-0/+2
* Add to module documentationØystein Heskestad2022-04-231-2/+18
* Use HTTP header parsing code from QtNetworkIevgenii Meshcheriakov2022-04-051-6/+42
* Use std::unique_ptr instead of QScopedPointer with deprecated take()Ievgenii Meshcheriakov2022-03-241-4/+4
* Fix warning about unused variableMaurice Kalinowski2020-04-241-1/+0
* Fix compilation with gcc 4.8Mikhail Svetkin2019-10-291-2/+2
* Fix compilation with gcc 4.8Mikhail Svetkin2019-10-241-4/+4
* Add QHttpServerLiteralsMikhail Svetkin2019-08-211-15/+19
* QHttpServerResponder: refactor and extend the APIMikhail Svetkin2019-08-201-52/+153
* Reuse HTTP status codes from nodejs http-parserMikhail Svetkin2019-04-021-63/+5
* Fix several build issues and fix the unit testsJesus Fernandez2019-02-281-7/+0
* Fix license headersJesus Fernandez2019-01-311-16/+6
* Refactor QHttpServerResponder::write(QIODevice, ...)Mikhail Svetkin2018-10-041-31/+23
* Introduce QHttpServerResponderJesus Fernandez2018-09-261-0/+392