summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-0/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-272-8/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-221-1/+2
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-211-2/+5
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-202-4/+12
* 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