index
:
qt/qthttpserver.git
5.15
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
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
6.9.2
6.9.3
dev
master
Qt Extension: Qt HTTP Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for sending headers in canonical form
Mårten Nordheim
8 days
1
-1
/
+1
*
Fix compile error
Mårten Nordheim
2026-04-23
1
-0
/
+1
*
Include what you use: QHash for qhttpserverhttp2protocolhandler_p.h
Marc Mutz
2026-04-13
1
-1
/
+2
*
QHttpServerRouterRule: include what you use: QHash
Marc Mutz
2026-03-26
1
-0
/
+1
*
QHttpServerHttp2ProtocolHandler: replace a QList with a std::array<4>
Marc Mutz
2026-03-26
2
-10
/
+13
*
QHttpServerHttp1ProtocolHandler: fix UB (const_cast object originally marked ...
Marc Mutz
2026-03-25
1
-3
/
+3
*
QHttpServerConfiguration: port from QPair to std::pair
Marc Mutz
2026-03-25
1
-2
/
+2
*
Limit the number of connections for each IP address
Ayesha Ishaq
2026-02-04
5
-2
/
+175
*
QHttpServerResponder: make isResponseCanceled() const
Marc Mutz
2026-01-13
2
-3
/
+3
*
API review: Use 'maximum' instead of 'max' in method names in public API
Øystein Heskestad
2026-01-07
3
-38
/
+38
*
Complete HTTP/1.0 support
Øystein Heskestad
2025-12-09
3
-21
/
+83
*
Limit max size of incoming requests
Øystein Heskestad
2025-10-23
11
-14
/
+496
*
Add method to check if the client connection is still alive
Øystein Heskestad
2025-10-20
9
-7
/
+98
*
Update documentation now that routes can return QFuture<void>
Øystein Heskestad
2025-10-17
1
-28
/
+79
*
QHttpServerParserPrivate: prepare for QByteDataBuffer move to QtNetwork
Marc Mutz
2025-09-25
1
-0
/
+5
*
QHttpServerRequestPrivate: remove unused qbytedata_p.h include
Marc Mutz
2025-09-25
1
-1
/
+1
*
Make QtHttpServer respond with correct version for HTTP/1.0
Øystein Heskestad
2025-09-24
1
-1
/
+1
*
QHttpServerConfiguration: Add missing tags in the documentation
Lena Biliaieva
2025-08-08
1
-0
/
+8
*
Allow routes to return QFuture<void> and write using responder
Øystein Heskestad
2025-08-06
3
-26
/
+152
*
Make QHttpServerResponder able to be called from a different thread
Øystein Heskestad
2025-07-29
1
-9
/
+23
*
Make sure reading from a QIODevice is done before handling next request
Øystein Heskestad
2025-07-23
2
-16
/
+38
*
Fix writing from sequential QIODevices to HTTP(S)/1.(0/1) clients
Øystein Heskestad
2025-07-09
6
-24
/
+76
*
Fix HTTP/2 not closing stream if device to write returns true for atEnd
Øystein Heskestad
2025-07-04
1
-5
/
+0
*
Fix HTTP/2 handling leaking device if stream is not found or inactive
Øystein Heskestad
2025-07-04
1
-2
/
+2
*
QHttpServerRequestFilter: rewrite isRequestAllowed() using STL algorithms
Marc Mutz
2025-06-26
1
-12
/
+11
*
QHttpServerRequestFilter: unexport non-polymorphic class
Marc Mutz
2025-06-26
2
-15
/
+10
*
QHttpServerConfiguration: fix equality comparison
Marc Mutz
2025-06-24
1
-4
/
+9
*
QHttpServerRequestFilter: avoid double lookup in isRequestWithinRate()
Marc Mutz
2025-06-24
1
-3
/
+1
*
QHttpServerConfiguration: Use QSpan in accessor functions
Øystein Heskestad
2025-06-24
2
-10
/
+10
*
Mark remaining files in QtHttpServer as security default
Øystein Heskestad
2025-06-18
30
-0
/
+30
*
QHttpServerRequest: Use the defaulted definition of the move constructor
Øystein Heskestad
2025-06-17
1
-1
/
+1
*
Mark files parsing network traffic as security critical
Øystein Heskestad
2025-06-11
10
-0
/
+10
*
Add keep-alive timeout for QHttpServer
Lena Biliaieva
2025-05-21
8
-4
/
+123
*
Rename capturable token to placeholder in documentation
Øystein Heskestad
2025-05-19
3
-12
/
+12
*
Rename PlaceholdersCount to SpecialsCount and update documentation
Øystein Heskestad
2025-05-13
3
-10
/
+9
*
Improve documentation of capturables and placeholders
Øystein Heskestad
2025-05-13
3
-137
/
+156
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4
Øystein Heskestad
2025-04-03
13
-99
/
+201
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 3/4
Øystein Heskestad
2025-04-03
4
-601
/
+45
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 2/4
Øystein Heskestad
2025-04-03
8
-25
/
+42
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 1/4
Øystein Heskestad
2025-04-03
4
-0
/
+637
*
QHttpServer: Fix segmentation fault in tst_qhttpserverrequestfilter
Lena Biliaieva
2025-03-11
1
-4
/
+6
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
10
-167
/
+192
*
Doc: Fix incorrect \fn signature
Topi Reinio
2025-03-04
1
-1
/
+1
*
Add support for IP address whitelist and blacklist in QHttpServer
Lena Biliaieva
2025-02-11
6
-0
/
+96
*
Fix documentation of new API
Tasuku Suzuki
2025-02-11
1
-2
/
+2
*
Do not export QESDP<QHttpServerConfigurationPrivate> destructor
Ivan Solovev
2025-01-30
1
-1
/
+1
*
Document QAbstractHttpServer::(set)Configuration
Ivan Solovev
2025-01-22
1
-0
/
+17
*
API review: replace `unsigned` with `quint32` in public API
Volker Hilsheimer
2025-01-15
2
-5
/
+5
*
Add missing include guards for localserver
Øystein Heskestad
2025-01-14
2
-0
/
+4
*
Do not export QHttpServerConfiguration wholesale
Ivan Solovev
2025-01-14
1
-7
/
+7
[next]