summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-258-20/+40
| |\|
| | * QLocalSocket/Win: Fix access to deleted pipeWriterAleksei Timofeyev2017-01-231-4/+2
| | * QSslDiffieHellmanParameters: simplify defaultParameters() constructionMikkel Krautz2017-01-181-9/+9
| | * QHostAddress: add missing docsMarc Mutz2017-01-151-0/+14
| | * QtNetwork: fix GCC 7 warningsMarc Mutz2017-01-142-2/+8
| | * configure: make library sources fail more verboselyOswald Buddenhagen2016-12-301-0/+1
| | * Fix typo in documentationAndré Klitzing2016-12-271-1/+1
| | * Make the bearer QFactoryLoader a member variable, not a staticThiago Macieira2016-12-172-4/+5
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-1/+1
* | | Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-243-1/+252
* | | Refactor HSTS cache implementationTimur Pocheptsov2017-01-247-154/+457
* | | Add debug stream operator for QNetworkProxyQueryLars Schmertmann2017-01-242-4/+19
|/ /
* | Fix uninitialized memberJesus Fernandez2017-01-231-2/+1
* | Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-208-3/+802
* | QHostAddress: make it implictly sharedGiuseppe D'Angelo2017-01-192-43/+29
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-197-6/+48
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-2/+0
* | HTTP/2 - fix SETTINGS frame validationTimur Pocheptsov2017-01-171-1/+1
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-179-32/+147
* | Network (HTTPS): prevent recursion among ->close() methodsEdward Welbourne2017-01-171-21/+23
* | Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-163-4/+26
* | qhttp2protocolhandler - handle proxies correctlyTimur Pocheptsov2017-01-111-3/+12
* | HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-112-12/+26
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-063-4/+2
* | doc: removed illegal qdoc commentsMartin Smith2017-01-041-2/+2
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-021-1/+2
* | Set the error for HTTP code 403 to be a ContentAccessDenied errorAndy Shaw2016-12-202-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-165-192/+314
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-165-192/+314
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-0/+1
| | |\
| | | * ~QHttpNetworkConnectionPrivate - disconnect from socket's signalsTimur Pocheptsov2016-12-061-0/+1
| | * | QHostAddress: fix assignment operatorsMarc Mutz2016-12-072-0/+33
| | * | winrt: Change the way tcp packets are handledOliver Wolff2016-12-062-192/+280
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1315-73/+146
|\| | |
| * | | Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
| * | | Add missing override into Qt modulesAlexander Volkov2016-12-013-11/+11
| * | | Tweak wording of QNetworkProxy doc for SOCKS5Edward Welbourne2016-11-291-1/+3
| |/ /
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
| | |\
| | | * _q_networkSessionClosed - disconnect the correct objectTimur Pocheptsov2016-11-231-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-241-9/+7
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-9/+7
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-6/+5
| | | |\|
| | | | * qnativesocketengine_winrt - do not shadow a variableTimur Pocheptsov2016-11-221-6/+5
| * | | | Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-0/+2
| |/ / /
| * | | Remove last traces of MeeGoLars Knoll2016-11-231-1/+1
| * | | winrt: Add support for Windows Information ProtectionMaurice Kalinowski2016-11-232-5/+76
| * | | Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-226-43/+43
* | | | qnativesocketengine_win.cpp: Fix comparison of OS versionFriedemann Kleint2016-12-091-10/+3