summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix unused variable/argument warningsEskil Abrahamsen Blomfeldt2013-09-091-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-29/+29
|\
| * Update Linux interface getting to make fewer syscallsThiago Macieira2013-08-241-29/+29
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-11/+9
|\|
| * Avoid one extra if_indextoname per address in QNetworkInterfaceThiago Macieira2013-08-061-5/+9
| * Remove unused socket from QNetworkInterface Unix codeThiago Macieira2013-08-061-6/+0
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-201-1/+1
|/
* Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+5
* Doc: added scenario in case of failure QNetorkInterfaceNico Vertriest2013-05-131-1/+1
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-231-1/+5
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2019-69/+69
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-166-22/+22
| * Introducing the Qt Android portPaul Olav Tvete2013-03-053-3/+3
| * iOS: network should not link against CoreServices on iOSRichard Moe Gustavsen2013-02-271-1/+5
| * Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-02-201-1/+8
| * Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-4/+1
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\
| * | BB10 systemProxyForQuery: query system proxy also for non-URL requestsPeter Hartmann2013-02-112-4/+28
| * | Increase the size of the QHostInfo cache.Richard Moore2013-02-061-2/+2
| * | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-1/+0
| * | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-298-31/+0
* | | Correct sentence in QNetworkProxy::setApplicationProxy() documentation.Mitch Curtis2013-03-061-1/+1
| |/ |/|
* | Nokia -> Qt ProjectFrederik Gladhorn2013-02-051-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1825-25/+25
* Hardcoded url for RFC 1929 QTBUG-28500Nico Vertriest2012-12-111-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-302-0/+4
* Add QDns* classes to the list of the implicitly shared onesGiuseppe D'Angelo2012-11-301-0/+5
* Remove qSort usages from QDnsLookupGiuseppe D'Angelo2012-11-081-2/+4
* Adding PAC and exclusion list support to BlackBerry Qt proxy implementation.Andrey Leonov2012-10-312-4/+26
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-10-301-0/+3
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-2/+0
* Fix warnings from syncqt.Friedemann Kleint2012-10-131-0/+4
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-083-0/+140
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2232-762/+762
* Fix doc errors.Frederik Gladhorn2012-09-211-1/+1
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-4/+7
* Doc: Marked the QUrlInfo class documentation as \internalVenugopal Shivashankar2012-09-131-0/+1
* Network: Fix gcc warning about conversion from string to wchar *Kai Koehne2012-09-131-2/+2
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-071-1/+1
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+12
* Add missing QT_{BEGIN,END}_NAMESPACESergio Ahumada2012-08-311-0/+4
* QDnsLookupRunnable: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* QHostInfo: replace a volatile bool with an atomic intMarc Mutz2012-08-292-8/+10
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-233-1/+18
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-0/+1
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-07-311-1/+5
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-253-1/+5
* removing QT_NO_URLINFO and using QT_NO_FTP insteadTasuku Suzuki2012-07-172-4/+4