summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-1755-935/+935
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-1355-935/+935
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-091-0/+2
|\ \ | |/
| * emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-091-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-051-4/+4
|\ \ | |/
| * QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-051-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-051-0/+6
|\ \ | |/ |/|
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-0/+6
* | QNAM HTTP: Fix bug with explicitly zero-length compressed responses.Andreas Kling2011-05-041-1/+7
|/
* Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-031-1/+1
* HTTP cacheing: do not store the date header with the resourcePeter Hartmann2011-04-081-8/+5
* FTP: Only read as much as the buffer size the user providedMarkus Goetz2011-03-241-2/+2
* Fix accidental population of the disk cache with partial contentSimon Hausmann2011-03-171-0/+7
* Fix disk cache interaction for range retrieval HTTP requests.Simon Hausmann2011-03-171-0/+5
* QNAM HTTP: error() in case connection is closed unexpectedlyMarkus Goetz2011-03-141-1/+14
* QNetworkCookie: fix quoted valuesPeter Hartmann2011-03-071-5/+8
* Fix for QTBUG-17746. Quotes is retained in cookie valueAparna Nandyal2011-03-071-7/+15
* Doc: setSslConfiguration also sets the CA certificatesThiago Macieira2011-02-201-2/+3
* Fix random crashes when bearer suddenly goes downShane Kearns2011-02-041-3/+4
* Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
* QNAM FTP: switch to binary mode before sending a SIZE commandThiago Macieira2011-01-261-1/+3
* Fix header not found build errorShane Kearns2011-01-171-1/+1
* Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-144-39/+13
* Update copyright year to 2011.Jason McDonald2011-01-1055-55/+55
* fix build with QT_NO_BEARERMANAGEMENTPeter Hartmann2011-01-071-0/+4
* Revert "QNAM HTTP: Fix missing error() signal"Markus Goetz2011-01-072-20/+1
* fix build with namespaces in new cookie jar tablePeter Hartmann2011-01-061-0/+2
* cookie jar code: enhance security by keeping track of effective TLDsPeter Hartmann2011-01-055-12/+6551
* QNAM HTTP: Fix missing error() signalVille Pernu2010-12-202-1/+20
* Abort working replies with error when network session fails.Aaron McCarthy2010-12-141-2/+2
* Revert "Fix a missing error-signal when a server is shut down while downloading"Peter Hartmann2010-11-262-18/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-11-2415-40/+209
|\
| * HTTP backend: fix build without Qt3 supportPeter Hartmann2010-11-231-1/+1
| * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-2315-40/+209
* | Fix a missing error-signal when a server is shut down while downloadingVille Pernu2010-11-242-1/+18
|/
* QNAM HTTP: Ignore double content-length headersMarkus Goetz2010-11-132-3/+19
* QNAM: Do not need QNetworkSession in AlwaysCache load modeMarkus Goetz2010-11-082-12/+21
* QNAM: Remove dead waitForUpstreamBytesWritten() codeMarkus Goetz2010-11-082-7/+0
* QNAM: Remove dead waitForDownstreamReadyRead() codeMarkus Goetz2010-11-0811-61/+0
* QNAM HTTP: Download last chunk properly when readBufferSize() limitedMarkus Goetz2010-11-041-2/+3
* QNAM: Reset authenticator state properly between requestsMarkus Goetz2010-11-031-0/+7
* QNAM: Fix doc rendering of QNetworkRequestMarkus Goetz2010-10-291-10/+0
* Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-282-2/+2
* QNAM: fix buildPeter Hartmann2010-10-271-1/+5
* QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-275-29/+9
* QNAM HTTP: Remove enableEncryption()Markus Goetz2010-10-272-8/+0
* QNAM HTTP: Remove unused codeMarkus Goetz2010-10-273-42/+0
* QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-275-11/+7
* QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-274-13/+9
* QNAM HTTP: Move cacheCredentials() to QHttpNetworkReplyMarkus Goetz2010-10-274-5/+4