summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document HTTP2Allowed attributeTimur Pocheptsov2016-08-111-0/+8
* QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-2/+2
* QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-4/+6
|\
| * Doc: clarify redirection handling in QNetworkRequestDavid Faure2016-04-101-4/+5
| * Note the introductory version of network redirection related enums.Jake Petroules2016-04-091-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-5/+7
|\|
| * QNetworkHeaders: fix UB (invalid enum value) in Private::parseAndSetHeader()Marc Mutz2016-03-121-5/+7
* | QNetworkHeadersPrivate: use erase and std::remove_if with QListAnton Kudryavtsev2016-01-291-7/+8
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-271-0/+1
* QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-3/+41
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QNetworkRequest: Add new enum to emit all uploadProgress signalsPeter Hartmann2014-10-041-0/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Replace Note: with \note in documentationKurt Pattyn2014-03-131-2/+2
* network: add support for the SPDY protocolPeter Hartmann2014-02-191-0/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-151-1/+2
* Doc: Fix module name formatSze Howe Koh2013-01-251-6/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-12/+0
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-2/+2
* Fix some documentation inconsistency in QtNetwork.Stephen Kelly2012-08-061-20/+20
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-061-0/+8
* Fix compile warnings with MSVCShane Kearns2012-05-231-0/+7
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-1/+1
* Define BackgroundRequestAttributeShane Kearns2012-04-111-0/+8
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-5/+5
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-161-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-1/+1
* QNAM: Add support for more KnownHeadersMarkus Goetz2011-07-081-0/+21
* Doc: Fixed qdoc warnings.David Boddie2011-07-011-10/+15
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* HTTP caching documentation: add some commentsPeter Hartmann2011-05-031-2/+5
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1032