summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-5/+5
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-3/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-314-32/+121
|\
| * Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120
| * QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
| * QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-241-5/+0
* | Deprecate and remove the unused bearer support in QNetworkProxyThiago Macieira2017-07-212-26/+31
* | QNetworkInterface: Remove dynamic finding of Windows Vista functionsThiago Macieira2017-07-171-48/+10
* | winrt: Enable network proxy supportOliver Wolff2017-06-241-1/+1
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-6/+18
|\|
| * Doc: Tweak documentation about a default QHostAddressKai Koehne2017-06-121-6/+10
| * Document QHostAddress::swapKai Koehne2017-06-121-0/+8
* | Add swap and move operator to QHostInfoJesus Fernandez2017-05-162-0/+26
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+2
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-4/+9
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-3/+7
| * Remove the last remaining non-SSL use of QMutexPool in QtThiago Macieira2017-03-031-1/+2
* | Network: Use canonical license headersKai Koehne2017-02-283-15/+21
* | Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* | Make some atomic counters zero-basedMarc Mutz2017-02-151-3/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-4/+11
|\|
| * qnetworkproxy_mac - fix proxyAutoConfigCallbackTimur Pocheptsov2017-01-261-4/+11
* | QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-262-0/+14
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-262-2/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-2/+22
| |\|
| | * QHostAddress: add missing docsMarc Mutz2017-01-151-0/+14
| | * QtNetwork: fix GCC 7 warningsMarc Mutz2017-01-141-1/+7
| | * Fix typo in documentationAndré Klitzing2016-12-271-1/+1
* | | Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-243-1/+252
* | | Add debug stream operator for QNetworkProxyQueryLars Schmertmann2017-01-242-4/+19
|/ /
* | QHostAddress: make it implictly sharedGiuseppe D'Angelo2017-01-192-43/+29
* | doc: removed illegal qdoc commentsMartin Smith2017-01-041-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-162-0/+33
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-162-0/+33
| |\
| | * QHostAddress: fix assignment operatorsMarc Mutz2016-12-072-0/+33
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-3/+5
|\| |
| * | Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
| * | Tweak wording of QNetworkProxy doc for SOCKS5Edward Welbourne2016-11-291-1/+3
| |/
* | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-054-103/+55
|\|
| * Add QNetworkProxy::usesSystemConfiguration() accessorKai Koehne2016-11-024-103/+55
* | qhostaddress.cpp: optimize string usageAnton Kudryavtsev2016-10-241-5/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-8/+8
|\|
| * Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-8/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+3
| | |\
| | | * QNetworkInterface: fix reporting of virtual interfaces on LinuxThiago Macieira2016-09-241-0/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-2/+2
|\| | |
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-152-2/+2