summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInterface: fix reporting of virtual interfaces on LinuxThiago Macieira2016-09-241-0/+3
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-3/+3
* Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-2/+2
* Compile fix: OpenBSD does not have <arpa/nameser_compat.h>Ralf Nolden2016-06-011-1/+6
* Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+2
* Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
* WinRT: Enable broadcastsOliver Wolff2016-04-111-0/+1
* Limit URLs for proxy auto config to 2083 charsSebastian Lösch2016-04-071-3/+12
* QNetworkProxyFactory: don't re-call QUrl::scheme() in if-else chain.Anton Kudryavtsev2016-01-291-5/+6
* Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-5/+5
* QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17
* QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* winrt: Use "await" with its timeout for dns queriesOliver Wolff2016-01-051-17/+28
* winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-053-158/+11
* Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
* QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-144-4/+9
* QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-7/+31
* QDnsLookup: fix grammar in a user-visible stringMarc Mutz2015-11-281-2/+2
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-283-3/+3
* Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
* winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
* winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-191-0/+3
* winrt: Also list current profile in QNetworkInterface::allInterfacesOliver Wolff2015-11-091-52/+94
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-133-5/+5
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-17/+22
|\
| * Doc: Improve documentation for QAuthenticatorKai Koehne2015-09-011-17/+22
* | Mark QHostAddress relocatableThiago Macieira2015-09-221-0/+1
* | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-0/+1
* | QNetworkInterface: get a friendlier (but not too friendly) nameThiago Macieira2015-09-132-1/+20
* | Use the actual iphlpapi.dll and its headersThiago Macieira2015-09-133-293/+23
* | Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-0/+3
* | Remove vestiges of Qt's own sockaddr_in6 and sockaddr_storageThiago Macieira2015-08-223-16/+7
* | QHostAddress: Improve code generationThiago Macieira2015-08-191-47/+52
* | QHostAddress hashing: use qHashBitsThiago Macieira2015-08-161-1/+1
* | QNetworkInterface: remove fallback code for Windows pre-XP and CE pre-4Thiago Macieira2015-08-161-56/+0
* | Fix thread-safety of qnetworkinterface_win.cpp:resolveLibsThiago Macieira2015-08-161-3/+4
* | QNetworkInterface: make the name lookup search numbers in string formsThiago Macieira2015-08-162-5/+21
* | QNetworkInterface: Merge the two sections of code that do SIOCGIFxxxThiago Macieira2015-08-161-21/+21
* | QNetworkInterface: prefer SIOCGIFINDEX over if_nametoindexThiago Macieira2015-08-161-1/+6
* | Add QHostAddress::isMulticastThiago Macieira2015-08-152-0/+17
* | Fix warning of unused variableThiago Macieira2015-08-151-2/+1
* | QHostAddress: don't inline the parse() functionThiago Macieira2015-08-141-1/+1
* | Doc: Remove the section about IPv6 site-local addressesThiago Macieira2015-08-131-5/+0
* | Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-134-62/+15
* | QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-3/+3
* | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-304-21/+50
* | network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-271-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+0
|\|
| * WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+0
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/