summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-085-176/+40
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-185-11/+40
|\|
| * 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
* | Haiku: Fix compilation of network libraryTobias Koenig2015-12-081-0/+4
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-051-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-023-4/+4
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-10/+28
|\|
| * 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
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-213-179/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-52/+93
|\|
| * winrt: Also list current profile in QNetworkInterface::allInterfacesOliver Wolff2015-11-091-52/+94
* | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-156-9/+157
|/
* 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
|/
* IPv6 scope IDs are unsignedThiago Macieira2015-03-141-1/+1
* QHostAddress: add IPv6 address overloads that take const dataThiago Macieira2015-03-122-6/+35
* Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1