summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-0621-112/+112
* Make transferTimeout getters constVille Voutilainen2019-11-224-4/+4
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-5/+5
* Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-132-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-052-4/+7
|\
| * QNetworkReply: Fix SSL configuration handlingFriedemann Kleint2019-11-012-4/+7
* | Add a transfer timeout at QNAM level as wellVille Voutilainen2019-10-313-0/+45
* | Add a timeout for transfersVille Voutilainen2019-10-284-3/+96
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-9/+6
|\|
| * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-9/+6
* | Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-013-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-163-4/+8
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-133-4/+8
| |\
| | * QHttpThreadDelegate - remove unneeded codeTimur Pocheptsov2019-09-121-3/+5
| | * Add a missing ConnectionTypeHttp2Direct in several if statementsTimur Pocheptsov2019-09-112-1/+3
* | | QNetworkRequest: deprecate SPDY-related attributes for 5.15Timur Pocheptsov2019-09-122-6/+19
|/ /
* | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-2/+5
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-083-3/+44
| |\
| | * A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
| | * QHttpNetworkConnectionChannel - avoid re-connecting on 'disconnected'Timur Pocheptsov2019-09-021-2/+5
* | | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-053-1/+39
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-1/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-311-1/+2
| |\|
| | * Fix invalid end range appended to HTTP requestRainer Keller2019-08-281-1/+2
| * | wasm: add network object checkingLorn Potter2019-08-231-0/+18
* | | Mark QNetworkAccessManager::autoDeleteReplies as constMårten Nordheim2019-08-292-2/+2
* | | HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-221-3/+7
* | | Fix a broken buildTimur Pocheptsov2019-08-224-9/+27
* | | Remove use of QByteDataBuffer in QNetworkReplyHttpImplMårten Nordheim2019-08-222-41/+19
* | | QHttp2Configuration: remove setters/getter for indexingTimur Pocheptsov2019-08-212-37/+3
* | | QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-213-0/+7
* | | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-2017-211/+591
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-2/+4
| |\|
| | * Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
* | | Fix spdy build without features.propertiesTasuku Suzuki2019-08-012-4/+13
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-301-2/+4
|\| |
| * | wasm: fix wide character data downloadLorn Potter2019-07-291-2/+4
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-273-18/+52
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-263-18/+52
| |\|
| | * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-243-18/+52
* | | QNetworkRequest: make the default ctor implicitMarc Mutz2019-07-152-2/+14
* | | 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
* | | QtNetwork: port remaining uses of QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+3
|\| |
| * | Add custom verb support for WASM HTTP requestsFelix Barz2019-07-031-0/+3