index
:
qt/qthttpserver.git
5.15
6.10
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QHttpServerRequestFilter: rewrite isRequestAllowed() using STL algorithms
Marc Mutz
7 days
1
-12
/
+11
*
QHttpServerRequestFilter: unexport non-polymorphic class
Marc Mutz
7 days
2
-15
/
+10
*
QHttpServerConfiguration: fix equality comparison
Marc Mutz
9 days
1
-4
/
+9
*
QHttpServerRequestFilter: avoid double lookup in isRequestWithinRate()
Marc Mutz
9 days
1
-3
/
+1
*
QHttpServerConfiguration: Use QSpan in accessor functions
Øystein Heskestad
9 days
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
*
QHttpServerConfiguration: use comparison operator macro
Volker Hilsheimer
2025-01-14
2
-11
/
+6
*
Add request rate limiting for QHttpServer
Lena Biliaieva
2024-12-05
12
-10
/
+376
*
Fix documentation of addAfterRequestHandler
Carl Schwan
2024-10-22
1
-3
/
+3
*
QAbstractHttpServer: Fix two-way communication for WebSockets
Øystein Heskestad
2024-10-18
2
-0
/
+7
*
Fix assert message
Mårten Nordheim
2024-09-18
1
-1
/
+1
*
IOChunkedTransfer: avoid going back to the event loop
Mårten Nordheim
2024-09-12
1
-11
/
+20
*
IOChunkedTransfer: Don't write to the sink if there is data pending
Mårten Nordheim
2024-09-12
1
-1
/
+15
*
IOChunkedTransfer: Connect to encryptedBytesWritten signal for TLS
Mårten Nordheim
2024-09-12
1
-8
/
+15
*
Update documentation to new API
Matthias Rauter
2024-09-03
6
-170
/
+367
*
Use context object in QHttpServer::route
Matthias Rauter
2024-09-03
11
-87
/
+195
*
Set afterRequest callback with a context object and remove rvalue
Matthias Rauter
2024-09-02
5
-126
/
+34
*
Add context parameter to addWebSocketUpgradeVerifier
Øystein Heskestad
2024-08-30
4
-28
/
+41
*
Set missinghandler callback with a context object and remove rvalue
Matthias Rauter
2024-08-30
8
-27
/
+71
*
Simplify and constrain route API
Matthias Rauter
2024-08-27
3
-36
/
+38
*
Replace use of QtPrivate::Indexes & family with std::index_sequence
Thiago Macieira
2024-08-21
5
-22
/
+20
*
Add constant getter for router to QHttpServer
Matthias Rauter
2024-08-21
2
-1
/
+11
*
QHttpServerResponse: make API simpler by removing duplicating methods
Lena Biliaieva
2024-08-06
2
-103
/
+15
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
4
-78
/
+16
*
Http/1: Call write() less often
Mårten Nordheim
2024-07-24
1
-11
/
+11
*
Enqueue data and trailers for chunked writes in HTTP 2
Øystein Heskestad
2024-07-24
2
-20
/
+63
*
QHttpServer: Document an exception of afterRequest() usage
Lena Biliaieva
2024-07-23
1
-1
/
+7
*
Add missing qpointer include
Mårten Nordheim
2024-07-22
1
-0
/
+1
*
QHttpServerResponse: Add Q_IMPLICIT and remove redundant explicit
Lena Biliaieva
2024-07-12
1
-21
/
+24
*
QHttpServer: Add missing override keyword in destructor declaration
Øystein Heskestad
2024-07-11
1
-1
/
+1
[next]