summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1917-28/+28
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-182-1/+4
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-10/+8
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-174-55/+78
|\
| * Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
| * ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
| * Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19
| * ssl: fix SecureTransport handling of remote host disconnectJeremy Lainé2015-07-131-1/+6
* | Mark QNetworkReplyImplPrivate::InternalNotifications as primitiveMarc Mutz2015-07-161-0/+1
* | QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* | QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0114-204/+159
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-303-4/+4
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-2810-197/+152
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2710-197/+152
| | |\
| | | * winrt: Fixed connectToHost, which is meant to be synchronousOliver Wolff2015-06-222-28/+27
| | | * QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-117-157/+113
| | | * Unexport QSslPreSharedKeyAuthenticatorMarc Mutz2015-06-091-12/+12
| * | | Doc: rearrange tables with overflowNico Vertriest2015-06-261-1/+1
| |/ /
| * | fix usage of wince scopeOswald Buddenhagen2015-06-051-2/+2
* | | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-3016-42/+99
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | | Fix inefficient container.values().first()Sérgio Martins2015-06-281-1/+1
* | | Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-282-0/+20
* | | network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-274-3/+11
* | | Define openssl symbol resolution warning function only if necessaryUlf Hermann2015-06-221-0/+3
* | | QHttpNetworkHeaderPrivate: use QList<QByteArray>::join()Marc Mutz2015-06-201-10/+2
* | | QSpdyProtocolHandler: don't create QLists of key and value just to iterate overMarc Mutz2015-06-191-12/+7
* | | QtNetwork: fix warnings when compiling with QT_NO_BEARERMANAGEMENTUlf Hermann2015-06-192-3/+2
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0317-76/+150
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-023-21/+26
| |\|
| | * 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
| * | | | Don't assign iterator to const_iteratorSérgio Martins2015-06-021-26/+26
| |/ / /
| * | | 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
* | | Remove unsafe random seeding fallback path.Richard J. Moore2015-05-291-24/+2
* | | Mark two member functions constSérgio Martins2015-05-291-1/+1
* | | QAbstractSocket: remove unused memberAlex Trotsenko2015-05-262-2/+0