summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-062-1/+26
* QHostAddress: Convert AnyIPv4 to AnyIPv6 instead of ::ffff:0.0.0.0Thiago Macieira2015-03-061-12/+25
* QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-10/+4
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-042-0/+12
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-2/+2
* Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-123-21/+27
* QNetworkInterface: remove a use of (native) sprintfMarc Mutz2015-02-121-10/+7
* Update copyright headersJani Heikkinen2015-02-1137-266/+258
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-6/+12
|\
| * Do not specifically mention features supported since XPKai Koehne2015-02-041-2/+1