summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Remove QNetworkReplyNSURLConnectionImpl.Jake Petroules2016-05-264-550/+0
* Fixed variable typeJesus Fernandez2016-05-211-1/+1
* make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
* QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2
* Doc: clarify redirection handling in QNetworkRequestDavid Faure2016-04-101-4/+5
* Note the introductory version of network redirection related enums.Jake Petroules2016-04-092-0/+3
* QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-5/+5
* QNetworkHeaders: fix UB (invalid enum value) in Private::parseAndSetHeader()Marc Mutz2016-03-121-5/+7
* Deduplicate a condition to make clear that several cases ask it.Edward Welbourne2016-03-101-27/+25
* Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-104-4/+4
* Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-092-4/+3
* 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
* 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
* | QNetworkReplyHttpImpl: convert another QDateTime::currentDateTime() to curren...Marc Mutz2016-01-041-1/+1
* | 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
* | QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* | Make UnknownAccessibility not block requestsLorn Potter2015-11-062-2/+3
* | 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
* | 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.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
* | | 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