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
/
src
/
httpserver
/
qabstracthttpserver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-0
/
+5
*
Add request rate limiting for QHttpServer
Lena Biliaieva
2024-12-05
1
-0
/
+4
*
Add context parameter to addWebSocketUpgradeVerifier
Øystein Heskestad
2024-08-30
1
-5
/
+9
*
Set missinghandler callback with a context object and remove rvalue
Matthias Rauter
2024-08-30
1
-1
/
+1
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
1
-10
/
+0
*
QAbstractHttpServer::bind(nullptr) returns false
Øystein Heskestad
2024-07-02
1
-1
/
+1
*
QAbstractHttpServer::bind() return true on success
Øystein Heskestad
2024-07-02
1
-2
/
+2
*
QAbstractHttpServer: Make getter function serverPorts() const
Øystein Heskestad
2024-06-27
1
-1
/
+1
*
QAbstractHttpServer: Replace header include with forward declaration
Øystein Heskestad
2024-06-26
1
-4
/
+1
*
Implement HTTP2 handler for QHttpServer
Lena Biliaieva
2024-05-31
1
-0
/
+1
*
Add function to register functions that verifies WebSocket upgrades
Øystein Heskestad
2024-05-29
1
-0
/
+24
*
Add missing include in qabstracthttpserver.h
Matthias Rauter
2024-05-29
1
-0
/
+1
*
QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServer
Lena Biliaieva
2024-05-28
1
-0
/
+3
*
QHttpServer: Handle HTTP 2 handshake
Lena Biliaieva
2024-05-28
1
-1
/
+1
*
Add support for local socket/server
Marcus Tillmanns
2023-07-17
1
-0
/
+9
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-6
/
+5
*
QAbstractHttpServer: Convert missingHandler() to a pure virtual method
Ievgenii Meshcheriakov
2022-08-25
1
-3
/
+3
*
QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()
Ievgenii Meshcheriakov
2022-07-29
1
-2
/
+7
*
Remove unnecessary SSL #include's
Ievgenii Meshcheriakov
2022-06-30
1
-3
/
+4
*
QAbstractHttpServer: Make constructor explicit
Ievgenii Meshcheriakov
2022-06-23
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
QAbstractHttpServer: De-inline dtor of polymorphic class
Marc Mutz
2022-06-22
1
-0
/
+1
*
Replace all uses of QVector with QList
Ievgenii Meshcheriakov
2022-06-21
1
-2
/
+2
*
Fix include conventions
Friedemann Kleint
2022-06-20
1
-3
/
+3
*
Remove QtSslServer module and use QSslServer class from QtNetwork
Øystein Heskestad
2022-06-14
1
-1
/
+1
*
Make QAbstractHttpServer::listen return 0 on fail
Mårten Nordheim
2020-02-18
1
-1
/
+2
*
HTTPS support
Sylvain Garcia
2019-10-04
1
-0
/
+12
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Introduce QHttpServerResponder
Jesus Fernandez
2018-09-26
1
-0
/
+3
*
Return the server port in listen()
Jesus Fernandez
2018-07-19
1
-1
/
+1
*
Allow inherits from QAbstractHttpServer with custom private class
Mikhail Svetkin
2018-07-16
1
-0
/
+2
*
Introduce Qt HttpServer framework
Jesus Fernandez
2018-07-16
1
-0
/
+89