summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
...
* Add static access function to wellknown headersJuha Vuolle2024-01-171-0/+7
* Un-blacklist tst_qudpsocket for MinGW+CMakeJoerg Bornemann2024-01-151-2/+0
* Remove HTTP headers equals() / comparisonJuha Vuolle2024-01-152-84/+16
* Add autotest support for QRestReply json parsing errorsJuha Vuolle2024-01-151-6/+26
* Rename QNetworkRequestFactory header functions to commonHeadersJuha Vuolle2024-01-151-22/+22
* Rename qnetworkrequestfactory's request() to createRequest()Juha Vuolle2024-01-122-29/+29
* Change QRestReply json return type to QJsonDocumentJuha Vuolle2024-01-121-10/+15
* Rename QHttpHeaders::has() to contains()Juha Vuolle2024-01-112-32/+32
* tst_QHostInfo::reverseLookup(): code cleanupAxel Spoerl2024-01-111-3/+2
* Add streaming text support to QRestReplyJuha Vuolle2024-01-101-17/+72
* QHttpHeaders: add value(name, fall-back)Marc Mutz2024-01-091-1/+3
* tst_QHttpHeaders: DRY the value() testMarc Mutz2024-01-091-19/+44
* tst_QHttpHeaders: don't convert QAnyStringViewMarc Mutz2024-01-091-3/+3
* Fix the qopenssl_symbols.h copy in the autotestMårten Nordheim2023-12-131-2/+9
* Add PATCH support for QRestAccessManagerJuha Vuolle2023-12-083-0/+28
* QRestAM custom HTTP 'method' supportJuha Vuolle2023-12-083-0/+22
* Add username/password support to QNetworkRequestFactoryJuha Vuolle2023-12-082-0/+68
* Add QDebug support for QNetworkRequestFactoryJuha Vuolle2023-12-081-0/+7
* Functions for setting request transfer timeoutsJuha Vuolle2023-12-083-0/+35
* Support for std::chrono as transferTimeout typeJuha Vuolle2023-12-081-66/+48
* Add uploadProgress signal for QRestReplyJuha Vuolle2023-12-081-0/+31
* Add signals and methods for QRestReply download progressJuha Vuolle2023-12-083-31/+131
* Add REST client convenience wrappersJuha Vuolle2023-12-085-0/+1127
* QNetworkRequestFactory convenience classJuha Vuolle2023-12-083-0/+326
* Add QHttpHeaders classJuha Vuolle2023-12-083-0/+528
* Adapt ASN.1 datetime parsing to use the new century controlEdward Welbourne2023-12-081-3/+0
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-066-26/+0
* Blacklist tst_Http2::duplicateRequestsWithAborts on QNXVolker Hilsheimer2023-12-041-0/+2
* Restore ASN.1 Element tests after move to pluginEdward Welbourne2023-11-283-2/+7
* ASN1: speed up parsing of certificate timestampsMårten Nordheim2023-11-271-0/+6
* Change created socket protocol to IPv4 in broadcast testTomasz Kozłowski2023-11-231-1/+1
* tst_http2: increase testing for authenticationRequiredMårten Nordheim2023-11-152-6/+22
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-251-6/+10
* tst_QSslSocket: Remove compile-time #ifdef checkVolker Hilsheimer2023-10-231-4/+0
* tst_QSslSocket: remove #if openssl check for a definitionMårten Nordheim2023-10-201-2/+0
* Support body for an HTTP GET requestMate Barany2023-10-171-6/+287
* http2: When a reply is removed from the queue, only remove oneMårten Nordheim2023-10-161-0/+49
* tst_http2: Use QCOMPARE for the nRequests checkMårten Nordheim2023-10-131-10/+10
* QAbstractSocketEngine: port to QDeadlineTimerAhmad Samir2023-10-072-2/+6
* tst_http2::redirect: reduce length of testMårten Nordheim2023-10-061-1/+2
* Update public suffix listMarc Mutz2023-09-201-0/+0
* tst_QDnsLookup: fix typo in CMakeListst.txtAhmad Samir2023-09-041-1/+1
* tst_QDnsLookup: skip a unittest on WindowsAhmad Samir2023-09-041-0/+4
* QLocal{Socket,Server}: extend the test coverage for property bindingsIvan Solovev2023-09-032-7/+14
* tst_QDnsLookup: extend test coverage for property bindingsIvan Solovev2023-09-032-0/+35
* tst_qsslkey: Fix CMake conditionAxel Spoerl2023-09-011-2/+2
* tst_QSslSocket: don't use deprecated RSA apiTimur Pocheptsov2023-08-291-0/+2
* tst_QUdpSocket: move up the search for IPv6-capable interfacesThiago Macieira2023-08-291-20/+9
* tst_QNetworkInterface: enable IPv6 detection for WindowsThiago Macieira2023-08-292-9/+10
* tst_qdnslookup: fix the location of the opcode in the headerThiago Macieira2023-08-281-1/+1