summaryrefslogtreecommitdiff
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-162-1/+4
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-165-17/+16
* QDnsLookup/Windows: don't append domain search suffixesThiago Macieira2023-05-161-1/+1
* QDnsLookup/Unix: rework the buffer-size check codeThiago Macieira2023-05-161-34/+31
* QDnsLookup/Unix: modernize with qFromBigEndianThiago Macieira2023-05-151-10/+10
* QDnsLookup/Unix: do skip DNS records that aren't of class INThiago Macieira2023-05-151-0/+3
* QDnsLookup/Windows: use DnsQueryEx so IPv6 servers are supportedThiago Macieira2023-05-141-19/+60
* QDnsLookup/Unix: add support for res_setservers()Thiago Macieira2023-05-141-0/+14
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-142-38/+70
* QDnsLookup/Unix: make sure we don't overflow the bufferThiago Macieira2023-05-141-6/+25
* QDnsLookup: remove the #if QT_CONFIG(thread) checkThiago Macieira2023-05-142-9/+2
* QDnsLookup: remove the explicit metatype registration for the Reply typeThiago Macieira2023-05-131-5/+3
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-132-4/+0
* QDnsLookup: treat NOTIMP replies as server failuresThiago Macieira2023-05-112-0/+2
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-113-274/+86
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-1/+1
* Doc: Fix documentation warningsTopi Reinio2023-04-291-1/+1
* Add a helper for better error messages when functor is incompatibleVolker Hilsheimer2023-04-281-0/+1
* Support free functions and const functors as callbacksVolker Hilsheimer2023-04-281-4/+4
* Simplify the creation of APIs that take a callbackVolker Hilsheimer2023-04-261-43/+11
* Add helper template for metacall event creationVolker Hilsheimer2023-04-181-11/+1
* Add test function for private networkYAMAMOTO Atsushi2023-03-112-7/+26
* QNetworkInterface/Unix: replace one Q_ASSERT with static_assertsThiago Macieira2023-03-041-1/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-313-4/+0
* QtNetwork: Disambiguate static variablesFriedemann Kleint2023-01-311-4/+4
* qnetworkproxy_mac: use API available both on iOS and macOSTimur Pocheptsov2023-01-302-39/+95
* 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