about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_download.c
Commit message (Collapse)AuthorAgeFilesLines
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-0/+9
|
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-161-5/+0
|
* Add stubsWilliam Wennerström2020-11-161-2/+0
|
* Run make format on rebaseWilliam Wennerström2020-11-161-11/+11
|
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-161-0/+28
The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it.