summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-1/+1
|\
| * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
|\|
| * Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+5
|\|
| * QSslSocketBackendPrivate: Remove QString warningsGabriel de Dietrich2016-07-121-6/+5
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* | QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-042-4/+8
|\|
| * QSslSocket: improve documentation of the supported protocolsGiuseppe D'Angelo2016-07-011-1/+2
| * QSslSocket::transmit (macOS/iOS) - do not use invalid contextTimur Pocheptsov2016-06-301-3/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+2
|\|
| * Fix inconsistency between the #if guards in SSL PSK codeLiang Qi2016-06-221-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+5
|\|
| * QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+5
|\|
| * QSslSocket: Data is sent after a certificate is downloaded on Windows.Martin Porcelli2016-06-081-1/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+2
|\|
| * OpenBSD: add /etc/ssl as cert dirRalf Nolden2016-06-011-1/+2
* | Add ephemeralServerKey to isNull() and operator==André Klitzing2016-05-132-0/+3
* | QtNetwork: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-121-1/+1
* | Prospective MSVC 2013 build fixSimon Hausmann2016-05-101-2/+4
* | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-045-8/+16
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+0
|\|
| * QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-278-16/+16
* | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-255-7/+7
* | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-254-12/+12
* | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-3/+2
* | Remove redundant QT_PREPEND_NAMESPACETimur Pocheptsov2016-04-081-1/+1
* | QSslSocket (Mac): optimize string usageAnton Kudryavtsev2016-04-041-10/+10
* | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-03-312-7/+7
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-303-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-3/+9
|\|
| * Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5
| * Do not send the trailing dot of a hostname as part of the SNIRichard J. Moore2016-03-131-0/+4
* | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-031-2/+3
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-016-0/+42
* | QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-241-5/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-182-2/+2
|\|
| * QtNetwork: Silence Clang on Windows.Friedemann Kleint2016-02-171-1/+1
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-4/+1
|\ \
| * | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | | QSslSocket (OpenSSL): replace QList<QPair> by QVector<Struct>Marc Mutz2016-02-172-25/+31
* | | QSslSocket (OpenSSL): use QMutexLockerMarc Mutz2016-02-171-2/+2
|/ /
* | Optimize QSslSocketPrivate::isMatchingHostname()Marc Mutz2016-02-081-7/+8
* | QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-013-6/+3