summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2962-1488/+1488
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-251-1/+1
* Parse yearless date strings on leap years during LIST in QFtpPhilip Van Hoof2012-08-231-2/+35
* Update contact information in license headers.Sergio Ahumada2012-08-0162-124/+124
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-041-6/+25
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-281-2/+5
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-251-1/+2
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-064-31/+49
* Track active network replies without qFindChildrenShane Kearns2012-06-062-1/+7
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-241-6/+9
* QNetwork: fix compilation with no opensslMartin Petersson2012-05-221-1/+1
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-211-0/+26
* qhttpthreaddelegate: check that we have a reply set when reading.Martin Petersson2012-05-161-0/+3
* QHttpMultiPart: supply new line at the end of the bodyPeter Hartmann2012-05-141-2/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-139-6/+123
* Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-091-0/+3
* QFtp - implement fast abort for downloadsShane Kearns2012-05-091-5/+16
* Use reference count to close down idle network sessionShane Kearns2012-05-091-4/+4
* QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-04-231-3/+4
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-192-3/+3
* QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-101-8/+2
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-04-052-0/+3
* QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-292-3/+21
* QNetwork: fix compilation with "-no-feature-bearermanagement"Martin Petersson2012-02-271-1/+1
* QNetwork: remove compile warning.Martin Petersson2012-02-271-2/+2
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-201-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-201-2/+4
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-5/+1
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-093-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-1162-62/+62
* Fix race in http connection channelShane Kearns2012-01-042-1/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2012-01-044-10/+32
* Fix for assertion failureShane Kearns2012-01-042-1/+6
* Fix faulty logic in http connection pipeliningShane Kearns2012-01-041-2/+6
* Fix null pointer dereference in NTLM authenticationShane Kearns2011-12-121-2/+5
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-151-0/+1
|\
| * HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-121-2/+4
|\|
| * Fix crash in QHttpNetworkReplyPrivate::gunzipBodyPartiallyEndSami Rosendahl2011-11-111-2/+4
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-113-3/+8
|\|
| * QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-083-3/+8
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-11-021-2/+2
|\ \
| * | QNetworkDiskCache documentation missed informationartoka2011-11-011-2/+2
| |/
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-311-1/+1
|\ \
| * | Symbian - disable memory mapping in QNetworkDiskCacheShane Kearns2011-10-281-1/+1
* | | Use QBasicAtomicInt as a static variableShane Kearns2011-10-191-2/+2
* | | FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-181-2/+2
| |/ |/|
* | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-144-19/+26
|\ \