summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-166-7/+36
* | 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
* | 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
* | QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-1210-4/+27
* | Bearer deprecation: centralize and suppress internal warningsMårten Nordheim2020-03-128-27/+24
* | 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
* | QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-035-6/+21
* | Deprecate public bearer classesMårten Nordheim2020-02-298-4/+64
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-284-5/+5
* | 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
* | Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantTimur Pocheptsov2020-02-253-6/+6
* | QAbstractSocket: Use constructor delegationv5.15.0-beta1Alexander Akulich2020-02-221-6/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-201-1/+1
|\|
| * Fix a typo in QLocalSocket docAlexander Akulich2020-02-181-1/+1
* | QNAM Doc: Remove mention of bearerMårten Nordheim2020-02-193-47/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-187-9/+49
|\|
| * QNAM: Correct logic of network monitor when bearer is disabledMårten Nordheim2020-02-141-1/+1
| * QNetConMonitor(Win): Account for LOCALNETWORK reachabilityMårten Nordheim2020-02-141-7/+31
| * QTcpSocket::bind: fix issue found by BLACKLISTThiago Macieira2020-02-131-1/+2
| * Account for a reply that is finished before we can connect the signalsAndy Shaw2020-02-124-0/+15
| * Fix symbol resolving for OPENSSL_NO_NEXPROTONEGTimur Pocheptsov2020-02-051-4/+4
* | 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
|/ /