summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* QRestReply: make charset parsing more robustMarc Mutz2024-04-261-10/+3
* QRestReply: add a few more content-type parsing testsMarc Mutz2024-04-241-3/+36
* tst_QDnsLookup: add testing of PTR records on global namesThiago Macieira2024-04-221-0/+10
* tst_QDnsLookup: also use the nameservers behind systemd-resolvedThiago Macieira2024-04-221-13/+17
* tst_QDnsLookup refactor: use the new helpers in other test functionsThiago Macieira2024-04-221-23/+17
* tst_QDnsLookup refactor: rewrite lookup() functionThiago Macieira2024-04-221-182/+135
* tst_QDnsLookup refactor: split the NXDOMAIN tests from lookup()Thiago Macieira2024-04-221-8/+64
* tst_QDnsLookup: use the 4-argument writeDatagram() overloadThiago Macieira2024-04-221-1/+2
* tst_QDnsLookup: fix MSVC 'truncation of constant value' warningThiago Macieira2024-04-221-1/+1
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim2024-04-201-0/+86
* HttpTestServer: pass std::function by value and move into placeMarc Mutz2024-04-182-5/+3
* tst_QRestAccessManager: fix signature of server handlersMarc Mutz2024-04-181-6/+6
* tst_QRestAccessManager: leak less on failureMarc Mutz2024-04-181-7/+8
* tst_QHttpNetworkConnection: Move to use only one ctorMårten Nordheim2024-04-171-9/+9
* Tests: make some QFile::open calls failGiuseppe D'Angelo2024-04-133-3/+10
* QHttp2Connection: fix handling of replies on locally initiated streamMårten Nordheim2024-04-111-0/+3
* tst_qnetworkreply: verify we can open the local file for comparisonGiuseppe D'Angelo2024-04-031-1/+3
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-272-11/+11
* tst_QNetworkReply: don't leak on failure in emitErrorForAllReplies()Marc Mutz2024-03-211-20/+22
* tst_QNetworkReply: don't use deleteLater() on QSignalSpiesMarc Mutz2024-03-201-2/+2
* tst_QNetworkReply: use QtCore's QScopedPointerDeleteLaterMarc Mutz2024-03-201-10/+2
* Add a means to send a PUT request with an empty bodyMate Barany2024-03-191-0/+44
* Add a means to send a POST request that has an empty bodyMate Barany2024-03-191-0/+47
* tst_qnetworkreply::httpConnectionCount: tentatively increase timeoutMårten Nordheim2024-03-181-1/+1
* tst_QNetworkReply: cleanup changed state from timeout testMårten Nordheim2024-03-141-0/+1
* tst_QHostInfo: increase the timeout to 15sThiago Macieira2024-03-131-1/+1
* tst_QHostInfo: don't use the test class to store resultsThiago Macieira2024-03-141-123/+94
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-143-0/+18
* tst_QNetworkReply: update and speed up httpConnectionCountMårten Nordheim2024-03-121-15/+28
* Http: fix issues after early abort()Mårten Nordheim2024-03-121-0/+35
* Add a QHttpHeaders convenience method for unique header name settingJuha Vuolle2024-03-071-0/+60
* Correct license for tools filesLucie Gérard2024-03-053-3/+3
* Implement ping reply in QHttp2Connection and add testMatthias Rauter2024-03-041-0/+30
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-021-0/+76
* Handle informational HTTP replies (1xx) for HTTP/2Mate Barany2024-03-013-0/+94
* tst_qudpsocket: add helper exe to dependenciesMårten Nordheim2024-02-292-1/+5
* Add QNetworkRequest attribute support to QNetworkRequestFactoryJuha Vuolle2024-02-281-0/+51
* Add space character when combining QHttpHeaders values with commaJuha Vuolle2024-02-272-5/+5
* tst_QNetworkReply: Try to stabilize qtbug68821proxyErrorMårten Nordheim2024-02-151-5/+12
* Add QNetworkRequestFactory::(set)?PriorityMårten Nordheim2024-02-081-0/+14
* Remove HTTP 1XX status test from tst_qrestaccessmanagerJuha Vuolle2024-02-061-1/+0
* Make QNAM handle all informational HTTP repliesMate Barany2024-02-061-4/+20
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-0471-71/+71
* Skip compilation of tst_QLocalSocket::verifyListenWithDescriptor on VxWorksŁukasz Matysiak2024-01-311-1/+1
* tst_QHostInfo: enable the IPv6 reverse lookups in more systemsThiago Macieira2024-01-301-6/+4
* tst_QHostInfo: remove QProcess dependencyThiago Macieira2024-01-301-53/+27
* tst_QHostInfo: reorganize the #includesThiago Macieira2024-01-301-16/+12
* Take QJsonDocument as a parameterJuha Vuolle2024-01-301-7/+7
* Rename QRestReply data accessors as read* functionsJuha Vuolle2024-01-301-17/+17