summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-25/+25
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-062-0/+3
* Use reference count to close down idle network sessionShane Kearns2012-05-051-4/+4
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-042-9/+9
* Pass network session to http delegateShane Kearns2012-05-041-0/+3
* Document new APIs in 5.0Shane Kearns2012-05-032-0/+6
* QFtp - implement fast abort for downloadsShane Kearns2012-05-031-5/+16
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-031-0/+3
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-3/+3
* 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
* 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
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1716-37/+113
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-58/+132
| |\
| * | 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
| * | 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-105-12/+29
| |\ \
| * | | Port to the new QUrl APIThiago Macieira2012-03-305-19/+19
| * | | Merge master into api_changesKent Hansen2012-03-163-50/+142
| |\ \ \
| * | | | QtNetwork: make some constructors explicitMarc Mutz2012-03-144-5/+5
* | | | | Responses to request with AlwaysNetwork set should be cachedMartin Petersson2012-04-162-8/+2
| |_|_|/ |/| | |
* | | | Fix autotest failures in QAbstractNetworkCacheShane Kearns2012-04-121-58/+60
* | | | Automatically query for Mac Proxy Server credentialsAron Rosenberg2012-04-112-0/+72
| |_|/ |/| |
* | | Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* | | QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-021-8/+2
* | | QNetworkAccessFtpBackend: remove entry from QNetworkAccessCacheMartin Petersson2012-04-011-0/+5
* | | QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-282-3/+21
| |/ |/|
* | QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-03-151-3/+3
* | QNam: only init channels when needed.Martin Petersson2012-03-133-47/+139
|/
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-093-138/+46
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-082-0/+3
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-063-7/+10
* QNam: only init channels when needed.Martin Petersson2012-03-063-46/+138
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-022-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Name threads properlymae2012-03-021-0/+2
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-2119-61/+61
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-212-1/+8
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-171-2/+4