summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access
Commit message (Expand)AuthorAgeFilesLines
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-262-2/+20
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-3/+3
|\
| * Properly use the "process" featureUlf Hermann2017-02-271-3/+3
* | Deprecate QString::nullMarc Mutz2017-03-121-1/+1
* | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-35/+35
* | Fix http2 auto-testTimur Pocheptsov2017-02-151-1/+3
* | Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-203-2/+328
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-6/+59
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-0/+169
* | Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-161-1/+2
* | HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-113-12/+113
* | tst_qnetworkreply - remove redundant semicolonTimur Pocheptsov2016-12-281-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-024-36/+193
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-7/+7
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-7/+7
| | |\
| | | * QUrl effective TLDs: update tableKai Koehne2016-10-211-7/+7
| * | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-213-29/+186
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-134-122/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+1
| | |\|
| | | * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-1/+1
| * | | Add qtest_network.hMarc Mutz2016-09-294-121/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-0/+0
|\| | |
| * | | HTTP/2 tests: Remove execute permissions from source filesEdward Welbourne2016-09-062-0/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-151-0/+1
|\| | |
| * | | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | | | tst_qnetworkreply: use preprocessor rather than "commenting out"Edward Welbourne2016-08-251-10/+11
* | | | tst_qnetworkreply: use .left(...) in place of .mid(0, ...)Edward Welbourne2016-08-251-1/+1
* | | | tst_qnetworkreply: ditch fatuous 1* on a constantEdward Welbourne2016-08-251-2/+2
* | | | tst_qnetworkreply: condition dereferencing on non-nullEdward Welbourne2016-08-251-2/+4
* | | | tst_qnetworkreply: purge stray space inside parenthesisEdward Welbourne2016-08-251-1/+1
* | | | tst_qnetworkreply: linearise a succession of checksEdward Welbourne2016-08-251-7/+5
* | | | tst_qnetworkreply: restructure #if-ery round a conditionEdward Welbourne2016-08-251-11/+11
* | | | tst_qnetworkreply: deduplicate some codeEdward Welbourne2016-08-251-12/+3
* | | | tst_qnetworkreply, coding style: fixes to brace-placementEdward Welbourne2016-08-251-72/+96
* | | | tst_qnetworkreply: drop semicolon from end of do-while macro bodyEdward Welbourne2016-08-251-1/+1
|/ / /
* | | Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-192-45/+50
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-195-5/+5
* | | HTTP/2 - fix invalid read (auto-test)Timur Pocheptsov2016-08-171-1/+1
* | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-151-1/+2
* | | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-70/+81
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+5
| |\|
| | * Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
* | | Do not spin cpu unnecessarily in qhttpnetworkconnection testJędrzej Nowacki2016-07-151-156/+26
* | | HTTP2 - autotestTimur Pocheptsov2016-07-147-1/+1332
* | | Avoid busy wait in qnetworkreply testJędrzej Nowacki2016-07-131-11/+1
* | | HPACK implementationTimur Pocheptsov2016-06-153-0/+860