summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix compilation of qhostaddress testEskil Abrahamsen Blomfeldt2014-06-301-0/+4
* network: add support for NTLM Session SecurityPeter Hartmann2014-03-201-1/+1
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-259-9/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+1
|\
| * test: tst_qhostinfo requires `private_tests' setSergio Ahumada2014-01-151-0/+1
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* | WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-062-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-1/+1
|\|
| * tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* | WinRT: Fix various test compilationsAndrew Knight2013-10-022-1/+4
|/
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* tst_qnetworkproxyfactory: Fix warnings about unused variables.Friedemann Kleint2013-06-071-0/+5
* Update the DNS and name-resolver tests to the official zoneThiago Macieira2013-06-073-7/+7
* QDnsLookup: test multiple TXT answers tooThiago Macieira2013-06-041-48/+54
* QDnsLookup: test MX and SRV records that can change orderThiago Macieira2013-06-041-4/+27
* Autotest: Use the new test zone in all name-lookup unit testsThiago Macieira2013-05-073-61/+107
* Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-231-0/+41
* QNetworkInterface auto test: do not abort without sessionPeter Hartmann2013-03-261-5/+8
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Fix warning about unused function result in tst_qnetworkproxyfactory.Friedemann Kleint2013-03-121-1/+1
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-187-7/+7
* Don't read from deleted member variablePeter Kümmel2013-01-031-3/+9
* Add support for getaddrinfo using MinGW in tst_qhostinfoJonathan Liu2012-11-222-8/+5
* Use qt-project.org in tst_hostinfo - qt.nokia.com changed IP address.Janne Anttila2012-10-311-7/+7
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-251-1/+2
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-191-5/+5
* Change hostname for dnslookup 'notfound' test cases.Janne Anttila2012-10-131-8/+8
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-214/+214
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-072-7/+7
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+61
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-019-0/+9
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-3/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Fix QDnsLookup test again after public DNS servers changedThiago Macieira2012-06-141-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-286-0/+6
* QAuthenticator - test NTLM SSO and normal paths separatelyShane Kearns2012-05-231-7/+17
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* Uncomment qnetworkproxyfactory autotestShane Kearns2012-04-261-1/+1
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-0/+4
* Remove insignification of QNetworkInterface autotest on Windows.Jason McDonald2012-04-181-2/+0
* QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
* Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-15/+17
* Fix QDnsLookup autotest failure in CI environmentShane Kearns2012-03-151-4/+6
* Mark unstable windows network testsShane Kearns2012-03-081-0/+2
* Rework QNetworkProxyFactory::systemProxyForQuery autotestShane Kearns2012-03-081-21/+76
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-3/+3
|\