summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-144-4/+4
* choke uploadProgress signalsShane Kearns2012-06-143-3/+27
* choke downloadProgress signalsShane Kearns2012-06-145-7/+40
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-33/+50
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-063-0/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* QtNetwork: handle raw deflate compressed data in Http.Martin Petersson2012-06-011-1/+20
* QNetworkReply: Change abort() function into a slotJonathan Liu2012-06-011-1/+1
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-015-43/+61
* Track active network replies without qFindChildrenShane Kearns2012-06-012-1/+7
* QNetworkReplyHttpImpl: code cleanupMartin Petersson2012-05-242-26/+1
* Fix compile warnings with MSVCShane Kearns2012-05-231-0/+7
* Prevent infinite loops by handling all ZLIB errorsShane Kearns2012-05-211-5/+4
* QNetworkReplyHttpImplPrivate::migrateBackendMartin Petersson2012-05-211-29/+2
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-193-1/+6
* QHttpNetworkReply:readBodyFast return early if nothing to read.Martin Petersson2012-05-161-0/+2
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-161-0/+26
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-151-6/+9
* qhttpthreaddelegate: check that we have a reply set when reading.Martin Petersson2012-05-111-0/+3
* QtNetwork: remove \link usagesGiuseppe D'Angelo2012-05-111-2/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-116-7/+102
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-106-19/+19
|\
| * Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-096-19/+19
* | Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
|/
* 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
| |\ \