summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Use booleans as booleans; don't compare == true to do so !Edward Welbourne2016-03-081-3/+3
| | | * Purge a verbose no-op.Edward Welbourne2016-03-081-4/+0
| | | * Simplified repeated #if-ery and entangled conditionals.Edward Welbourne2016-03-081-9/+7
| | | * Duplicate trivial code for clarity on early return.Edward Welbourne2016-03-081-7/+4
| * | | QHttpNetworkConnection: fix spelling in qWarning()Marc Mutz2016-03-121-1/+1
| |/ /
| * | QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-044-10/+10
| * | QHttpNetworkConnection: fix expensive iteration over QMultiMap::values()Marc Mutz2016-03-041-3/+2
| * | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-033-26/+37
| * | QtNetwork: optimize if-else conditions.Anton Kudryavtsev2016-03-033-12/+10
* | | Add missing "We mean it." warning to qnetworkfile_p.h.Friedemann Kleint2016-03-081-0/+11
* | | QNetworkFile: Fix compile error with MinGW/gcc 5.1.Friedemann Kleint2016-03-081-0/+1
* | | Async open file support in QNetworkAccessManagerJesus Fernandez2016-03-079-89/+301
|/ /
* | QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-241-6/+2
* | QHttpNetworkConnectionPrivate: de-duplicate calls in if-else chainsAnton Kudryavtsev2016-02-151-14/+19
* | Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-141-1/+1
* | QNonContiguousByteDevice: mark atEnd(), size(), pos() methods as const.Anton Kudryavtsev2016-02-081-3/+3
* | QtBase: avoid uses of Java-style iterators [QHash, QMap]Marc Mutz2016-02-021-13/+4
* | QNetworkHeadersPrivate: use erase and std::remove_if with QListAnton Kudryavtsev2016-01-291-7/+8
* | QHttpNetworkHeaderPrivate: use erase and std::remove_if with QListAnton Kudryavtsev2016-01-281-7/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+1
| |\
| | * doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
| | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
* | | QHttpThreadDelegate: use default ctor instead of QSharedPointer(0)Marc Mutz2016-01-171-3/+3
* | | Updated license headersJani Heikkinen2016-01-1568-949/+1357
* | | QHttpNetworkRequestPrivate: perform init by init-list in ctorAnton Kudryavtsev2016-01-141-15/+15
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+1
|\| |
| * | QNetworkReplyHttpImpl: convert another QDateTime::currentDateTime() to curren...Marc Mutz2016-01-041-1/+1
* | | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-2/+2
* | | network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-137-17/+16
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-023-15/+17
|\| |
| * | QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
| * | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-11/+11
| * | Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-6/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-0/+4
|\| |
| * | QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-2/+3
|\| |
| * | Make UnknownAccessibility not block requestsLorn Potter2015-11-062-2/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-044-10/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-2/+3
| |\|
| | * Check if the session is valid before connecting to itAndy Shaw2015-10-271-2/+3
| * | QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-271-2/+2
| * | QNetworkReplyHttpImpl: convert some QDateTime::currentDateTime() to currentDa...Marc Mutz2015-10-271-2/+2
| * | QNetworkAccessCache: convert QDateTime::currentDateTime() to currentDateTimeU...Marc Mutz2015-10-261-3/+3
| * | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* | | Better debug info for the "_q_startOperation was called more than once" warningsAlbert Astals Cid2015-10-282-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1412-32/+151
|\| |
| * | Don't let closed http sockets pass as valid connectionsUlf Hermann2015-10-131-1/+6
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2