summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-117-157/+113
* Unexport QSslPreSharedKeyAuthenticatorMarc Mutz2015-06-091-12/+12
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-013-21/+26
|\
| * Merge "Merge remote-tracking branch 'origin/5.4.2' into 5.4" into refs/stagin...Liang Qi2015-05-291-1/+4
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-291-1/+4
| | |\
| | | * Avoid false positives from google by storing OpenSSL version as Unicode.Richard J. Moore2015-05-251-1/+4
| * | | Fix no bearermanagement buildLorn Potter2015-05-291-20/+21
| |/ /
| * | Prevent bad-ptrs deref in QNetworkConfigurationManagerPrivateMikhail Lappo2015-05-181-0/+1
* | | QFtp: Suppress warning about reading from closed QIODevice.Friedemann Kleint2015-05-231-1/+4
* | | WinRT: Windows 10 compilation fixMaurice Kalinowski2015-05-221-0/+1
* | | MSVC2015: Compile fixMaurice Kalinowski2015-05-221-1/+1
* | | Doc: Qt Network: List the classes on SSL Classes pageTopi Reinio2015-05-201-0/+2
* | | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+0
* | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-086-24/+88
|\| |
| * | QNAM: Fix compiler warningMarkus Goetz2015-05-081-1/+1
| |/
| * QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-206-24/+88
* | Make data tables const.Volker Krause2015-05-052-2/+2
* | Understand file:/ url's as localAleix Pol2015-04-211-1/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-154-10/+11
|\|
| * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
| * Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
| * QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
| * fix high memory usage on large downloadLudger Krämer2015-03-311-7/+6
* | QAbstractSocket: fix some 64-bit issues in debug codeAlex Trotsenko2015-04-071-8/+8
* | QSSLSocketPrivateBackend::transmit - fix Secure Transport versionTimur Pocheptsov2015-04-011-17/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-315-85/+22
|\|
| * Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-094-72/+21
* | winrt: Fix UDP socket writeDatagramPeng Wu2015-03-271-43/+38
* | 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