summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-152-207/+151
* Please valgrind by not accessing uninitialized memoryAllan Sandfeld Jensen2015-03-141-2/+3
* IPv6 scope IDs are unsignedThiago Macieira2015-03-143-3/+3
* QNativeSocketEngine: merge duplicated code for sin6_scope_idThiago Macieira2015-03-141-29/+18
* Make sure we also treat QAbstractSocket::AnyIPProtocol as IPv6Thiago Macieira2015-03-122-14/+14
* Secure Transport - handle errSSLBadCert in server modeTimur Pocheptsov2015-03-122-4/+18
* Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
* QHostAddress: add IPv6 address overloads that take const dataThiago Macieira2015-03-122-6/+35
* QtNetwork: Fix const correctness in old style castsThiago Macieira2015-03-122-5/+5
* Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
* Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-062-1/+26
* QHostAddress: Convert AnyIPv4 to AnyIPv6 instead of ::ffff:0.0.0.0Thiago Macieira2015-03-061-12/+25
* QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-10/+4
* Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-042-3/+36
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-048-33/+84
* QSslSocket: fix compilation errorNikita Baryshnikov2015-03-043-3/+3
* 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