Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to g_strerror | William Wennerström | 2020-11-16 | 1 | -7/+3 |
| | |||||
* | Move common http tool code to http_common | William Wennerström | 2020-11-16 | 1 | -47/+5 |
| | |||||
* | Add I/O error handling and use filenames instead of file descriptors | William Wennerström | 2020-11-16 | 1 | -23/+29 |
| | |||||
* | Refactor OMEMO download into AESGCMDownload tool | William Wennerström | 2020-11-16 | 1 | -2/+18 |
| | |||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -26/+28 |
| | |||||
* | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 1 | -115/+18 |
| | |||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 1 | -7/+118 |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
* | Add http_download tool | William Wennerström | 2020-11-16 | 1 | -0/+223 |