summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNetworkAccessManager: Avoid unnecessary calls to sender()Mårten Nordheim2020-01-161-13/+10
* Make transferTimeout getters constVille Voutilainen2019-11-221-1/+1
* Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-1/+1
* Add a transfer timeout at QNAM level as wellVille Voutilainen2019-10-311-0/+40
* Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-1/+1
* Mark QNetworkAccessManager::autoDeleteReplies as constMårten Nordheim2019-08-291-1/+1
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-1/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-4/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-4/+5
| |\
| | * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-241-4/+5
* | | qnetconmonitor: Fix misspelling of accessibleMårten Nordheim2019-07-081-2/+2
* | | QNAM: Don't condition connecting QNetworkReplyImpl signals on qnetconmonMårten Nordheim2019-07-081-2/+2
* | | Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-151-0/+39
* | | Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-151-1/+4
* | | QNetworkStatusMonitor - make it always enabled on DarwinTimur Pocheptsov2019-05-101-12/+4
* | | Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-021-42/+111
|/ /
* | wasm: QNAM: support relative urlsMorten Johan Sørvig2019-03-181-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-2/+2
|\|
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-2/+2
* | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-0/+29
|/
* QNetworkAccessManager: defer call to _q_networkSessionStateChangedUlf Hermann2018-10-161-1/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-0/+13
|\
| * Protect HSTS code for no-feature-settings buildTimur Pocheptsov2018-09-241-0/+13
* | Fix typos in the documentationAleix Pol2018-09-251-1/+1
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+13
|/
* Use nullptr instead of 0Jesus Fernandez2018-07-161-2/+2
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+3
| |\
| | * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-13/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-13/+11
| |\|
| | * Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* | | Modernize use of 'http' featureUlf Hermann2017-11-061-6/+14
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-5/+6
|\|
| * Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+5
|\|
| * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-3/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-3/+11
|\|
| * Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
| * Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* | Introduce QHstsStore - the permanent store for HSTS policiesTimur Pocheptsov2017-08-021-1/+43
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
|/
* Doc: add missing doc for parametersNico Vertriest2017-04-181-1/+1
* Make networkAccessibility() return the actual state of the networkAndy Shaw2017-04-111-2/+2
* QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-11/+11
* HSTS - API/naming fixesTimur Pocheptsov2017-02-231-27/+13