Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [qt] Fix usage of QNetworkReply after deletion | Mikhail Pozdnyakov | 2019-12-17 | 1 | -1/+2 |
| | |||||
* | [Qt] Use system defaults CA | Thiago Marcos P. Santos | 2017-01-19 | 1 | -2/+0 |
| | | | | The CA certificate we are bundling will expire in Aug/2018. | ||||
* | [Qt] Connect to finished() and error() signals from QNetworkReply | Bruno de Oliveira Abinader | 2016-09-28 | 1 | -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 headers | Bruno de Oliveira Abinader | 2016-07-11 | 1 | -4/+4 |
| | |||||
* | [Qt] Introduce the Qt HTTPRequest and HTTPFileSource | Thiago Marcos P. Santos | 2016-04-20 | 1 | -0/+39 |