summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-0/+2
* QNetworkInterface: add MTUThiago Macieira2017-11-071-0/+1
* QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-071-0/+4
* QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-071-0/+16
* QNetworkInterface: Add type()Thiago Macieira2017-11-071-0/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-054-80/+54
|\
| * Remove failing QVERIFY on bearer managementThiago Macieira2017-10-281-1/+1
| * 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-245-68/+272
|\|
| * 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
| * | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-191-3/+0
| * | QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-182-11/+10
| * | 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
* | | | QHostAddress: add more classification functionsThiago Macieira2017-10-172-85/+82
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-175-25/+77
|\| | |
| * | | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-161-1/+3
| |/ /
| * | A minor cleanup - fix a commentTimur Pocheptsov2017-10-111-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-043-23/+73
| |\|
| | * tst_QSsl(longlongnamefollows) - fix a flakey auto-testTimur Pocheptsov2017-10-031-21/+43
| | * Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+28
| | * Fix #if-ery and accompanying commentEdward Welbourne2017-09-201-2/+2
* | | Change qrand() to QRandomGenerator in the SSL backendSamuel Gaist2017-09-301-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2610-29/+60
|\| |
| * | Autotest: centralize the detection of IPv6 supportThiago Macieira2017-09-251-12/+12
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-204-4/+13
| |\|
| | * Autotest: when using libproxy, QNetworkProxyFactory isn't genericThiago Macieira2017-09-133-4/+4
| | * Workaround for proxyChange failing when run aloneMårten Nordheim2017-09-131-0/+9
| * | Autotest: use QUdpSocket instead of QTcpSocket in tst_QNetworkInterfaceThiago Macieira2017-09-141-7/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-064-6/+29
| |\|
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-6/+6
| | * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-011-0/+23
| * | Merge dev into 5.10Frederik Gladhorn2017-09-026-20/+244
| |\ \
| * | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-011-0/+4
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-2/+2
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-2/+2
* | | | Fix MiniHttpServer (POST/PUT requests processing)Timur Pocheptsov2017-09-041-1/+47
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-5/+26
|\ \ \ | | |/ | |/|
| * | Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-173-5/+26
* | | 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-023-3/+2
|\ \