summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* ftp backend: Dynamically resolving resource path with URL prefixRyan Chu2018-02-192-6/+60
* Fix configure.json (OpenSSL 1.1 on Windows)Timur Pocheptsov2018-02-161-0/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-157-7/+20
|\
| * Fix configure.json for opensslv11 featureTimur Pocheptsov2018-02-031-5/+6
| * MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-243-2/+4
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-243-2/+4
| | |\
| * | | QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-245-1/+13
| |/ /
* | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-2/+4
|\ \ \ | | |/ | |/|
| * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-203-2/+4
* | | Fix typosJarek Kobus2018-02-131-2/+2
* | | Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-2610-0/+170
* | | Correct since value of QNetworkRequest::Http2DirectAttributeAllan Sandfeld Jensen2018-01-241-1/+1
* | | doc: Add more missing return types to \fn commandsMartin Smith2018-01-245-13/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+2
|\ \ \ | | |/ | |/|
| * | QNativeSocketEngine: fix typo in warning messageAlex Trotsenko2018-01-201-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\|
| | * Add overrideAlbert Astals Cid2018-01-101-1/+1
* | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-201-1/+1
* | | doc: Remove qdoc marker from inside #if 0 blockMartin Smith2018-01-181-4/+4
* | | doc: Add missing class qualifier in \fn commandMartin Smith2018-01-121-1/+1
* | | doc: Add template clauses in qhostinfo.cppMartin Smith2018-01-122-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-2/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-2/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-2/+10
| | |\|
| | | * QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+10
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0216-32/+92
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-309-28/+48
| |\|
| | * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| | * winrt: Register ssl socket upgrade callback in Xaml threadOliver Wolff2017-12-201-2/+6
| | * fix namespaced buildOswald Buddenhagen2017-12-143-6/+6
| | * Fix/workaround a quirk in SecureTransportTimur Pocheptsov2017-12-141-5/+10
| | * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
| | * configure: make *_LIBS_{DEBUG|RELEASE} always workOswald Buddenhagen2017-11-301-8/+0
| | * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
| * | tst_QUdpSocket: always use an interface when binding to IPv6Thiago Macieira2017-12-292-1/+35
| * | bearermanagment: fix build for --no-feature-bearermanagementLorn Potter2017-12-191-2/+1
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-0/+2
| |\ \
| | * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+2
| * | | QAbstractSocket: clear error code to match the error descriptionAlex Trotsenko2017-12-062-0/+5
| * | | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-1/+1
* | | | QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* | | | Fix signed/unsigned comparisonTimur Pocheptsov2017-12-211-1/+1
* | | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-062-3/+10
* | | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-062-4/+18
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-303-25/+21
|\| | |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-282-12/+10
| |\ \ \ | | | |/ | | |/|
| | * | QUdpSocket: Work around WSARecvMsg quirk relating to no control blockThiago Macieira2017-11-251-4/+2
| | * | Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8