index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
ssl
/
qsslsocket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify the priority in selecting TLS backends
Timur Pocheptsov
2024-03-22
1
-1
/
+6
*
Fix accidental implicit QBA->QString conversion
Mårten Nordheim
2024-01-18
1
-4
/
+3
*
Fix missing certs directory in VxWorks
Marcin Zdunek
2024-01-16
1
-1
/
+14
*
Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)
Kai Köhne
2023-09-28
1
-2
/
+1
*
QtNetwork: code tidies: use the 4-arg connect overload
Giuseppe D'Angelo
2023-06-26
1
-2
/
+3
*
Ssl: Copy the on-demand cert loading bool from default config
Mårten Nordheim
2023-05-29
1
-0
/
+5
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-4
/
+4
*
Remove mentions of SSL 3 in documentation
Mårten Nordheim
2022-05-30
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView
Sona Kurazyan
2022-04-21
1
-2
/
+2
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
1
-3
/
+5
*
QtNetwork: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-21
1
-5
/
+5
*
QTlsBackend/QSslSocket - check the arguments we pass to QObject::connect
Timur Pocheptsov
2022-01-20
1
-4
/
+6
*
QTlsBackend: Fix living QObjects after QCoreApplication shutdown
Mike Achtelik
2022-01-13
1
-1
/
+6
*
network: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Hold QSslContext in shared_ptr
Marc Mutz
2021-07-18
1
-2
/
+2
*
QSslSocketPrivate: optimize unixRootCertDirectories()
Marc Mutz
2021-07-12
1
-9
/
+15
*
TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecated
Mårten Nordheim
2021-06-25
1
-0
/
+3
*
Move plugin code from QtNetwork to qtbase/plugins
Timur Pocheptsov
2021-04-22
1
-1
/
+1
*
Stop using QSslConfigurationPrivate inside the plugin code
Timur Pocheptsov
2021-03-18
1
-8
/
+0
*
Convert QSslSocket(Backend)Private into plugin
Timur Pocheptsov
2021-03-17
1
-42
/
+357
*
A follow-up fix for potentially missing OpenSSL symbol resolving
Timur Pocheptsov
2021-02-22
1
-0
/
+5
*
Doc: Fix documentation warnings qtbase
Nico Vertriest
2021-02-18
1
-1
/
+1
*
Schannel: Fix incomplete downloads with read buffer restricted
Mårten Nordheim
2021-02-15
1
-1
/
+1
*
QSsl::TlsKey - provide the interface and implementations
Timur Pocheptsov
2021-02-01
1
-1
/
+16
*
TLS backend: merge with its factory
Timur Pocheptsov
2021-01-28
1
-6
/
+6
*
QSsl: add a new private API
Timur Pocheptsov
2021-01-22
1
-40
/
+48
*
QSslSocket - introduce the API providing information about backends
Timur Pocheptsov
2021-01-21
1
-1
/
+145
*
QSslSocket: Don't call 'transmit' in unencrypted mode
Mårten Nordheim
2020-12-04
1
-1
/
+1
*
QIODevice: implement a "zero-copy" strategy for buffered writes
Alex Trotsenko
2020-08-20
1
-1
/
+1
*
Fix a number of qdoc warnings
Friedemann Kleint
2020-08-20
1
-4
/
+4
*
Remove QSslSocket::abort()
Alex Trotsenko
2020-08-20
1
-27
/
+11
*
Introduce QIODevice::skipData()
Alex Trotsenko
2020-08-11
1
-5
/
+7
*
QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch results
Timur Pocheptsov
2020-07-28
1
-0
/
+13
*
QSslSocket::flush - purge the function marked for removal in Qt6
Timur Pocheptsov
2020-07-23
1
-19
/
+0
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-1
/
+1
*
Move QAlertLevel and QAlertType enums into the namespace QSsl
Timur Pocheptsov
2020-06-29
1
-68
/
+0
*
Use QList instead of QVector in network
Jarek Kobus
2020-06-26
1
-5
/
+5
*
QSslSocket: remove certificate-related setters
Timur Pocheptsov
2020-06-22
1
-188
/
+0
*
QSslSocket: delete deprecated cipher settings API
Timur Pocheptsov
2020-06-16
1
-146
/
+0
*
Port QtNetwork from QStringRef to QStringView
Lars Knoll
2020-06-10
1
-3
/
+3
*
Remove winrt
Oliver Wolff
2020-06-06
1
-3
/
+0
*
QtNetwork remove deprecated signals
Timur Pocheptsov
2020-06-04
1
-19
/
+0
*
CA fetcher (Windows) - relax the logic a bit
Timur Pocheptsov
2020-05-29
1
-0
/
+1
*
CA fetcher - do not add CA root if it's already present
Timur Pocheptsov
2020-05-11
1
-0
/
+2
*
QSslSocket::setSslSonfiguration - set d.configuration properly
Timur Pocheptsov
2020-05-08
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-1
/
+1
|
\
|
*
OpenSSL: handle SSL_shutdown's errors properly
Timur Pocheptsov
2020-04-15
1
-1
/
+1
*
|
Remove bearermanagement usage inside QNAM and QNetworkProxy
Mårten Nordheim
2020-04-01
1
-4
/
+0
*
|
Remove QRegExp usage from QSslCertificate and QSslSocket
Lars Knoll
2020-03-31
1
-79
/
+0
[next]