| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(cargo): add lock-fileHEADmaster | Fuwn | 2024-08-31 | 2 | -2/+1507 |
| | | |||||
| * | fix it_gets_page_content test | Mariot Tsitoara | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | remove 6th keyword | Mariot Tsitoara | 2022-08-22 | 2 | -1/+2 |
| | | |||||
| * | Merge pull request #16 from lmburns/4plebsv0.3.0 | Mariot Tsitoara | 2022-08-22 | 5 | -199/+447 |
| |\ | | | | | Support for 4plebs | ||||
| | * | add(4plebs): Support for 4plebs is now added | Lucas Burns | 2022-08-20 | 3 | -37/+144 |
| | | | | | | | | | | | * Refactor: get_thread_infos => get_thread_info * Remove: --preserve-filenames until support is added | ||||
| | * | add(flag): added a verbosity flag that will display debugging messages | Lucas Burns | 2022-08-19 | 1 | -2/+52 |
| | | | |||||
| | * | refactor(clap): Move from YAML to a builder | Lucas Burns | 2022-08-19 | 4 | -178/+269 |
| |/ | | | | | | * Used `rustfmt` on the project * Removed `lazy_static` in favor of `once_cell` (less dependencies) * Added `anyhow` for easier error handling | ||||
| * | use correct markdown tags | Mariot Tsitoara | 2022-03-28 | 1 | -5/+5 |
| | | |||||
| * | Create release.ymlv0.2.1 | Mariot Tsitoara | 2021-12-10 | 1 | -0/+28 |
| | | |||||
| * | Create rust.yml | Mariot Tsitoara | 2021-12-10 | 1 | -0/+22 |
| | | |||||
| * | Remove useless slashes | Mariot Tsitoara | 2021-03-07 | 2 | -2/+2 |
| | | |||||
| * | Use concurrent downloadsv0.2.0 | Mariot Tsitoara | 2021-01-06 | 5 | -91/+141 |
| | | |||||
| * | Limit runtime for reloading | Mariot Tsitoara | 2021-01-04 | 4 | -22/+29 |
| | | |||||
| * | Add new options to README | Mariot Tsitoara | 2021-01-03 | 1 | -3/+6 |
| | | |||||
| * | Use bytes instead of text for image saving | Mariot Tsitoara | 2021-01-03 | 3 | -5/+5 |
| | | |||||
| * | Add reload and sleep actions | Mariot Tsitoara | 2021-01-03 | 3 | -23/+67 |
| | | |||||
| * | Add log actions to lin and bin | Mariot Tsitoara | 2021-01-02 | 3 | -6/+40 |
| | | |||||
| * | Fix error result in let call | Mariot Tsitoara | 2021-01-02 | 1 | -4/+5 |
| | | |||||
| * | Fix main return type | Mariot Tsitoara | 2021-01-02 | 1 | -25/+29 |
| | | |||||
| * | Use reqwest blocking client | Mariot Tsitoara | 2021-01-02 | 4 | -22/+28 |
| | | |||||
| * | Add lib examples to README | Mariot Tsitoara | 2021-01-02 | 3 | -2/+64 |
| | | |||||
| * | Bump version | Mariot Tsitoara | 2021-01-02 | 2 | -2/+2 |
| | | |||||
| * | Add tests to lib | Mariot Tsitoara | 2021-01-02 | 1 | -6/+58 |
| | | |||||
| * | Bump version | Mariot Tsitoara | 2021-01-02 | 2 | -2/+2 |
| | | |||||
| * | Move calculations from lib to bin | Mariot Tsitoara | 2021-01-02 | 3 | -72/+138 |
| | | |||||
| * | Separate tool into lib and bin | Mariot Tsitoara | 2021-01-02 | 4 | -19/+37 |
| | | |||||
| * | Upgrade reqwest version | Mariot Tsitoara | 2021-01-02 | 2 | -42/+38 |
| | | |||||
| * | Upgrade dependencies | Mariot Tsitoara | 2021-01-02 | 1 | -5/+5 |
| | | |||||
| * | Update cli version code and author info | Mariot Tsitoara | 2021-01-02 | 1 | -2/+2 |
| | | |||||
| * | Remove unused tempdir calls | Mariot Tsitoara | 2021-01-02 | 2 | -8/+1 |
| | | |||||
| * | Remove unnecessary parentheses | Mariot Tsitoara | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #7 from mariot/progress-bar | Mariot Tsitoara | 2019-07-27 | 2 | -12/+29 |
| |\ | | | | | Add indicatif progress bar | ||||
| | * | Add indicatif progress bar | Mariot Tsitoara | 2019-07-27 | 2 | -12/+29 |
| |/ | | | | Remove println logs | ||||
| * | Merge pull request #6 from Atul9/cargo-fmt | Mariot Tsitoara | 2019-07-12 | 1 | -6/+13 |
| |\ | | | | | Format code using 'cargo fmt' | ||||
| | * | Format code using 'cargo fmt' | Atul Bhosale | 2019-07-11 | 1 | -6/+13 |
| |/ | |||||
| * | Change package name to chan-downloader | Mariot Tsitoara | 2019-07-08 | 3 | -7/+7 |
| | | |||||
| * | initial commit | Mariot Tsitoara | 2019-07-08 | 6 | -0/+162 |