index
:
qt-labs/qthttpserver.git
5.15
master
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
*
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
*
Fix license headers
Jesus Fernandez
2019-01-31
1
-16
/
+6
*
Refactor QAbstractHttpServer::servers()
Tasuku Suzuki
2018-10-22
1
-9
/
+1
*
Introduce QHttpServerResponder
Jesus Fernandez
2018-09-26
1
-0
/
+8
*
Fix build error about missing QTcpSocket header file
Ryan Chu
2018-08-22
1
-0
/
+1
*
Fix Qt code style
Mikhail Svetkin
2018-07-20
1
-7
/
+9
*
Return the server port in listen()
Jesus Fernandez
2018-07-19
1
-5
/
+7
*
Allow inherits from QAbstractHttpServer with custom private class
Mikhail Svetkin
2018-07-16
1
-1
/
+5
*
Introduce Qt HttpServer framework
Jesus Fernandez
2018-07-16
1
-0
/
+265