summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-175-148/+32
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-14/+123
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-2/+51
| |\ \
| * | | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-082-4/+3
| * | | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-072-3/+3
| * | | Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-132/+12
| * | | Merge master into api_changesKent Hansen2012-03-271-0/+2
| |\ \ \
| * | | | Optimise QHostAddress a littleThiago Macieira2012-03-231-7/+12
| * | | | Merge master into api_changesKent Hansen2012-03-231-0/+2
| |\ \ \ \
| * \ \ \ \ Merge master into api_changesKent Hansen2012-03-162-1/+13
| |\ \ \ \ \
| * | | | | | QtNetwork: make some constructors explicitMarc Mutz2012-03-143-4/+4
* | | | | | | Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-162-0/+89
| |_|_|_|_|/ |/| | | | |
* | | | | | fixed compiling of QDnsRunner for wince and windows desktopBjoern Breitmeyer2012-04-121-8/+9
* | | | | | Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+1
* | | | | | Add Proxy Auto Config support (PAC) on MacAron Rosenberg2012-04-112-5/+113
| |_|_|_|/ |/| | | |
* | | | | Fixes a problem with the proxy detection on WindowsThierry2012-04-031-2/+46
* | | | | Set QNetworkInterface::IsPointToPoint on WindowsMartin Petersson2012-04-022-0/+5
| |_|_|/ |/| | |
* | | | Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
| |_|/ |/| |
* | | Don't do anything if setting the same proxy factory.Xizhi Zhu2012-03-221-0/+2
| |/ |/|
* | Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* | Build with the LSB build envHarald Fernengel2012-03-151-1/+5
|/
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75