summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.5Sergio Ahumada2012-11-2848-864/+864
* QNAM HTTP Code: Backport a fix related to aborting repliesMarkus Goetz2009-10-141-1/+4
* QNAM HTTP Code: Always send an Accept-Language headerMarkus Goetz2009-10-011-0/+9
* Only reset the backend pointer after we're done with itJoão Abecasis2009-09-101-4/+6
* Update license headers again.Jason McDonald2009-09-0848-192/+192
* Re-add check for saving to cache, which was removed by accident.Thiago Macieira2009-09-011-0/+1
* QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-014-21/+24
* Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
* Update tech preview license header.Jason McDonald2009-08-3148-624/+624
* Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-3/+2
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-4/+4
* Update license headers.Jason McDonald2009-08-1148-48/+48
* Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-053-0/+8
* QNAM: Clarify docs about when a QNetworkReply can be deletedMarkus Goetz2009-07-242-2/+16
* QHttpNetworkConnection: Clarifying code comment about compressionMarkus Goetz2009-07-211-1/+6
* QNAM: Proper loading of meta data when having AlwaysCache modeMarkus Goetz2009-07-212-0/+24
* Removed outdated information from QNetworkRequest documentationMarkus Goetz2009-07-171-3/+1
* QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
* QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
* QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
* QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
* QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1648-96/+96
* QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
* Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-2/+2
* Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-3/+3
* HTTP authentication: return error if authentication cannot be handledPeter Hartmann2009-05-151-5/+15
* HTTP backend / network cache: only cache responses to GET by defaultPeter Hartmann2009-05-131-12/+30
* Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-132-23/+37
* Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-132-3/+22
* fix parsing cookies in multiple linesPeter Hartmann2009-05-072-17/+17
* QNetworkDiskCache: check if opening file succeedsBenjamin C Meyer2009-05-061-2/+6
* QNetworkCookieJar: do not allow cookies for domains like ".com"Peter Hartmann2009-05-041-0/+7
* QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-301-5/+4
* QNetworkAccessManager: do not segfault when using a network cacheBenjamin C Meyer2009-04-291-1/+2
* Re-send network request properly when the socket is in Closing state.Denis Dzyubenko2009-04-241-0/+8
* Don't remove the cache file if you have successfully added it.Thiago Macieira2009-04-141-1/+2
* Fix compilation if SSL is not enabled.Thiago Macieira2009-04-071-6/+4
* Remove inline keywords, fix compile bugIan Walters2009-04-071-3/+3
* Move QT_BEGIN_NAMESPACE to after the usual Qt header includesRhys Weatherley2009-04-073-8/+8
* De-inlined 2 functions in QHttpNetworkHeaderMarkus Goetz2009-04-061-2/+2
* Splitted qhttpnetworkconnection* files into individual filesMarkus Goetz2009-04-069-1237/+1659
* Fix QNetworkReply's automatic pushing of a cache when the cache isThiago Macieira2009-04-061-17/+27
* Use the standard 'type name = value' variable declaration for PODThiago Macieira2009-04-031-1/+1
* Subject: Mention setProxy() should be called before setHost() in the docAndy Shaw2009-04-011-1/+5
* Fix the parsing of October dates.Benjamin C Meyer2009-03-301-3/+4
* Fix parsing of multiple cookies that are separated by a newlineThiago Macieira2009-03-301-1/+1
* Fix accesses past-the-end of the byte arrayThiago Macieira2009-03-301-2/+3