summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QDtls and QDtlsClientVerifier - add destructorsTimur Pocheptsov2018-09-102-0/+16
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-0/+3
|\
| * Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-301-0/+3
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-0/+4
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-306-1/+818
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-306-30/+33
* | Add displayName getters to QSslCertificateAllan Sandfeld Jensen2018-08-172-2/+55
* | Modernize the "thread" featureUlf Hermann2018-08-172-3/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+2
|\|
| * Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
* | DTLS: load roots from system stores only if allowedTimur Pocheptsov2018-08-152-3/+2
* | QDtsl::abortHandshake() - generalize the notion of 'abort'Timur Pocheptsov2018-08-152-8/+13
* | qdoc: Fix qdoc warnings from changes to QDtlsMartin Smith2018-08-153-23/+37
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-1/+1
* | QDtls: delay protocol version verificationTimur Pocheptsov2018-08-103-22/+24
* | Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-0914-182/+188
* | SecureTransport: clean the code a bitTimur Pocheptsov2018-08-091-9/+6
* | Document the DTLS APITimur Pocheptsov2018-08-095-16/+864
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-073-1/+27
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-073-1/+27
| |\|
| | * SecureTransport - disable lock on sleep for the custom keychainTimur Pocheptsov2018-08-021-0/+11
| | * Return to eventloop after emitting encryptedMårten Nordheim2018-07-312-1/+16
* | | Specify to call QLocalSocket's close in dtorMårten Nordheim2018-08-071-1/+1
* | | NeworkAccessBackend: Remove duplicated/shadowed memberMårten Nordheim2018-08-074-8/+5
* | | SecureTransport - fix verifyPeerTrust for the renegotiation caseTimur Pocheptsov2018-08-071-22/+23
|/ /
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-311-6/+3
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-311-6/+3
| |\|
| | * QNetworkRequest - fix the documentationTimur Pocheptsov2018-07-201-6/+3
* | | QDtls: respect pre-set verification errorsTimur Pocheptsov2018-07-311-1/+1
|/ /
* | Remove redundant #if-eryTimur Pocheptsov2018-07-301-8/+1
* | DTLS - treat QSslSocket::UnencryptedMode as invalidTimur Pocheptsov2018-07-281-0/+6
* | QNetworkAccessManager: Port doc snippet to functor-connectAndre Hartmann2018-07-271-7/+7
* | QDtls - use conventional namesTimur Pocheptsov2018-07-272-10/+10
* | SecureTransport - implement renegotiationsTimur Pocheptsov2018-07-272-11/+60
* | QDtls - refactorTimur Pocheptsov2018-07-262-10/+10
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-173-23/+24
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-173-23/+24
| |\|
| | * Use nullptr instead of 0Jesus Fernandez2018-07-163-23/+24
* | | SecureTransport - enable ALPN on macOSTimur Pocheptsov2018-07-171-4/+4
|/ /
* | SecureTransport - cleanup the code a bitTimur Pocheptsov2018-07-141-35/+30
* | Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-1313-30/+118
* | OpenSSL: remove unused symbols/declarationsTimur Pocheptsov2018-07-133-15/+0
* | QSslSocketBackendPrivate - avoid recursion while handing errorsTimur Pocheptsov2018-07-122-7/+36
* | Provide access to QSslCertificate on OpenSSL free Windows buildsAllan Sandfeld Jensen2018-07-066-28/+46
* | QDtls - handle server-side timeoutsTimur Pocheptsov2018-07-052-16/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0210-17/+30
|\|
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+2
| * Do not build SPDY support if SSL is disabledJoerg Bornemann2018-06-251-4/+9
| * QtNetwork/SSL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-222-6/+12
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-215-5/+5