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.5
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
4
-4
/
+4
*
Fix duplicated words in documentation
Mårten Nordheim
2022-10-19
1
-1
/
+1
*
QSslServer[docs]: fix grammar
Mårten Nordheim
2022-10-19
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
2
-6
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
3
-8
/
+8
*
QSslServer: Document undocumented signal
Mårten Nordheim
2022-09-08
1
-0
/
+7
*
QSslServer: Re-enable read notifications when a client times out
Mårten Nordheim
2022-08-19
1
-0
/
+2
*
QSslServer: Make sure maxPendingConnections applies to all sockets
Mårten Nordheim
2022-08-17
2
-0
/
+7
*
QSslServer: Implement handshake timeouts
Mårten Nordheim
2022-08-17
3
-3
/
+67
*
QSslServer: Check that first byte is ClientHello
Mårten Nordheim
2022-08-17
2
-2
/
+82
*
QSslServer: pass 'this' as a context to connections to socket
Mårten Nordheim
2022-08-17
1
-9
/
+9
*
Doc: Add default value for seed param to all qHash overloads
Kai Köhne
2022-07-20
3
-5
/
+1
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
2
-0
/
+8
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Unify QSslServer from QtWebSockets and QtHttpServer into QtNetwork
Øystein Heskestad
2022-06-04
3
-0
/
+382
*
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
42
-1600
/
+91
*
QtNetwork: includemocs
Marc Mutz
2022-04-28
1
-0
/
+2
*
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
3
-36
/
+42
*
QtNetwork: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-21
4
-10
/
+10
*
QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...
Marc Mutz
2022-04-05
12
-7
/
+23
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-1
/
+1
*
QtNetwork: compile-optimize inline swap functions
Marc Mutz
2022-03-17
8
-8
/
+8
*
QTlsBackend/QSslSocket - check the arguments we pass to QObject::connect
Timur Pocheptsov
2022-01-20
2
-7
/
+11
*
QtNetwork: Include moc files
Mårten Nordheim
2022-01-15
2
-0
/
+4
*
QTlsBackend: Fix living QObjects after QCoreApplication shutdown
Mike Achtelik
2022-01-13
2
-6
/
+15
*
QSslSocket (SecureTransport) add TLS 1.3 ciphersuites
Timur Pocheptsov
2022-01-12
1
-0
/
+4
*
QSslSocket: export QSslSocketPrivate, unbreaking ubsan builds
Marc Mutz
2021-12-16
1
-28
/
+28
*
network: Fix typos in documentation
Jonas Kvinge
2021-10-12
4
-6
/
+6
*
Doc: Centralize RFC documentation-links in rfc.qdoc
Luca Di Sera
2021-09-16
5
-9
/
+9
*
Doc: mark documentation of internal functions as such to silence qdoc
Volker Hilsheimer
2021-09-06
1
-0
/
+1
*
Fix lcTlsBackend redefined in several places (plugins, static build)
Timur Pocheptsov
2021-07-20
1
-2
/
+0
*
Hold QSslContext in shared_ptr
Marc Mutz
2021-07-18
4
-8
/
+8
*
QSslSocketPrivate: optimize unixRootCertDirectories()
Marc Mutz
2021-07-12
1
-9
/
+15
*
Fix some documentation warnings
Andreas Buhr
2021-07-12
1
-1
/
+1
*
QTlsBackend: Find mismatches faster in ciphersuite-string creation
Mårten Nordheim
2021-06-25
1
-10
/
+16
*
TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecated
Mårten Nordheim
2021-06-25
4
-7
/
+13
*
Document TLS plugin classes (private, internal)
Timur Pocheptsov
2021-06-14
2
-126
/
+1671
*
QSsl::ImplementedClass - add DtlsCookie
Timur Pocheptsov
2021-05-27
2
-4
/
+6
*
Remove links to QRegularExpression#Wildcard matching
Volker Hilsheimer
2021-04-27
1
-2
/
+1
*
Move plugin code from QtNetwork to qtbase/plugins
Timur Pocheptsov
2021-04-22
58
-18952
/
+42
*
Suppress warning (MSVC, C4250)
Timur Pocheptsov
2021-03-19
2
-1
/
+11
*
QAsn1Element: Avoid overflow in QAsn1Element::toInteger
Robert Löhning
2021-03-18
1
-2
/
+3
*
Stop using QSslConfigurationPrivate inside the plugin code
Timur Pocheptsov
2021-03-18
12
-249
/
+334
*
Convert QSslSocket(Backend)Private into plugin
Timur Pocheptsov
2021-03-17
40
-2462
/
+3239
*
Port from QScopedPointer to std::unique_ptr
Volker Hilsheimer
2021-03-15
2
-3
/
+9
*
QSslError: port to unique_ptr
Giuseppe D'Angelo
2021-03-14
2
-3
/
+11
*
Fix a BIC introduced by extending the namespace QSsl in _p.h files
Timur Pocheptsov
2021-03-05
43
-243
/
+215
*
Convert QDtls classes to the new plugin-based design
Timur Pocheptsov
2021-03-04
10
-278
/
+748
[next]