Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/curl: retire retries | sinanmohd | 2024-03-04 | 1 | -13/+6 |
| | | | | it was mainly used for subscene, which is also retired | ||||
* | treewide: / -> . | sinanmohd | 2023-12-12 | 1 | -1/+1 |
| | |||||
* | lib/curl: move retry logic to curl from server | sinanmohd | 2023-10-04 | 1 | -15/+16 |
| | |||||
* | repo: refactor error logging | sinanmohd | 2023-10-02 | 1 | -5/+10 |
| | |||||
* | lib/curl: curl.zip_to_local_file -> zip_link_to_file | sinanmohd | 2023-10-02 | 1 | -2/+2 |
| | |||||
* | lib/curl: preserve nil value of hcode | sinanmohd | 2023-10-02 | 1 | -1/+4 |
| | | | | | | hcode is nil because curl was't able to fulfill the http request, either because curl package is broken or mpv killed it prematurely. we can exit out of retry loop early if hcode is nil since there's no point in retrying | ||||
* | lib/curl: scode -> hcode | sinanmohd | 2023-10-02 | 1 | -3/+3 |
| | |||||
* | lib/curl: io.popen -> util.run | sinanmohd | 2023-10-02 | 1 | -14/+22 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-10-01 | 1 | -2/+2 |
| | |||||
* | curl: sub_fetch -> curl.zip_to_local_file | sinanmohd | 2023-10-01 | 1 | -0/+20 |
| | |||||
* | server: init opensubtitles | sinanmohd | 2023-10-01 | 1 | -2/+2 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-09-30 | 1 | -2/+2 |
| | |||||
* | repo: init | sinanmohd | 2023-09-30 | 1 | -0/+39 |