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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add keep-alive timeout for QHttpServer
Lena Biliaieva
3 days
1
-4
/
+36
*
Improve the Http Server documentation
Øystein Heskestad
2025-03-10
1
-23
/
+22
*
Document QAbstractHttpServer::(set)Configuration
Ivan Solovev
2025-01-22
1
-0
/
+17
*
Add missing include guards for localserver
Øystein Heskestad
2025-01-14
1
-0
/
+2
*
Add request rate limiting for QHttpServer
Lena Biliaieva
2024-12-05
1
-4
/
+17
*
Update documentation to new API
Matthias Rauter
2024-09-03
1
-15
/
+17
*
Add context parameter to addWebSocketUpgradeVerifier
Øystein Heskestad
2024-08-30
1
-20
/
+24
*
Set missinghandler callback with a context object and remove rvalue
Matthias Rauter
2024-08-30
1
-0
/
+13
*
QAbstractHttpServer: Remove QSslConfiguration and listen() methods
Øystein Heskestad
2024-07-31
1
-64
/
+7
*
QAbstractHttpServer::bind(nullptr) returns false
Øystein Heskestad
2024-07-02
1
-12
/
+5
*
QAbstractHttpServer::bind() return true on success
Øystein Heskestad
2024-07-02
1
-12
/
+40
*
QAbstractHttpServer: Make getter function serverPorts() const
Øystein Heskestad
2024-06-27
1
-1
/
+1
*
Make logging categories static
Ulf Hermann
2024-06-27
1
-1
/
+1
*
Add function to register functions that verifies WebSocket upgrades
Øystein Heskestad
2024-05-29
1
-9
/
+81
*
QHttpServer: Add setHttp2Configuration() method to QAbstractHttpServer
Lena Biliaieva
2024-05-28
1
-1
/
+30
*
QHttpServer: Handle HTTP 2 handshake
Lena Biliaieva
2024-05-28
1
-3
/
+22
*
Add support for local socket/server
Marcus Tillmanns
2023-07-17
1
-1
/
+47
*
Add connection tracking
Ievgenii Meshcheriakov
2022-11-14
1
-94
/
+15
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-1
/
+1
*
QHttpAbstractHttpServer: Don't call missingHandler() a signal
Ievgenii Meshcheriakov
2022-09-09
1
-2
/
+2
*
QAbstractHttpServer: Convert missingHandler() to a pure virtual method
Ievgenii Meshcheriakov
2022-08-25
1
-3
/
+3
*
QAbstractHttpServerPrivate: Fix reading of pipelined requests
Ievgenii Meshcheriakov
2022-08-03
1
-0
/
+2
*
QAbstractHttpServer: Return unique_ptr from nextPendingWebSocketConnection()
Ievgenii Meshcheriakov
2022-07-29
1
-7
/
+4
*
Fix unused variable build error
Assam Boudjelthia
2022-07-21
1
-2
/
+2
*
Use handleRequest and missingHandler for WebSockets, too
André Klitzing
2022-07-08
1
-3
/
+5
*
Fix memleak when upgrading to websocket
Ivan Solovev
2022-07-06
1
-1
/
+4
*
Fix build with SSL but without websockets
Ivan Solovev
2022-07-06
1
-1
/
+0
*
Remove unnecessary SSL #include's
Ievgenii Meshcheriakov
2022-06-30
1
-0
/
+5
*
Doc: Mark all classes as \since 6.4
Kai Köhne
2022-06-27
1
-0
/
+1
*
QAbstractHttpServer: prefer Q_Q-declared q over q_ptr
Marc Mutz
2022-06-23
1
-1
/
+1
*
Prefer printf-style logging over std::ostream-style
Marc Mutz
2022-06-23
1
-4
/
+4
*
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
/
+6
*
Replace all uses of QVector with QList
Ievgenii Meshcheriakov
2022-06-21
1
-3
/
+3
*
Remove QtSslServer module and use QSslServer class from QtNetwork
Øystein Heskestad
2022-06-14
1
-4
/
+21
*
includemocs
Marc Mutz
2022-05-11
1
-0
/
+2
*
Add to module documentation
Øystein Heskestad
2022-04-23
1
-1
/
+47
*
Use HTTP header parsing code from QtNetwork
Ievgenii Meshcheriakov
2022-04-05
1
-11
/
+5
*
Ignore unsupported Upgrade requests
Mårten Nordheim
2020-12-16
1
-3
/
+0
*
Don't destory socket and request objects while handling a request
Mikhail Svetkin
2020-06-06
1
-2
/
+10
*
Small refactoring of QHttpServerRequest and QAbstractHttpServer
Mikhail Svetkin
2020-02-24
1
-23
/
+18
*
Make QAbstractHttpServer::listen return 0 on fail
Mårten Nordheim
2020-02-18
1
-3
/
+24
*
Fix crash when CONNECT method is used
Tasuku Suzuki
2020-02-13
1
-1
/
+1
*
HTTPS support
Sylvain Garcia
2019-10-04
1
-0
/
+29
*
Add remoteAddress() to QHttpServerRequest
Tasuku Suzuki
2019-07-10
1
-1
/
+1
*
QAbstractHttpServer: Simplify handleNewConection/handleReadyRead
Mikhail Svetkin
2019-07-09
1
-35
/
+22
*
Silent -Wdeprecated-declarations warning
Jesus Fernandez
2019-05-21
1
-1
/
+1
*
Change QString for headers in QHttpServerRequest to QByteArray
Tasuku Suzuki
2019-05-09
1
-2
/
+2
*
Fix support for keep-alive connection
Mikhail Svetkin
2019-04-08
1
-0
/
+3
*
Fix several build issues and fix the unit tests
Jesus Fernandez
2019-02-28
1
-2
/
+5
[next]