summaryrefslogtreecommitdiff
path: root/platform/qt/src/http_file_source.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [qt] Fix usage of QNetworkReply after deletionMikhail Pozdnyakov2019-12-171-1/+2
|
* [Qt] Use system defaults CAThiago Marcos P. Santos2017-01-191-2/+0
| | | | The CA certificate we are bundling will expire in Aug/2018.
* [Qt] Connect to finished() and error() signals from QNetworkReplyBruno de Oliveira Abinader2016-09-281-1/+1
| | | | | | | Qt macOS network manage implementation differs from linux in a sense that some requests do not generate a finished() signal, but a error() instead - that is not caught up by the network access manager. This made QMapboxGL.styleURL utest hang for macOS.
* [Qt] Janitor private headersBruno de Oliveira Abinader2016-07-111-4/+4
|
* [Qt] Introduce the Qt HTTPRequest and HTTPFileSourceThiago Marcos P. Santos2016-04-201-0/+39