summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Windows : fix call to LookupAccountNameWAntonio Lotti2015-02-041-4/+11
* | QtNetwork: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+2
* | Flag libproxy as a private libraryDaniel Molkentin2015-02-071-1/+1
* | Fix developer build on gcc 4.9Sérgio Martins2015-02-061-1/+1
* | Add libproxy backend for QNetworkProxyFactoryDaniel Molkentin2015-02-052-3/+173
* | Win32: Re-init system proxy if internet settings changeDaniel Molkentin2015-02-031-2/+84
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-12/+39
|\|
| * Optimize QHostAddress::operator== for SpecialAddressThiago Macieira2015-01-091-10/+26
| * Fix crash if PAC script retrieval returns a null CFData instanceDaniel Molkentin2015-01-071-1/+4
| * Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
| * Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
* | Haiku: Make network module compile on HaikuTobias Koenig2015-01-141-0/+5
* | Avoid double cache lookup in QHostInfoCacheJędrzej Nowacki2015-01-131-2/+1
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-5/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+4
|\|
| * Report QHostAddress::Any explicitly in qDebug()Thiago Macieira2014-12-281-1/+4
* | Remove support for NTLMv1Kai Koehne2014-12-081-59/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-3/+3
|/
* Update license headers and add new license filesMatti Paaso2014-09-2436-676/+388
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-3/+12
|\
| * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
| * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-231-3/+1
* | Expose internally QAuthenticator::setRealmJocelyn Turcotte2014-07-072-0/+10
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-1/+6
|\|
| * winrt: DNS lookup: don't have duplicate entriesOliver Wolff2014-07-011-1/+6
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-4/+7
|\|
| * Fix compilation on Windows without precompiled headersThiago Macieira2014-06-251-0/+1
| * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-0/+2
| |\
| | * QDnsLookup: Fix build with uClibcFatih Aşıcı2014-06-201-0/+2
| * | Fix warnings from MSVC 2013Thiago Macieira2014-06-211-2/+2
| |/
| * Fix QT_NO_LIBRARY compile in Unix DNS lookup implementation.Steffen Imhof2014-06-101-2/+2
* | winrt: use ComPtr in network classesAndrew Knight2014-06-253-64/+37
* | Add missing QDnsLookup constructor implementationAndy Shaw2014-06-201-1/+13
|/