| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplicate download IDs. | IsaacM88 | 2023-03-09 | 1 | -7/+8 |
* | Spawn external programs asynchronously | Marouane L | 2022-10-12 | 1 | -1/+1 |
* | Tell user where the downloaded file is stored | Steffen Jaeckel | 2022-09-07 | 1 | -2/+2 |
* | Fix a segfault when uploading or downloading files | Maxi Wuttke | 2022-04-02 | 1 | -1/+1 |
* | apply `tls.policy` to cURL calls | Steffen Jaeckel | 2022-03-22 | 1 | -0/+7 |
* | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+6 |
* | Get rid of asprintf and _GNU_SOURCE define | Michael Vetter | 2021-03-30 | 1 | -2/+0 |
* | Fix deadlock on error before HTTP download has begun | William Wennerström | 2020-12-10 | 1 | -4/+6 |
* | Remove cmd_tiny, empty files and link nonce with IV | William Wennerström | 2020-12-07 | 1 | -2/+2 |
* | Rework url to filename | William Wennerström | 2020-12-06 | 1 | -0/+1 |
* | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 1 | -0/+20 |
* | 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 |
* | Add http_download tool | William Wennerström | 2020-11-16 | 1 | -0/+223 |