summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-161-8/+0
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-161-42/+357
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-221-0/+5
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-151-1/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-011-1/+16
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-6/+6
* QSsl: add a new private APITimur Pocheptsov2021-01-221-40/+48
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-211-1/+145
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-041-1/+1
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-4/+4
* Remove QSslSocket::abort()Alex Trotsenko2020-08-201-27/+11
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-111-5/+7
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-281-0/+13
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-231-19/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-68/+0
* Use QList instead of QVector in networkJarek Kobus2020-06-261-5/+5
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-188/+0
* QSslSocket: delete deprecated cipher settings APITimur Pocheptsov2020-06-161-146/+0
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-101-3/+3
* Remove winrtOliver Wolff2020-06-061-3/+0
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-19/+0
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-291-0/+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
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-151-1/+1
* | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-4/+0
* | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-79/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-5/+5
|\|
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
| * Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+24
|\|
| * QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-1/+1
| * Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-291-0/+16
| * Remove some usage of deprecated QSslCertificate::fromPathMårten Nordheim2020-01-291-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-7/+28
|\|
| * QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-101-3/+24
| * QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+2
|\|
| * 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
* | | QSslSocket (OpenSSL) improve alert messages handlingTimur Pocheptsov2019-12-031-1/+135
* | | QSsl - delete all mentions of SslV2 and SslV3Timur Pocheptsov2019-11-281-3/+14
|/ /
* / QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-251-6/+41
|/
* Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1