summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access
Commit message (Expand)AuthorAgeFilesLines
...
| | * tst_QNetworkReply: Blacklist ioHttpRedirectPostPut for LinuxFriedemann Kleint2017-11-031-0/+2
| | * tst_QNetworkReply::ioHttpRedirectPolicy - blacklist for b2qt 64bitTimur Pocheptsov2017-10-301-0/+2
| | * tst_qnetworkreply: Replace insignificant_test with blacklistingFriedemann Kleint2017-10-293-4/+32
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-085-21/+20
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-14/+69
| |\|
| | * Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-14/+69
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-053-79/+53
|\| |
| * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-263-79/+53
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-54/+262
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-232-25/+222
| |\|
| | * Fix cookie path matching for empty url pathMårten Nordheim2017-10-191-0/+11
| | * Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-171-3/+149
| | * Open a session during redirects when neededMårten Nordheim2017-10-171-0/+28
| | * QNAM (redirects) - clear 'raw' headers before sending the next requestTimur Pocheptsov2017-10-171-0/+17
| | * QNetworkReply: Reduce noise and a fail when building with no-sslMårten Nordheim2017-10-171-22/+17
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-171-0/+40
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+40
| | |\|
| | | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-101-0/+40
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-1/+31
|\| | |
| * | | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-161-1/+3
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+28
| |\|
| | * Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+28
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-262-2/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+9
| |\|
| | * Workaround for proxyChange failing when run aloneMårten Nordheim2017-09-131-0/+9
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-2/+2
| |\|
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-2/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* | | Fix MiniHttpServer (POST/PUT requests processing)Timur Pocheptsov2017-09-041-1/+47
|/ /
* | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-273-15/+218
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-231-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-4/+4
|\|
| * Fix failing network cookie jar testsSimon Hausmann2017-08-071-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-021-1/+1
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-191-1/+1
* | Introduce QHstsStore - the permanent store for HSTS policiesTimur Pocheptsov2017-08-021-0/+72
|/
* Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-1/+1
* 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