summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Windows NTLM Sign-Sign-On / Integrated Proxy AuthenticationAron Rosenberg2012-05-112-6/+221
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-104-12/+12
|\
| * Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-094-12/+12
* | Fix various NTLM/Digest multi-threading and usage issuesAron Rosenberg2012-05-092-37/+54
|/
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-2/+1
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2012-05-051-1/+17
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-051-2/+1
* Document new APIs in 5.0Shane Kearns2012-05-032-0/+11
* Pull in netinet/in.h. Required for definition of sockaddr_in and friends.Robin Burchell2012-05-031-1/+3
* Stub out QDnsLookup on Android.Robin Burchell2012-05-022-0/+60
* Android's resolv.h is busted, so stub out QHostInfo::localDomainName().Robin Burchell2012-05-021-1/+1
* Disable code using if_nameindex on Android.Robin Burchell2012-05-021-0/+5
* QNetworkProxyFactory: check the "no_proxy" environment variableAdrien Bustany2012-05-011-2/+36
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-2/+19