about summary refs log tree commit diff stats
path: root/src/tools/aesgcm_download.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault when aesgcm url isn't the expected sizeMichael Vetter2021-06-301-0/+1
| | | | | | | | Fixes the bug mentioned in https://github.com/profanity-im/profanity/issues/1478#issuecomment-794161606 The rest of https://github.com/profanity-im/profanity/issues/1478 I can't reproduce. Seems to work fine.
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-2/+0
| | | | | | | _GNU_SOURCE was even in some files where it was not needed at all (http*). Let's replace asprintf() with g_strdup_printf().
* Add tests for format_call_external_argvWilliam Wennerström2020-12-071-2/+2
|
* Fix bad order of parameters for url saveWilliam Wennerström2020-12-071-1/+7
|
* Rework url to filenameWilliam Wennerström2020-12-061-8/+5
|
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-0/+21
|
* Switch to g_strerrorWilliam Wennerström2020-11-161-16/+16
|
* Move common http tool code to http_commonWilliam Wennerström2020-11-161-0/+1
|
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-25/+56
|
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-161-0/+134