summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QHttpThreadDelegate - remove unneeded codeTimur Pocheptsov2019-09-121-3/+5
* Add a missing ConnectionTypeHttp2Direct in several if statementsTimur Pocheptsov2019-09-112-1/+3
* 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
* | 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
* | 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
* | wasm: fix wide character data downloadLorn Potter2019-07-291-2/+4
* | 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
* | Add custom verb support for WASM HTTP requestsFelix Barz2019-07-031-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-6/+13
|\|
| * QHttpNetworkConnection: Change assert to early return and handle Http2Mårten Nordheim2019-06-252-6/+10
| * QHttpNetworkConnectionChannel: don't close if we're already closingMårten Nordheim2019-06-241-0/+3
* | wasm: fix crash in case network js event becomes null or undefinedLorn Potter2019-05-271-10/+43
* | wasm: fix empty body on POSTLorn Potter2019-05-221-26/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-1/+8
|\|
| * HTTP2: Fix handling of GOAWAY framesChristian Kamm2019-05-031-1/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-1/+1
|\|
| * Fix a crash in QHttp2ProtocolHandler in h2c-direct modeAlexey Edelev2019-03-291-1/+1
* | wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-11/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-263-21/+14
|\|
| * Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-223-21/+14
* | wasm: QNAM: support relative urlsMorten Johan Sørvig2019-03-181-1/+2
* | wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-1/+4
|\|
| * Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-100/+122
|\|
| * wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| * Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-2/+2
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-131-6/+6
* | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-121-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-3/+7
|\|
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-062-3/+3
| * http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
* | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-0611-9/+105
* | QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-215-17/+21
|\|
| * Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-0/+1
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-2/+2
| * wasm: fix blob download handlingLorn Potter2019-01-091-11/+16
| * QNetworkReplyHttpImpl::_q_startOperation - remove a useless warningTimur Pocheptsov2019-01-081-4/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-18/+25
|\|
| * wasm: emit finished after QNetworkReply abortLorn Potter2018-12-182-10/+25
| * wasm: do not revise url of queriesLorn Potter2018-12-161-9/+1