summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3162-806/+806
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-182-12/+15
* Remove use of 'register' from Qt.Kevin Funk2014-08-111-1/+1
* network internals: do not try to cache a deleted entryPeter Hartmann2014-06-182-0/+12
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-06-021-1/+2
* Updated year in copyright headerKai Koehne2014-03-2662-62/+62
* QDeclarativeTypeLoader doesn't close processed QNetworkRepliesFrantisek Vacek2014-02-111-0/+6
* QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-08-031-1/+2
* HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-251-0/+3
* QNetwork: Check AuthenticationReuseAttribute when using credentials from urlEl Mehdi Fekari2013-06-241-2/+4
* network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-191-1/+2
* QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-04-271-0/+1
* SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-271-2/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1362-62/+62
* 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-241-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-081-0/+3
* QFtp - implement fast abort for downloadsShane Kearns2012-05-081-5/+16
* Use reference count to close down idle network sessionShane Kearns2012-05-081-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