summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
* QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
* QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
* SSL: Fix sslConfiguration in encrypted slotAndré Klitzing2014-11-231-0/+1
* Do not force a content-type on POST request with no contentAllan Sandfeld Jensen2014-11-191-1/+1
* Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
* QNetworkDiskCache: Fix QNetworkDiskCache don't handle to set CookieHeader.Jeongmin Kim2014-10-222-4/+5
* Improve iOS https error handling.Morten Johan Sørvig2014-10-221-1/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-014-8/+11
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-294-8/+11
| |\
| | * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
| | * Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-222-7/+0
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-2467-1268/+732
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-233-12/+17
|\|
| * Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+2
| * refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-152-12/+15
* | [Bearer] Try a bit harder to open a network sessionPierre Rossi2014-09-221-1/+7
* | QNetworkDiskCache: fix expiration calculation heuristic with Last-Modified timeDong-Heon Jung2014-09-121-13/+11
* | QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-095-45/+35
* | Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-131-0/+2
* | SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-091-2/+2
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-292-0/+23
|\|
| * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+9
|\|
| * Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-018-28/+57
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-018-28/+57
| |\|
| | * network internals: do not try to cache a deleted entryPeter Hartmann2014-06-242-0/+13
| | * Mac networking: only try system proxy credentials oncePeter Hartmann2014-06-231-4/+9
| | * Mac networking: check system keychain for proxy authPeter Hartmann2014-06-234-22/+24
| | * Fix QT_NO_BEARERMANAGEMENT compile of QHttpThreadDelegate.Steffen Imhof2014-06-102-4/+4
| | * NSURLConnection: Set http response status code.Morten Johan Sørvig2014-06-071-2/+11
* | | QNetworkReply: Fix finish signal is not emittedFabian Bumberger2014-07-011-0/+4
|/ /
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-1/+2
|\|
| * Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-271-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-3/+3
|\|
| * Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+6
|\|
| * Add missing QT_NO_NETWORKPROXY guards around HTTP connect statementsAndrew Knight2014-04-291-0/+6
* | SPDY: use QUrl's logic for determining the correct "Host" headerPeter Hartmann2014-04-291-19/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-112-13/+17
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-112-13/+17
| |\|
| | * QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
| | * network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
* | | QNetworkAccessManager: optimize QNetworkAccessAuthenticationManager allocationMarc Mutz2014-04-111-1/+1
|/ /
* | QNetworkReplyImpl: optimize QRingBuffer allocationMarc Mutz2014-04-101-2/+2
* | Add QNonContiguousByteDeviceFactory::createShared()Marc Mutz2014-04-072-4/+4