summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection_p.h
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Prepare protocol handlers for local socketMårten Nordheim6 days1-5/+5
* QHttpNetworkConnection: make channels member constMårten Nordheim12 days1-1/+1
* QNAM: Trivial AbstractSocket*=>IODevice* transformsMårten Nordheim2024-04-231-4/+4
* QHttpNetworkConnectionPrivate: mark NO_COPY_MOVEMårten Nordheim2024-04-171-0/+1
* QHttpNetworkConnectionPrivate: NSDMIMårten Nordheim2024-04-171-4/+4
* QHttpNetworkConnectionPrivate: fix clang-tidy mismatching argumentMårten Nordheim2024-04-171-2/+2
* QHttpNetworkConnection: Remove redundant/unused ctorMårten Nordheim2024-04-171-5/+0
* tst_QHttpNetworkConnection: Move to use only one ctorMårten Nordheim2024-04-171-1/+2
* Make the QtNetwork private symbols visibleAlexey Edelev2024-01-221-1/+1
* QHttpNetworkConnection: mark some methods as constAnton Kudryavtsev2023-10-301-2/+2
* Make QHttpNetworkConnectionPrivate::parseRedirectResponse staticMårten Nordheim2023-10-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-111-0/+6
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+1
* Hold QSslContext in shared_ptrMarc Mutz2021-07-181-3/+3
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-16/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\
| * QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-2/+2
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-2/+0
|/
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-3/+5
* Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-021-0/+13
* More nullptr usage in headersKevin Funk2019-03-141-2/+2
* Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-0/+4
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-0/+6
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-0/+6
| |\
| | * HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-0/+6
* | | Modernize use of 'http' featureUlf Hermann2017-11-061-3/+1
|/ /
* / Introduce Http2DirectAttributeTimur Pocheptsov2017-09-041-1/+2
|/
* HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-271-0/+2
* QHttpNetworkConnection: fall back gracefully to HTTP/1.1Timur Pocheptsov2017-03-081-0/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+1
| |\
| | * Make sure SSL configuration is correct in QNetworkReply::encrypted.Vladimir Prus2016-10-051-0/+1
* | | Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-121-11/+4
* | | HTTP2 protocol handlerTimur Pocheptsov2016-07-081-1/+3
* | | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-0/+2
|/ /
* | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-271-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-131-1/+1
|/
* Fix warning and improve the signature of parseRedirectResponseAllan Sandfeld Jensen2015-03-131-1/+1
* QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update credentials on cached http-connectionsAllan Sandfeld Jensen2014-11-031-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-131-0/+2
* SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-091-2/+2
* Fix QT_NO_BEARERMANAGEMENT compile of QHttpThreadDelegate.Steffen Imhof2014-06-101-2/+2
* network: add support for the SPDY protocolPeter Hartmann2014-02-191-7/+30