summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Fixed iOS compilation issues.Ian Dean2012-04-261-2/+2
* QHttpMultiPart: supply new line at the end of the bodyPeter Hartmann2012-04-251-2/+2
* Fix tst_qtcpserver::serverAddress on Mac OSXShane Kearns2012-04-241-1/+5
* Improved detection of libcrypto and libssl.Niels Weber2012-04-241-12/+51
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-232-0/+54
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-2/+19
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-203-0/+5
* Abort background requests if policy changes to disallow themShane Kearns2012-04-192-9/+37
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-194-0/+20
* Set ConnectInBackground also for http implementationShane Kearns2012-04-191-1/+3
* fix qsslsocket build in -permissive mode (assigning const char* to char*)Konstantin Ritt2012-04-191-1/+1
* Change coreservices -> iosIan Dean2012-04-193-6/+6
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1727-190/+206
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-90/+515
| |\
| * | Fix error reporting in QNetworkReplyHttpImplPrivateShane Kearns2012-04-111-6/+18
| * | Add autotest interface to get session from QNAMShane Kearns2012-04-112-0/+12
| * | Check background requests are allowed before startingShane Kearns2012-04-112-5/+26
| * | Define usagePolicies API in QNetworkSessionShane Kearns2012-04-113-1/+57
| * | Use NetworkSessionFailedError in QNetworkReplyShane Kearns2012-04-113-5/+16
| * | Define QNetworkReply::BackgroundRequestNotAllowedErrorShane Kearns2012-04-112-0/+4
| * | Define QNetworkReply::NetworkSessionFailed errorShane Kearns2012-04-112-0/+4
| * | Set ConnectInBackground based on requestShane Kearns2012-04-111-1/+4
| * | Define BackgroundRequestAttributeShane Kearns2012-04-112-0/+9
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1013-16/+140
| |\ \
| * | | 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 to the new QUrl APIThiago Macieira2012-03-305-19/+19
| * | | 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-236-6/+11
| |\ \ \ \
| * \ \ \ \ Merge master into api_changesKent Hansen2012-03-167-51/+158
| |\ \ \ \ \
| * | | | | | QtNetwork: make some constructors explicitMarc Mutz2012-03-1410-13/+13
* | | | | | | Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-162-0/+89
* | | | | | | Responses to request with AlwaysNetwork set should be cachedMartin Petersson2012-04-162-8/+2
* | | | | | | Trivial doc fix.Richard Moore2012-04-161-0/+4
* | | | | | | Minor doc improvements.Richard Moore2012-04-161-0/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Added iOS compatibility.Qt4iOS2012-04-132-4/+6
* | | | | | fixed compiling of QDnsRunner for wince and windows desktopBjoern Breitmeyer2012-04-121-8/+9
* | | | | | Fix autotest failures in QAbstractNetworkCacheShane Kearns2012-04-121-58/+60
* | | | | | Use windows API to update missing CA rootsShane Kearns2012-04-115-14/+254
* | | | | | Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+1
* | | | | | Automatically query for Mac Proxy Server credentialsAron Rosenberg2012-04-112-0/+72
* | | | | | Add Proxy Auto Config support (PAC) on MacAron Rosenberg2012-04-112-5/+113
| |_|_|_|/ |/| | | |
* | | | | Find libssl on linux using paths of loaded librariesShane Kearns2012-04-051-0/+26
* | | | | Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* | | | | Fixes a problem with the proxy detection on WindowsThierry2012-04-031-2/+46
* | | | | QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-021-8/+2
* | | | | QAbstractSocket::waitForConnected check if host name is an IP addressMartin Petersson2012-04-021-1/+10