summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-066-0/+83
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Removed flags from SSPI calls which prevented the NTLM authentication from wo...Adrian Carpenter2012-06-281-8/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-143-2/+2
* Put Windows NTLM stuff inside consistent preprocessor directives.Janne Anttila2012-06-012-9/+17
* QtNetwork: Fix mingw-warnings.Friedemann Kleint2012-05-232-4/+4
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+12
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-112-4/+17
* Don't return http proxy for server usagesShane Kearns2012-05-111-1/+3