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
/
qhttpserverrequest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 4/4
Øystein Heskestad
2025-04-03
1
-0
/
+75
*
Split QHttpServerRequestPrivate into itself and QHttpServerParser 3/4
Øystein Heskestad
2025-04-03
1
-508
/
+5
*
QHttpServerRequest: add rvalue-this overload to headers()
Lena Biliaieva
2024-07-04
1
-1
/
+9
*
Handle URL encoding when parsing URLs
Øystein Heskestad
2024-06-28
1
-1
/
+3
*
Make logging categories static
Ulf Hermann
2024-06-27
1
-2
/
+0
*
Implement HTTP2 handler for QHttpServer
Lena Biliaieva
2024-05-31
1
-19
/
+66
*
Use QHttpHeaders in QHttpServerRequest
Lena Biliaieva
2024-02-07
1
-13
/
+4
*
Fix usage of QHttpHeaderParser in QHttpServerRequest
Lena Biliaieva
2024-02-07
1
-1
/
+1
*
Access to the ssl config in QHttpServerRequest
Tomas Soltys
2023-12-07
1
-0
/
+46
*
Add support for local socket/server
Marcus Tillmanns
2023-07-17
1
-8
/
+8
*
QHttpServerRequest: Add API to get local host address and port
Ievgenii Meshcheriakov
2022-11-22
1
-4
/
+30
*
QHttpServerRequest: Add API to retrieve the remote port
Ievgenii Meshcheriakov
2022-11-22
1
-4
/
+15
*
QHttpServerRequest: Handle requests with "Expect: 100-continue" header
Ievgenii Meshcheriakov
2022-10-26
1
-1
/
+21
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-7
/
+7
*
Document missing API
Kai Köhne
2022-08-11
1
-0
/
+8
*
QHttpServerRequest: Cleanup Method enum
Ievgenii Meshcheriakov
2022-08-09
1
-0
/
+29
*
QHttpServerRequest: Make headers() return a QtNetwork compatible type
Ievgenii Meshcheriakov
2022-07-29
1
-6
/
+3
*
Doc: Mark all classes as \since 6.4
Kai Köhne
2022-06-27
1
-0
/
+1
*
QHttpServerRequest: Fix GCC's -Wmaybe-uninitialized
Marc Mutz
2022-06-23
1
-3
/
+4
*
Simplify QHttpServerRequestPrivate::headerField()
Marc Mutz
2022-06-23
1
-13
/
+0
*
Remove useless QHttpServerRequestPrivate::headerFieldNames()
Marc Mutz
2022-06-23
1
-9
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-28
/
+2
*
QHttpServerRequest: Don't include qdebug.h in header
Ievgenii Meshcheriakov
2022-06-22
1
-3
/
+2
*
Add more logging
Øystein Heskestad
2022-06-13
1
-1
/
+13
*
includemocs
Marc Mutz
2022-05-11
1
-0
/
+2
*
Replace uses of deprecated _qs with _s
Sona Kurazyan
2022-05-05
1
-3
/
+5
*
Add to module documentation
Øystein Heskestad
2022-04-23
1
-0
/
+74
*
Use HTTP header parsing code from QtNetwork
Ievgenii Meshcheriakov
2022-04-05
1
-171
/
+379
*
Fix build against 6.0
Maurice Kalinowski
2020-12-16
1
-1
/
+1
*
Do not disconnect on HTTP CONNECT method
Mikhail Svetkin
2020-02-26
1
-0
/
+2
*
Small refactoring of QHttpServerRequest and QAbstractHttpServer
Mikhail Svetkin
2020-02-24
1
-0
/
+1
*
Fix QString::QString(const QByteArray&)’ is deprecated
Mikhail Svetkin
2020-02-24
1
-2
/
+2
*
Refactor QHttpServerRequestPrivate::parseUrl
Mikhail Svetkin
2019-11-10
1
-19
/
+21
*
qhttpserverrequest: Change QSharedPointer to QScopedPointer
Mikhail Svetkin
2019-10-29
1
-4
/
+0
*
Add remoteAddress() to QHttpServerRequest
Tasuku Suzuki
2019-07-10
1
-3
/
+9
*
QAbstractHttpServer: Simplify handleNewConection/handleReadyRead
Mikhail Svetkin
2019-07-09
1
-2
/
+0
*
Change QString for headers in QHttpServerRequest to QByteArray
Tasuku Suzuki
2019-05-09
1
-7
/
+7
*
Fix support for keep-alive connection
Mikhail Svetkin
2019-04-08
1
-0
/
+8
*
Fix HTTP chunked request body handling
Mikhail Svetkin
2019-04-03
1
-1
/
+7
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Introduce QHttpServer
Mikhail Svetkin
2019-01-25
1
-0
/
+5
*
Fix build error when SSL configuration is disabled
Ryan Chu
2018-08-22
1
-2
/
+2
*
Fix inccorect parsing url with spaces
Mikhail Svetkin
2018-07-18
1
-1
/
+2
*
Fix compilation warning
Mikhail Svetkin
2018-07-17
1
-1
/
+1
*
Introduce Qt HttpServer framework
Jesus Fernandez
2018-07-16
1
-0
/
+304