index
:
qt/qthttpserver.git
5.15
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
master
Qt Extension: Qt HTTP Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
httpserver
/
qhttpserverresponder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-3
/
+6
*
QHttpServerResponder: Remove QT_DECL_METATYPE_EXTERN_TAGGED macro
Øystein Heskestad
2024-07-02
1
-2
/
+0
*
QhttpServerResponder: Make move constructor inline and noexcept
Øystein Heskestad
2024-07-01
1
-4
/
+15
*
Implement HTTP2 handler for QHttpServer
Lena Biliaieva
2024-05-31
1
-6
/
+6
*
QHttpServer: Handle HTTP 2 handshake
Lena Biliaieva
2024-05-28
1
-278
/
+10
*
Change QHttpServerResponder to be suitable for both HTTP 1.1 and 2
Øystein Heskestad
2024-05-13
1
-122
/
+253
*
Use QHttpHeaders in QHttpServerResponder
Lena Biliaieva
2024-02-21
1
-30
/
+35
*
Use QHttpHeaders in QHttpServerResponse
Lena Biliaieva
2024-02-13
1
-2
/
+5
*
IOChunkedTransfer: Check that `sink` and `source` are not null before using them
Ievgenii Meshcheriakov
2024-01-19
1
-0
/
+6
*
QHttpServerResponder: Increase buffer size for file transfer
Ievgenii Meshcheriakov
2023-11-28
1
-1
/
+1
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-01
1
-3
/
+3
*
Fix CMake Unity (Jumbo) build
Friedemann Kleint
2023-01-25
1
-6
/
+6
*
Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...
Ievgenii Meshcheriakov
2022-11-14
1
-1
/
+24
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-38
/
+32
*
QHttpServerResponder: Don't allow to override HTTP version
Ievgenii Meshcheriakov
2022-08-25
1
-9
/
+3
*
Document missing API
Kai Köhne
2022-08-11
1
-0
/
+79
*
Fix QHttpServer statusString map missing status codes
Konrad Kujawa
2022-08-04
1
-2
/
+26
*
Add missing status string for enum
André Klitzing
2022-07-21
1
-0
/
+1
*
Doc: Mark all classes as \since 6.4
Kai Köhne
2022-06-27
1
-0
/
+1
*
Prefer printf-style logging over std::ostream-style
Marc Mutz
2022-06-23
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
Use QT_DECL_METATYPE_EXTERN_TAGGED instead of Q_DECLARE_METATYPE
Ievgenii Meshcheriakov
2022-06-22
1
-0
/
+2
*
Add to module documentation
Øystein Heskestad
2022-04-23
1
-2
/
+18
*
Use HTTP header parsing code from QtNetwork
Ievgenii Meshcheriakov
2022-04-05
1
-6
/
+42
*
Use std::unique_ptr instead of QScopedPointer with deprecated take()
Ievgenii Meshcheriakov
2022-03-24
1
-4
/
+4
*
Fix warning about unused variable
Maurice Kalinowski
2020-04-24
1
-1
/
+0
*
Fix compilation with gcc 4.8
Mikhail Svetkin
2019-10-29
1
-2
/
+2
*
Fix compilation with gcc 4.8
Mikhail Svetkin
2019-10-24
1
-4
/
+4
*
Add QHttpServerLiterals
Mikhail Svetkin
2019-08-21
1
-15
/
+19
*
QHttpServerResponder: refactor and extend the API
Mikhail Svetkin
2019-08-20
1
-52
/
+153
*
Reuse HTTP status codes from nodejs http-parser
Mikhail Svetkin
2019-04-02
1
-63
/
+5
*
Fix several build issues and fix the unit tests
Jesus Fernandez
2019-02-28
1
-7
/
+0
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Refactor QHttpServerResponder::write(QIODevice, ...)
Mikhail Svetkin
2018-10-04
1
-31
/
+23
*
Introduce QHttpServerResponder
Jesus Fernandez
2018-09-26
1
-0
/
+392