summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update description of topleveldomain featurePeter Varga2023-01-172-5/+2
* Export QAuthenticatorPrivate for use in QtWebSocketsMårten Nordheim2022-12-151-1/+1
* QHostAddress: unexport QIPv6AddressThiago Macieira2022-11-181-1/+1
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-15/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-044-13/+13
* Move qurltlds_p.h out of src/network, and make it a .cpp fileKai Köhne2022-10-015-4896/+1
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+7
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-171-3/+6
* QtNetwork: Modernize JNI usageMårten Nordheim2022-08-091-8/+7
* QNetworkInformation: Add missing \since markerMårten Nordheim2022-08-081-0/+1
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-042-24/+0
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* QNetworkInformation: guard deprecated method definitionsIvan Solovev2022-07-251-0/+4
* Network: make Public Suffix List constexprYuhang Zhao2022-06-191-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* QAuthenticator: allow to set custom SPN for Windows clientIvan Solovev2022-05-241-3/+27
* Network: update Public Suffix ListIvan Solovev2022-05-232-4384/+4463
* Remove more unused qreadwritelock.h includesMarc Mutz2022-05-171-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-1646-1755/+99
* QtNetwork: includemocsMarc Mutz2022-04-282-0/+4
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-213-4/+4
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-219-35/+50
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-216-19/+19
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-062-1/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-058-5/+14
* Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQueryHu Jialun2022-04-011-0/+5
* QNetworkInformation: Deprecate vague load functionsMårten Nordheim2022-03-312-5/+31
* Short live Q_CONSTINIT!Marc Mutz2022-03-262-2/+2
* Add missing includes for some of our _win.cpp filesMårten Nordheim2022-03-181-0/+2
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-175-11/+11
* QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-091-1/+0
* QPublicSuffixDatabase: don't go thru QString for debug outputMarc Mutz2022-03-071-1/+1
* Network: Use system publicsuffix database copy when availableIevgenii Meshcheriakov2022-03-032-6/+155
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* Network: Use public suffix database in DAFSA formatIevgenii Meshcheriakov2022-02-244-14912/+4434
* QNX: Fix support for abstract Unix-domain socketPasi Petäjäjärvi2022-02-241-1/+1
* Update public suffix listIevgenii Meshcheriakov2022-02-182-14451/+14277
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-091-19/+19
* QNetworkInformation: Rename parameter-less load() to loadDefaultBackendMårten Nordheim2022-02-092-3/+3
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-021-0/+1
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-172-34/+40
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-3/+3