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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for sending headers in canonical form
Mårten Nordheim
8 days
1
-3
/
+9
*
tst_QHttpServer: include what you use: QSet
Marc Mutz
2026-03-26
1
-0
/
+1
*
tst_QHttpServerMultiThreaded: don't init LocalHttpClient::getSlowRead()'s buffer
Marc Mutz
2026-03-26
1
-1
/
+1
*
tst_QHttpServerMultithreaded: fix C++17-ism
Marc Mutz
2026-03-26
1
-1
/
+2
*
tst_QHttpServerMultiThreaded: compile with QT_NO_CAST_FROM_BYTEARRAY
Marc Mutz
2026-03-26
1
-1
/
+1
*
Stop failure to connect to server from aborting entire auto test case
Øystein Heskestad
2026-03-18
1
-0
/
+5
*
Ensure route in test does not capture references to variables on stack
Øystein Heskestad
2026-02-16
1
-13
/
+4
*
Limit the number of connections for each IP address
Ayesha Ishaq
2026-02-04
1
-3
/
+93
*
Fix flakiness in moreConnectionsThanServerThreads test
Øystein Heskestad
2026-01-16
1
-1
/
+1
*
Reduce workload in tst_QHttpServer::getLongChunks to prevent flakiness
Øystein Heskestad
2026-01-09
1
-2
/
+2
*
Fix flakiness by using a client thread pool in oneSlowManyFast test
Øystein Heskestad
2026-01-09
1
-2
/
+5
*
API review: Use 'maximum' instead of 'max' in method names in public API
Øystein Heskestad
2026-01-07
2
-28
/
+28
*
Fix flakiness in tst_QHttpServer::useCanceledResponders
Øystein Heskestad
2025-12-16
1
-4
/
+6
*
Complete HTTP/1.0 support
Øystein Heskestad
2025-12-09
2
-6
/
+7
*
Add tests for missing features in HTTP/1.0 support
Øystein Heskestad
2025-12-08
1
-39
/
+277
*
Clear connnection cache of QNetworkAccessManager to prevent flaky tests
Øystein Heskestad
2025-12-01
1
-1
/
+2
*
Mark the whole repo with QT_NO_URL_CAST_FROM_STRING
Ahmad Samir
2025-11-27
1
-11
/
+11
*
Update tst_QHttpServer::testConnection to verify against TimeoutError
Øystein Heskestad
2025-11-11
1
-1
/
+1
*
Limit max size of incoming requests
Øystein Heskestad
2025-10-23
2
-0
/
+311
*
Add method to check if the client connection is still alive
Øystein Heskestad
2025-10-20
1
-0
/
+76
*
Replace potentially unlimited loops with QTRY_VERIFY
Øystein Heskestad
2025-10-03
1
-43
/
+24
*
Throw errors as exceptions in multi-threaded auto test
Øystein Heskestad
2025-10-02
2
-39
/
+28
*
Add test that routes can send back data in multiple parts asynchronously
Øystein Heskestad
2025-08-08
1
-0
/
+51
*
Allow routes to return QFuture<void> and write using responder
Øystein Heskestad
2025-08-06
2
-118
/
+440
*
Make sure reading from a QIODevice is done before handling next request
Øystein Heskestad
2025-07-23
1
-8
/
+0
*
Test that reading from multiple QIDevices on an HTTP/1 connection fails
Øystein Heskestad
2025-07-23
1
-0
/
+40
*
Make tests compile without the concurrency feature enabled
Øystein Heskestad
2025-07-10
1
-3
/
+10
*
Fix writing from sequential QIODevices to HTTP(S)/1.(0/1) clients
Øystein Heskestad
2025-07-09
1
-18
/
+0
*
Sequential QIODevice in tst_qhttpserver now emits readChannelFinished
Øystein Heskestad
2025-07-04
1
-26
/
+76
*
Remove unused test data
Matthias Rauter
2025-07-01
1
-6
/
+2
*
Shorten local socket path in autotest
Olli Vuolteenaho
2025-06-24
1
-1
/
+1
*
Test that writing from an empty sequential QIODevices hangs client
Øystein Heskestad
2025-06-17
1
-0
/
+31
*
tst_qhttpservermultithreaded/Linux: Use abstract namespaces for localsocket
Mårten Nordheim
2025-06-11
1
-0
/
+6
*
Reset configuration after executing tst_QHttpServer::keepAliveTimeout()
Øystein Heskestad
2025-06-10
1
-0
/
+5
*
Test that writing from a sequential QIODevice to HTTP/1.1 hangs client
Øystein Heskestad
2025-06-10
1
-0
/
+80
*
tst_qhttpservermultithreaded: Make the localsocket server name unique
Mårten Nordheim
2025-05-28
1
-1
/
+1
*
Add keep-alive timeout for QHttpServer
Lena Biliaieva
2025-05-21
2
-1
/
+149
*
Rename PlaceholdersCount to SpecialsCount and update documentation
Øystein Heskestad
2025-05-13
1
-16
/
+8
*
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
*
Remove unused variable in benchmark
Matthias Rauter
2025-03-28
1
-2
/
+2
*
Add failing test that show that QHttpServerRequest is overwritten
Øystein Heskestad
2025-03-18
1
-0
/
+94
*
Fix warning in test from QFile::open being [[nodiscard]]
Volker Hilsheimer
2025-03-12
1
-1
/
+1
*
Fix test to not take lvalue into the lambda of a concurrent run
Øystein Heskestad
2025-03-04
1
-2
/
+3
*
QHttpServer auto-tests: use a function provided by QTest
Timur Pocheptsov
2025-02-18
6
-59
/
+12
*
Add support for IP address whitelist and blacklist in QHttpServer
Lena Biliaieva
2025-02-11
1
-2
/
+57
*
httpabstractserver: do not block when accessing a keychain
Timur Pocheptsov
2025-01-07
1
-0
/
+15
*
httpserver (multithreaded) do not block the test on keychain access
Timur Pocheptsov
2025-01-07
1
-1
/
+25
*
Add request rate limiting for QHttpServer
Lena Biliaieva
2024-12-05
3
-0
/
+107
*
tst_qhttpserver: do not block the test with keychain access dialog
Timur Pocheptsov
2024-10-26
2
-5
/
+36
[next]