about summary refs log tree commit diff stats
path: root/src/tools/http_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-4/+4
|
* Fix duplicate download IDs.IsaacM882023-03-091-2/+2
| | | | | | | | | | Fixes https://github.com/profanity-im/profanity/issues/1794 Explanation The problem is the download's identifier. Downloads are given an ID so they can be referenced later when their progress changes. Currently, the download's ID is the download's URL. When you download the same file twice, you have two downloads with the same ID. Download progress updates are shown on the first of both downloads with the same ID. Solution Change the download's ID from its URL to a random number. A random ID is generated when get_random_string() is called from cmd_funcs.c. Several other functions are updated to cope with the new ID format.
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-2/+0
|
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-2/+2
|
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-161-2/+0
|
* Move common http tool code to http_commonWilliam Wennerström2020-11-161-0/+48