summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\| | |
| | * | | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| | | |/ | | |/|
| | * | Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-112-6/+0
| | * | Optimize QHostAddress::operator== for SpecialAddressThiago Macieira2015-01-091-10/+26
| | |/
| | * Fix crash if PAC script retrieval returns a null CFData instanceDaniel Molkentin2015-01-071-1/+4
| | * Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
| | * Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
* | | QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-216-0/+43
|/ /
* | QTcpServerPrivate: move class definition to the separate headerAlex Trotsenko2015-01-184-39/+118
* | Add elliptic curve support to QSslAndré Klitzing2015-01-189-9/+167
* | Haiku: Make network module compile on HaikuTobias Koenig2015-01-141-0/+5
* | Avoid double cache lookup in QHostInfoCacheJędrzej Nowacki2015-01-131-2/+1
* | Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-092-14/+0
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-5/+0
* | Add missing qdatastream.h includes.Richard J. Moore2015-01-052-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-295-6/+12
|\|
| * Report QHostAddress::Any explicitly in qDebug()Thiago Macieira2014-12-281-1/+4
| * Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-2/+2
| * Fix silly mistake: 0 is a valid file descriptorThiago Macieira2014-12-241-1/+1