summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-231-1/+2
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-1/+17
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+17
| | | |\
| | | | * q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
| | * | | Fix the name in invokeMethodTimur Pocheptsov2020-03-231-4/+4
| | * | | OpenSSL: bump the minimum supported version to 1.1.1Giuseppe D'Angelo2020-03-202-3/+9
| | |/ /
| | * | Move the default arguments of fromPath away from the deprecated overloadLars Knoll2020-03-191-11/+6
* | | | CMake: Handle finding of OpenSSL headers correctlyAlexandru Croitor2020-04-083-10/+10
|/ / /
* | | QtNetwork: Delete bearer managementMårten Nordheim2020-04-0534-4741/+0
* | | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-0123-1305/+9
* | | Remove QRegExp usage in QNetworkCookieLars Knoll2020-04-011-11/+13
* | | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-316-186/+1
* | | Get rid of QRegExp usage in QFtpLars Knoll2020-03-313-14/+17
* | | QHttpNetworkReplyPrivate: Remove unused variableMårten Nordheim2020-03-253-1306/+0
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1617-13813/+13937
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1617-13813/+13937
| |\| |
| | * | QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-1210-4/+27
| | * | Bearer deprecation: centralize and suppress internal warningsMårten Nordheim2020-03-128-27/+24
* | | | cmake: Regenerate projectsAlexandru Croitor2020-03-161-1/+1
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-16/+16
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-12/+12
|/ / /
* | | Fix QNetworkAccessCache after QHash stability semantics changeLars Knoll2020-03-152-43/+42
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1113-35/+55
|\| |
| * | Schannel: Fix readBufferMaxSize impl with incomplete data optimizationMårten Nordheim2020-03-101-1/+2
| * | Bearer management deprecation cleanupMårten Nordheim2020-03-103-1/+18
| * | Document how to use CMake for Qt NetworkKai Koehne2020-03-096-25/+26
| * | Document TlsV1SslV3 as deprecatedTimur Pocheptsov2020-03-041-1/+1
| * | QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-043-8/+9
* | | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+40
* | | CMake: Remove special case handling for OpenSSLLeander Beernaert2020-03-062-15/+50
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-045-6/+21
|\| |
| * | QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-035-6/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0314-11/+71
|\| |
| * | Deprecate public bearer classesMårten Nordheim2020-02-298-4/+64
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-284-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-2821-122/+91
|\| |
| * | Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-282-27/+3
| * | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-2713-34/+50
| * | Doc: Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantMårten Nordheim2020-02-262-2/+2
| * | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-2611-59/+36
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2614-69/+57
|\| |