summaryrefslogtreecommitdiff
path: root/src/network/access/qnetworkreplywasmimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-231-3/+7
|\
| * wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-111-12/+18
|\ \ | |/
| * wasm: fix network reply status attributeLorn Potter2021-11-091-12/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-44/+40
|\ \ | |/
| * wasm: fix network crash on abortLorn Potter2021-08-181-44/+40
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-221-20/+20
|/
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-281-20/+20
* wasm: fix network status code propagationLorn Potter2020-09-251-6/+13
* wasm: fix network headers logicLorn Potter2020-07-301-6/+8
* wasm: fix setTransferTimeoutLorn Potter2020-07-291-1/+1
* wasm: do not close QIODevice on errorLorn Potter2020-06-301-3/+0
* wasm: fix crash when getting error like 404Lorn Potter2020-06-201-1/+0
* wasm: set status codes from network operationLorn Potter2020-06-121-0/+13
* wasm: fix network POST data corruptionLorn Potter2020-06-111-5/+4
* wasm: fix heap crash when making multiple network callsLorn Potter2020-05-251-19/+22
* wasm: fix network reply timeout and error handlingLorn Potter2020-05-191-25/+30
* wasm: fix network download crashLorn Potter2020-04-291-1/+1
* wasm: refactor network to use fetch APILorn Potter2020-03-261-201/+110
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* wasm: add network object checkingLorn Potter2019-08-231-0/+18
* wasm: fix wide character data downloadLorn Potter2019-07-291-2/+4
* Add custom verb support for WASM HTTP requestsFelix Barz2019-07-031-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
* wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-11/+11
* wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
* wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
* wasm: fix blob download handlingLorn Potter2019-01-091-11/+16
* wasm: emit finished after QNetworkReply abortLorn Potter2018-12-181-10/+21
* wasm: do not revise url of queriesLorn Potter2018-12-161-9/+1
* wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASMLorn Potter2018-10-091-202/+180
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+640