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
/
tests
/
auto
/
qhttpserver
/
tst_qhttpserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add keep-alive timeout for QHttpServer
Lena Biliaieva
4 days
1
-1
/
+42
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4
Øystein Heskestad
2025-04-03
1
-4
/
+0
*
Remove implicit capture of this with [=]
Matthias Rauter
2025-04-02
1
-1
/
+1
*
Add failing test that show that QHttpServerRequest is overwritten
Øystein Heskestad
2025-03-18
1
-0
/
+94
*
QHttpServer auto-tests: use a function provided by QTest
Timur Pocheptsov
2025-02-18
1
-24
/
+3
*
tst_qhttpserver: do not block the test with keychain access dialog
Timur Pocheptsov
2024-10-26
1
-2
/
+36
*
Use context object in QHttpServer::route
Matthias Rauter
2024-09-03
1
-38
/
+157
*
Rename test with duplicate data tag
Øystein Heskestad
2024-09-03
1
-1
/
+1
*
Set afterRequest callback with a context object and remove rvalue
Matthias Rauter
2024-09-02
1
-9
/
+6
*
Set missinghandler callback with a context object and remove rvalue
Matthias Rauter
2024-08-30
1
-2
/
+26
*
Simplify and constrain route API
Matthias Rauter
2024-08-27
1
-8
/
+10
*
QHttpServerResponse: make API simpler by removing duplicating methods
Lena Biliaieva
2024-08-06
1
-3
/
+4
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
1
-31
/
+42
*
Make tst_QHttpServer test HTTP 2 as well
Øystein Heskestad
2024-07-25
1
-171
/
+282
*
Change QHttpServerResponder to be suitable for both HTTP 1.1 and 2
Øystein Heskestad
2024-05-13
1
-18
/
+4
*
Use QHttpHeaders in QHttpServerResponder
Lena Biliaieva
2024-02-21
1
-4
/
+6
*
Use QHttpHeaders in QHttpServerResponse
Lena Biliaieva
2024-02-13
1
-8
/
+21
*
tst_QHttpServer::multipleResponses: Don't expect failure
Ievgenii Meshcheriakov
2024-02-12
1
-2
/
+0
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-21
1
-2
/
+1
*
Add support for local socket/server
Marcus Tillmanns
2023-07-17
1
-0
/
+48
*
Decay type passed to FunctionTraits
Ievgenii Meshcheriakov
2023-04-25
1
-14
/
+28
*
Remove few small compilation warnings
Juha Vuolle
2023-01-25
1
-0
/
+4
*
Remove QHttpServerResponse::write() and add QHttpServerResponder::writeRespon...
Ievgenii Meshcheriakov
2022-11-14
1
-0
/
+20
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-0
/
+31
*
QAbstractHttpServer: Convert missingHandler() to a pure virtual method
Ievgenii Meshcheriakov
2022-08-25
1
-0
/
+29
*
Overload QHttpServerResponse with status codes
Konrad Kujawa
2022-08-10
1
-0
/
+9
*
QHttpServerRequest: Cleanup Method enum
Ievgenii Meshcheriakov
2022-08-09
1
-1
/
+1
*
tst_qhttpserver: Remove an unused #include of a private header
Ievgenii Meshcheriakov
2022-08-09
1
-2
/
+0
*
QHttpServerLiterals: Inline literals in tests and unexport them
Ievgenii Meshcheriakov
2022-08-09
1
-15
/
+7
*
QAbstractHttpServerPrivate: Fix reading of pipelined requests
Ievgenii Meshcheriakov
2022-08-03
1
-0
/
+15
*
QHttpServerRequest: Make headers() return a QtNetwork compatible type
Ievgenii Meshcheriakov
2022-07-29
1
-1
/
+1
*
Remove support for supplying request methods as strings
Ievgenii Meshcheriakov
2022-07-29
1
-36
/
+18
*
Make QHttpServerResponse non-polymorphic
Ievgenii Meshcheriakov
2022-07-26
1
-10
/
+4
*
Don't move out handler lambda when serving requests
Ievgenii Meshcheriakov
2022-07-22
1
-0
/
+22
*
Remove unnecessary SSL #include's
Ievgenii Meshcheriakov
2022-06-30
1
-0
/
+3
*
Prefer printf-style logging over std::ostream-style
Marc Mutz
2022-06-23
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
Fix std::forward uses
Marc Mutz
2022-06-22
1
-2
/
+2
*
Fix QLatin1String usage
Marc Mutz
2022-06-22
1
-2
/
+4
*
tst_qhttpserver: Fix code for ignoring SSL errors
Ievgenii Meshcheriakov
2022-02-10
1
-7
/
+2
*
tst_qhttpserver: Don't check for OpenSSL support when ignoring errors
Ievgenii Meshcheriakov
2022-02-10
1
-14
/
+7
*
Regenerate the test certificate/key pair
Ievgenii Meshcheriakov
2022-02-09
1
-25
/
+76
*
Fix build against 6.0
Maurice Kalinowski
2020-12-16
1
-2
/
+4
*
Introduce QHttpServerFutureResponse
Mikhail Svetkin
2020-06-11
1
-0
/
+32
*
Don't destory socket and request objects while handling a request
Mikhail Svetkin
2020-06-06
1
-0
/
+20
*
Add QHttpServer::afterRequest
Mikhail Svetkin
2020-05-14
1
-0
/
+35
*
tst_qhttpserver: Add expected warning messages
Mikhail Svetkin
2020-05-14
1
-0
/
+6
*
Make QAbstractHttpServer::listen return 0 on fail
Mårten Nordheim
2020-02-18
1
-3
/
+3
*
Refactor access to QMetaEnum for QHttpServerRequest::Method
Mikhail Svetkin
2019-11-10
1
-6
/
+2
*
Allow using QHttpServerRequest/Responder at the same time
Mikhail Svetkin
2019-10-25
1
-0
/
+27
[next]