index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
access
/
qhttpnetworkconnectionchannel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTP/2 - make protocol settings configurable
v5.10.0-beta3
Timur Pocheptsov
2017-10-26
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-23
1
-1
/
+7
|
\
|
*
Fix redirecting POST for HTTP 307 and 308
Mårten Nordheim
2017-10-17
1
-1
/
+7
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-16
1
-1
/
+2
|
\
\
|
|
/
|
*
Add support for HTTP status 308 Permanent Redirect
Mårten Nordheim
2017-10-10
1
-1
/
+2
*
|
HTTP/2 - implement the proper 'h2c' (protocol upgrade)
Timur Pocheptsov
2017-08-27
1
-12
/
+65
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-08-15
1
-2
/
+5
|
\
\
|
|
/
|
*
QNAM: requeue pipelined HTTP requests after unrecoverable socket errors
Romain Pokrzywka
2017-08-14
1
-2
/
+5
*
|
QNAM: delay SSL initialization
Timur Pocheptsov
2017-04-26
1
-7
/
+16
|
/
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-21
1
-3
/
+27
|
\
|
*
QHttpNetworkConnection: fall back gracefully to HTTP/1.1
Timur Pocheptsov
2017-03-08
1
-3
/
+27
*
|
Revert "Network (HTTPS): prevent recursion among ->close() methods"
Paolo Angelelli
2017-01-26
1
-23
/
+21
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-25
1
-1
/
+1
|
\
\
|
|
/
|
*
QtNetwork: fix GCC 7 warnings
Marc Mutz
2017-01-14
1
-1
/
+1
*
|
Network (HTTPS): prevent recursion among ->close() methods
Edward Welbourne
2017-01-17
1
-21
/
+23
*
|
HTTP/2 - fix handling of GOAWAY frame
Timur Pocheptsov
2017-01-11
1
-3
/
+8
|
/
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-11
1
-2
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-08
1
-2
/
+1
|
|
\
|
|
*
Make sure SSL configuration is correct in QNetworkReply::encrypted.
Vladimir Prus
2016-10-05
1
-2
/
+1
*
|
|
Merge dev into 5.8
Oswald Buddenhagen
2016-08-22
1
-28
/
+40
|
\
\
\
|
*
|
|
HTTP/2 - fix QT_NO_SSL build
Timur Pocheptsov
2016-08-15
1
-13
/
+13
|
*
|
|
Enable cleartext HTTP/2 and bring the auto-test back to life
Timur Pocheptsov
2016-08-11
1
-15
/
+27
*
|
|
|
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-1
/
+2
|
/
/
/
*
|
|
Revert "Implement protocol upgrade for HTTP/2 enabled requests"
Timur Pocheptsov
2016-08-04
1
-32
/
+8
*
|
|
Implement protocol upgrade for HTTP/2 enabled requests
Timur Pocheptsov
2016-08-03
1
-8
/
+32
*
|
|
Remove SSL includes from qhttpnetworkconnection_p.h
Friedemann Kleint
2016-07-12
1
-0
/
+1
*
|
|
HTTP2 protocol handler
Timur Pocheptsov
2016-07-08
1
-3
/
+11
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-06
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixed variable type
Jesus Fernandez
2016-05-21
1
-1
/
+1
*
|
QtNetwork: use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-04
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
QNAM: clean the channel request data on server disconnect
Alex Trotsenko
2015-11-18
1
-0
/
+4
*
Don't let closed http sockets pass as valid connections
Ulf Hermann
2015-10-13
1
-1
/
+6
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-02
1
-0
/
+22
|
\
|
*
Abort underlying socket when aborting QNetworkReply
Sebastian Lösch
2015-09-26
1
-0
/
+20
|
*
QNAM: Assign proper channel before sslErrors() emission
Markus Goetz
2015-09-22
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-08-26
1
-42
/
+70
|
\
\
|
|
/
|
*
QNAM: Fix reply deadlocks on server closing connection
Markus Goetz
2015-08-20
1
-0
/
+4
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Oswald Buddenhagen
2015-07-17
1
-42
/
+66
|
|
\
|
|
*
Network: Fix up previous corruption patch
Markus Goetz
2015-07-08
1
-42
/
+66
*
|
|
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-03
1
-7
/
+28
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.4' into merge5.5
Allan Sandfeld Jensen
2015-05-08
1
-7
/
+28
|
|
\
\
|
|
|
/
|
|
*
QNAM: Fix upload corruptions when server closes connection
Markus Goetz
2015-04-20
1
-7
/
+28
*
|
|
Fix warning and improve the signature of parseRedirectResponse
Allan Sandfeld Jensen
2015-03-13
1
-2
/
+2
*
|
|
QNetworkAccessManager: Support HTTP redirection
Mandeep Sandhu
2015-03-09
1
-0
/
+14
|
/
/
*
|
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2015-02-10
1
-5
/
+2
|
\
\
|
|
/
|
*
SSL NPN negotiation: Do not abort on unmatched protocols
Peter Hartmann
2015-02-05
1
-5
/
+2
*
|
QNetworkAccessManager: introduce support for TLS PSK
Giuseppe D'Angelo
2015-01-23
1
-0
/
+26
|
/
*
Change bugreports.qt-project.org -> bugreports.qt.io
Alex Blasche
2014-12-18
1
-1
/
+1
[next]