summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-227-10/+25
|\| |
| * | Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-3/+3
| * | OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-155-7/+22
* | | Port QNetworkProxy over to use QRegularExpressionLars Knoll2020-04-152-6/+8
* | | Don't anchor wildcard patterns twiceLars Knoll2020-04-151-1/+1
* | | Change qHash() to work with size_t instead of uintLars Knoll2020-04-0914-22/+22
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-0816-237/+186
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0816-237/+186
| |\| |
| | * | H2C - make sure we send the client preface and settingsTimur Pocheptsov2020-04-073-0/+10
| | * | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-033-6/+6
| | * | wasm: refactor network to use fetch APILorn Potter2020-03-263-216/+132
| | * | More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-242-2/+2