about summary refs log tree commit diff stats
path: root/src/tools/http_download.c
Commit message (Collapse)AuthorAgeFilesLines
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-23/+29
|
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-161-2/+18
|
* Run make format on rebaseWilliam Wennerström2020-11-161-26/+28
|
* Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-161-115/+18
|
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-161-7/+118
| | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it.
* Add http_download toolWilliam Wennerström2020-11-161-0/+223