summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* QHostInfo: optimize container usageAnton Kudryavtsev2016-03-131-24/+38
* QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* QHostAddress: enable (N)RVO in toString() for gccAnton Kudryavtsev2016-03-031-10/+3
* QtNetwork: optimize if-else conditions.Anton Kudryavtsev2016-03-031-3/+4
* Add We-mean-it comment to qnetworkdatagram_p.h.Friedemann Kleint2016-02-251-0/+11
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-5/+6
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-18/+18
|\|
| * 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
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-213-0/+3
* | Updated license headersJani Heikkinen2016-01-212-2/+2
* | Move QIpPacketHeader to the header where QNetworkDatagramPrivate will beThiago Macieira2016-01-212-3/+71
* | Updated license headersJani Heikkinen2016-01-1534-469/+673
* | 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