summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-95/+0
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-5/+5
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-0/+373
* Update public suffix list header to latest versionEdward Welbourne2020-11-082-13994/+14327
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-084-3/+32
* Hide comparison of QHostAddress with SpecialAddress from ADLVolker Hilsheimer2020-10-302-9/+8
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-032-2/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-7/+7
* Skip IPv6 address if DAD failedTimur Pocheptsov2020-09-171-0/+3
* QAuthenticatorPrivate::parseHttpResponse: mark "host" as unusedMårten Nordheim2020-09-111-0/+3
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-112-12/+56
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-111-1/+5
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-111-11/+30
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* qnetconmon: Downgrade Warning to DebugMårten Nordheim2020-08-281-1/+1
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-273-865/+0
* QHostInfo: address a Qt 6 todoMårten Nordheim2020-08-242-18/+16
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-3/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+5
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-282-68/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-12/+12
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* qnetworkproxy_mac - do not use the deprecated APITimur Pocheptsov2020-07-061-3/+10
* Use QList instead of QVector in networkJarek Kobus2020-06-262-3/+3
* Fix living QLibrary member after shutdown of QCoreApplicationMike Achtelik2020-06-231-1/+19
* Fix living QObject member after shutdown of QCoreApplicationAndré Klitzing2020-06-231-2/+19
* QNAM: Make QNetworkConnectionMonitor able to move to another threadMårten Nordheim2020-06-224-14/+51
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-8/+8
* Android: Add support for proxiesAndy Shaw2020-06-162-1/+123
* QtNetwork: Remove leftover deprecation macrosMårten Nordheim2020-06-122-30/+0
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-102-9/+9
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* Remove winrtOliver Wolff2020-06-065-429/+5
* Convert Q_ASSERT to Q_STATIC_ASSERTDimitrios Apostolou2020-06-021-1/+1
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-281-3/+23
* Regenerate qurltlds_p.hDimitrios Apostolou2020-05-281-13868/+13941
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-192-2/+2
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-05-191-1/+1
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-062-4/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+7
|\
| * QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
* | QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-04-301-0/+8
* | QNetworkProxy: don't allocate when parsing [1/2]: loop bodyMarc Mutz2020-04-291-13/+17