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
/
qabstracthttpserver
/
tst_qabstracthttpserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add keep-alive timeout for QHttpServer
Lena Biliaieva
4 days
1
-0
/
+107
*
QHttpServer auto-tests: use a function provided by QTest
Timur Pocheptsov
2025-02-18
1
-11
/
+3
*
httpabstractserver: do not block when accessing a keychain
Timur Pocheptsov
2025-01-07
1
-0
/
+15
*
QAbstractHttpServer: Fix two-way communication for WebSockets
Øystein Heskestad
2024-10-18
1
-4
/
+45
*
tst_qabstracthttpserver: Create stream before waiting for SETTINGS
Mårten Nordheim
2024-10-18
1
-1
/
+2
*
Fix memory leaks in test code of tst_qabstracthttpserver
Yuri Knigavko
2024-10-11
1
-25
/
+25
*
Add context parameter to addWebSocketUpgradeVerifier
Øystein Heskestad
2024-08-30
1
-5
/
+77
*
Set missinghandler callback with a context object and remove rvalue
Matthias Rauter
2024-08-30
1
-9
/
+9
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
1
-14
/
+24
*
Fix build of tests on Android without SSL enabled
Volker Hilsheimer
2024-06-19
1
-1
/
+1
*
QHttpServer: Delete HTTP2 Handler only if no requests are in process
Lena Biliaieva
2024-06-13
1
-0
/
+80
*
Implement HTTP2 handler for QHttpServer
Lena Biliaieva
2024-05-31
1
-1
/
+83
*
Add function to register functions that verifies WebSocket upgrades
Øystein Heskestad
2024-05-29
1
-2
/
+140
*
Fix memory leak in tst_QAbstractHttpServer::websocket()
Øystein Heskestad
2024-05-29
1
-6
/
+3
*
QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServer
Lena Biliaieva
2024-05-28
1
-0
/
+29
*
QHttpServer: Handle HTTP 2 handshake
Lena Biliaieva
2024-05-28
1
-2
/
+204
*
Remove few small compilation warnings
Juha Vuolle
2023-01-25
1
-0
/
+1
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-11
/
+29
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-3
/
+3
*
tst_qabstracthttpserver: Remove fork test
Ievgenii Meshcheriakov
2022-09-12
1
-67
/
+0
*
QAbstractHttpServer: Convert missingHandler() to a pure virtual method
Ievgenii Meshcheriakov
2022-08-25
1
-0
/
+22
*
tests: Use _ba instead of QByteArrayLiteral
Ievgenii Meshcheriakov
2022-08-08
1
-9
/
+9
*
QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()
Ievgenii Meshcheriakov
2022-07-29
1
-2
/
+2
*
Use handleRequest and missingHandler for WebSockets, too
André Klitzing
2022-07-08
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
Fix QLatin1String usage
Marc Mutz
2022-06-22
1
-1
/
+3
*
Fix build against 6.0
Maurice Kalinowski
2020-12-16
1
-0
/
+1
*
Add cmake support for Qt6/dev branch
Mikhail Svetkin
2020-05-05
1
-3
/
+3
*
Do not disconnect on HTTP CONNECT method
Mikhail Svetkin
2020-02-26
1
-1
/
+8
*
Fix memory leak in test
Mikhail Svetkin
2020-02-20
1
-5
/
+5
*
Make QAbstractHttpServer::listen return 0 on fail
Mårten Nordheim
2020-02-18
1
-0
/
+3
*
Fix crash when CONNECT method is used
Tasuku Suzuki
2020-02-13
1
-0
/
+19
*
QAbstractHttpServer: Simplify handleNewConection/handleReadyRead
Mikhail Svetkin
2019-07-09
1
-4
/
+18
*
Add a fork() test
Jesus Fernandez
2019-04-29
1
-0
/
+58
*
Fix several build issues and fix the unit tests
Jesus Fernandez
2019-02-28
1
-0
/
+9
*
Use QStringLiteral
Jesus Fernandez
2019-02-12
1
-1
/
+2
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Fix tst_QAbstractHttpServer::request
Mikhail Svetkin
2018-12-20
1
-2
/
+2
*
Fix build the test without the websocket support
Mikhail Svetkin
2018-12-20
1
-1
/
+2
*
Refactor QAbstractHttpServer::servers()
Tasuku Suzuki
2018-10-22
1
-0
/
+18
*
Remove unused QNetworkReply
Mikhail Svetkin
2018-07-20
1
-2
/
+1
*
Fix inccorect parsing url with spaces
Mikhail Svetkin
2018-07-18
1
-0
/
+2
*
Introduce Qt HttpServer framework
Jesus Fernandez
2018-07-16
1
-0
/
+159