summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0212-29/+143
| |\|
| | * Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-262-24/+60
| | * Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-266-3/+45
| | * QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
| | * Fix hang in qnam when disconnectingLorn Potter2015-09-074-0/+34
| | * Fix compilation with QNETWORKACCESSHTTPBACKEND_DEBUG enabledDavid Faure2015-09-041-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-255-46/+78
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-265-46/+78
| |\|
| | * QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-175-45/+68
| | |\
| | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-085-45/+68
* | | | Add some missing libraries for shared library builds on iOS.Jake Petroules2015-08-271-0/+2
|/ / /
* | | QNetworkReplyImpl: remove unused declarationsAlex Trotsenko2015-08-111-2/+0
* | | QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-196-9/+9
* | | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-0/+2
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-8/+19
|\| |
| * | Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19
* | | Mark QNetworkReplyImplPrivate::InternalNotifications as primitiveMarc Mutz2015-07-161-0/+1
* | | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-304-4/+16
* | | Fix inefficient container.values().first()Sérgio Martins2015-06-281-1/+1
* | | network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-271-0/+1
* | | QHttpNetworkHeaderPrivate: use QList<QByteArray>::join()Marc Mutz2015-06-201-10/+2
* | | QSpdyProtocolHandler: don't create QLists of key and value just to iterate overMarc Mutz2015-06-191-12/+7
* | | QtNetwork: fix warnings when compiling with QT_NO_BEARERMANAGEMENTUlf Hermann2015-06-192-3/+2
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-039-46/+114
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-20/+21
| |\|
| | * Fix no bearermanagement buildLorn Potter2015-05-291-20/+21
| * | QFtp: Suppress warning about reading from closed QIODevice.Friedemann Kleint2015-05-231-1/+4
| * | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-086-24/+88
| |\|