summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-245-23/+22
|\
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-155-23/+22
* | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-202-8/+0
* | Fixed license headersJani Heikkinen2015-02-179-9/+9
* | LocalSocket: Do not return early in waitForReadyReadKai Koehne2015-02-161-3/+0
* | Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-163-41/+14
* | QSsl: teach the SecureTransport backend about TlsV1_0OrLater, TlsV1_1OrLater ...Mikkel Krautz2015-02-151-0/+21
* | Updated BSD licensed file headersJani Heikkinen2015-02-1520-60/+60
* | Secure Transport - enable client authenticationTimur Pocheptsov2015-02-131-35/+45
* | QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-135-0/+44
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-136-12/+12
* | Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-1210-34/+56
* | QNetworkInterface: remove a use of (native) sprintfMarc Mutz2015-02-121-10/+7
* | QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-112-14/+2
* | Use a union for different openssl typesAndré Klitzing2015-02-112-15/+10
* | Update copyright headersJani Heikkinen2015-02-11234-1911/+1727
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1010-23/+57
|\|
| * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-052-12/+15
| * Do not specifically mention features supported since XPKai Koehne2015-02-042-5/+1
| * Windows : fix call to LookupAccountNameWAntonio Lotti2015-02-041-4/+11
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-0/+19
| |\
| | * Set pendingClose to false on init in QSslSocketMichael Marley2015-01-191-0/+1
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-163-16/+26
| | |\
| | * | Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-162-0/+18
| * | | Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-2/+9
| * | | Doc: add missing since 5.4 for new sessionProtocol() methods.David Faure2015-01-192-0/+2
* | | | Remove unnecessary direct access to SSL_CIPHER struct.Richard J. Moore2015-02-081-9/+7
* | | | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-087-64/+9
* | | | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-082-3/+4
* | | | QtNetwork: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-083-3/+8
* | | | Stop accessing the internals of the SSL_CTX structure.Richard J. Moore2015-02-073-1/+4
* | | | Flag libproxy as a private libraryDaniel Molkentin2015-02-071-1/+1
* | | | ssl: fix QSslSocket::peerCertificateChain in server modeJeremy Lainé2015-02-072-12/+21
* | | | Fix developer build on gcc 4.9Sérgio Martins2015-02-061-1/+1
* | | | Add libproxy backend for QNetworkProxyFactoryDaniel Molkentin2015-02-052-3/+173
* | | | Move Rfc822NameType, DnsNameType and UniformResourceIdentifierType.Richard J. Moore2015-02-043-16/+16
* | | | Harden QAsn1Element against malicious ASN.1 strings.Richard J. Moore2015-02-041-0/+5
* | | | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-4/+4
* | | | Win32: Re-init system proxy if internet settings changeDaniel Molkentin2015-02-031-2/+84
* | | | Add SecureTransport based SSL backend for iOS and OS XJeremy Lainé2015-02-027-0/+1677
* | | | [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-288-4/+20
* | | | QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-2312-0/+116
* | | | QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-2310-0/+581
* | | | QSslEllipticCurve: enable NRVO in *Name() methodsMarc Mutz2015-01-211-8/+4
* | | | QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const...Marc Mutz2015-01-211-4/+0
* | | | QSslEllipticCurve: add missing noexceptMarc Mutz2015-01-212-4/+4
* | | | QSslEllipticCurve: remove unneeded includes from headerMarc Mutz2015-01-211-2/+0
* | | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-215-19/+40
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-215-19/+40
| |\| | |