Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpv: respect slang var | sinanmohd | 2024-03-04 | 1 | -0/+202 |
| | |||||
* | lib/util: clean up | sinanmohd | 2023-12-12 | 1 | -34/+34 |
| | |||||
* | treewide: / -> . | sinanmohd | 2023-12-12 | 2 | -2/+2 |
| | |||||
* | server/opensubtitles/search_ohash: use the new fuzzy search algorithm | sinanmohd | 2023-10-08 | 1 | -8/+14 |
| | |||||
* | server/opensubtitles: init search_filesize | sinanmohd | 2023-10-08 | 2 | -0/+243 |
| | |||||
* | lib/util: init file_exists | sinanmohd | 2023-10-07 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | repo: os.execute/io.popen -> util.run | sinanmohd | 2023-10-02 | 1 | -41/+41 |
| | |||||
* | 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/util/run: more error checking | sinanmohd | 2023-10-02 | 1 | -3/+5 |
| | |||||
* | lib/util: init array_merge | sinanmohd | 2023-10-02 | 1 | -0/+16 |
| | |||||
* | lib/uril/table_merge: dont modify arg table | sinanmohd | 2023-10-02 | 1 | -2/+6 |
| | |||||
* | lib/util: init run | sinanmohd | 2023-10-02 | 1 | -0/+35 |
| | |||||
* | 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/util: string_rm_vid_ext -> string_vid_path_to_name | sinanmohd | 2023-10-01 | 1 | -2/+3 |
| | |||||
* | lib/util: init opensubtitle_hash | sinanmohd | 2023-10-01 | 1 | -0/+50 |
| | |||||
* | util: init error logging | sinanmohd | 2023-10-01 | 1 | -0/+10 |
| | |||||
* | mpv: init | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-09-30 | 1 | -2/+2 |
| | |||||
* | repo: init | sinanmohd | 2023-09-30 | 2 | -0/+111 |