summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove accidental leftover debug printoutMårten Nordheim2020-06-101-1/+0
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-081-4/+5
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* Remove winrtOliver Wolff2020-06-0632-3726/+47
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-049-64/+1
* QNetworkReplyHttpImpl: resolve a todo after the bearer removalMårten Nordheim2020-06-042-24/+3
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-0210-6/+22
* Convert Q_ASSERT to Q_STATIC_ASSERTDimitrios Apostolou2020-06-021-1/+1
* CMake: Regenerate rest of configure.cmake filesAlexandru Croitor2020-05-291-6/+6
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-298-58/+252
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-281-3/+23
* Regenerate qurltlds_p.hDimitrios Apostolou2020-05-281-13868/+13941
* QNetworkReplyFileImpl: Fix typoMårten Nordheim2020-05-271-1/+1
* Fix deprecation warning by not going through QCharVolker Hilsheimer2020-05-251-2/+2
* wasm: set status codes from network operationLorn Potter2020-05-252-9/+20
* wasm: fix heap crash when making multiple network callsLorn Potter2020-05-252-20/+23
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-222-45/+60
* Add missing overrideAlexander Volkov2020-05-211-1/+1
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-206-20/+112
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-192-2/+2
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-4/+4
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-05-191-1/+1
* QNetworkReply: Remove some bearer management leftoversMårten Nordheim2020-05-155-113/+3
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-1/+1
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-1/+3
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-071-0/+2
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-062-4/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-047-7/+21
|\
| * QNAM: Don't check if a session is needed for a cache lookupMårten Nordheim2020-04-302-0/+7
| * QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
| * Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Liang Qi2020-04-292-4/+5
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-282-4/+5
| | |\
| | | * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-2/+0
| | | * Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-0/+2
| | | |\
| * | | | wasm: fix network download crashLorn Potter2020-04-291-1/+1
| |/ / /
| * | | QNAM/QNetConMon: emit networkAccessibleChanged on changesMårten Nordheim2020-04-281-0/+3
* | | | QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-04-302-5/+14
* | | | QNetworkProxy: don't allocate when parsing [1/2]: loop bodyMarc Mutz2020-04-291-13/+17
* | | | QtNetwork: fix a few more char -> QChar conversionsMarc Mutz2020-04-301-2/+2
* | | | Remove unused qTopLevelDomain()Marc Mutz2020-04-272-24/+0
* | | | Port qIsEffectiveTLD() to QStringViewMarc Mutz2020-04-263-5/+7
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
| | * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-166-7/+36