summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-209-18/+14641
* Disable FTP support in QNAM by defaultKarsten Heimrich2020-02-172-0/+3
* Fix build with -no-feature-bearermanagementNick Shaforostov2020-02-151-3/+1
* QSslConfiguration - fix a warningTimur Pocheptsov2020-02-141-0/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1339-174/+303
|\
| * QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' insteadv5.15.0-alpha1Alexander Akulich2020-02-115-12/+27
| * QLocalSocket: Rename private errorOccurred method to setErrorAndEmit()Alexander Akulich2020-02-113-21/+21
| * Revert "QLocalSocket - deprecate ambiguous 'error' overloads"Alexander Akulich2020-02-115-46/+6
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-02-041-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| | |\
| | | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * | | Doc: Make snippets Qt Network compilableNico Vertriest2020-02-042-2/+7
| |/ /
| * | QNetworkProxy/doc: Remove mention of network configurationMårten Nordheim2020-01-301-6/+1
| * | QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-3021-77/+99
| * | Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-298-7/+130
| * | Remove some usage of deprecated QSslCertificate::fromPathMårten Nordheim2020-01-293-2/+10
* | | Cleanup QSsl code a bitTimur Pocheptsov2020-02-114-28/+0
* | | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-0/+4
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-296-4/+137
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-286-4/+137
| |\| |
| | * | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-262-2/+2
| | * | QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-233-2/+133
| | * | QNAM: Avoid compile error if QT_NO_SSLUlf Hermann2020-01-231-0/+2
* | | | Post Merge FixesLeander Beernaert2020-01-242-4/+14
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2481-518/+2357
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-193-17/+12
| |\| |
| | * | QNetworkAccessManager: Avoid unnecessary calls to sender()Mårten Nordheim2020-01-163-17/+12
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-163-42/+7
| |\| |
| | * | QHostInfo: Remove useless codeMårten Nordheim2020-01-153-42/+7
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-152-3/+27
| |\| |
| | * | Uncomment erroneously commented 'error'Timur Pocheptsov2020-01-142-3/+1
| | * | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-132-3/+29
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1316-46/+133
| |\| |
| | * | QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-102-4/+28
| | * | QLocalSocket - deprecate ambiguous 'error' overloadsTimur Pocheptsov2020-01-105-6/+46
| | * | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-1011-36/+59
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-102-4/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-4/+10
| | |\|
| | | * Use prefixed ssl libs when "-openssl-linked" configure params is usedBogDan Vatra2020-01-072-4/+10
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
| | |\|
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-042-3/+3
| |\| |
| | * | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
| | |\|
| | | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
| | * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0946-190/+1494
| |\| |
| | * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0645-194/+194
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-8/+4
| |\| |