summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-275-8/+10
* QNAM HTTP: Remove Wait4AuthStateMarkus Goetz2010-10-273-8/+1
* QNAM: Internal function renamingMarkus Goetz2010-10-273-10/+10
* QNAM HTTP: Internal variable spelling mistakesMarkus Goetz2010-10-273-12/+12
* QNAM HTTP: Pause connection when emitting proxy auth signalMarkus Goetz2010-10-271-0/+4
* QNAM HTTP: Also pause connection when emitting sslErrors()Markus Goetz2010-10-271-0/+4
* QNAM HTTP: Also resume uploads after connection pauseMarkus Goetz2010-10-271-3/+4
* QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-274-7/+10
* QNAM HTTP: Pause sockets while emitting to user code.Markus Goetz2010-10-272-41/+56
* QNAM HTTP: Do not copy around credentials when using NTLMMarkus Goetz2010-10-271-0/+7
* QNAM HTTP: Move caching of credentials from URLMarkus Goetz2010-10-272-6/+6
* QNAM: Do not load credentials from cache prematurelyMarkus Goetz2010-10-271-11/+5
* QNAM HTTP: Fix error signal emission for unreachable IPsMarkus Goetz2010-10-151-2/+12
* QNAM: Do not need QNetworkSession for data://Markus Goetz2010-10-141-0/+16
* QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-222-3/+6