Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-09-05 | Rewrite `contains_symlink` | cyqsimon | 2 | -29/+41 |
2023-08-21 | Fix MIPS compile | Sven-Hendrik Haase | 1 | -3/+2 |
2023-08-21 | Fix arg help formatting | Sven-Hendrik Haase | 1 | -4/+9 |
2023-08-07 | Adjust from feedback | Norberto Lopes | 1 | -1/+6 |
2023-08-06 | Add pretty urls | Norberto Lopes | 3 | -1/+39 |
2023-08-03 | Add file content example to `--auth-file` argument | proudmuslim-dev | 1 | -1/+5 |
2023-08-03 | Update src/args.rs | proudmuslim-dev | 1 | -1/+1 |
2023-08-02 | use a char instead of string literal | Dashon Wells | 1 | -1/+1 |
2023-08-02 | Run cargo fmt to fix formatting | Dashon Wells | 1 | -2/+3 |
2023-08-02 | Encode single quote in directory path name | Dashon Wells | 1 | -1/+2 |
2023-07-26 | Fix error page wrapping | Bao Trinh | 1 | -2/+10 |
2023-07-26 | Consolidate javascript and add comments | Bao Trinh | 1 | -35/+29 |
2023-07-21 | Add ability to read auth from file | Proudmuslim | 2 | -3/+19 |
2023-07-21 | use grass include macro; remove build.rs | Bao Trinh | 2 | -5/+5 |
2023-07-20 | remove commented code | Bao Trinh | 1 | -2/+0 |
2023-07-12 | Separate color schemes into separate files | Bao Trinh | 2 | -3/+29 |
2023-07-11 | simplify theme selection using data attributes | Bao Trinh | 1 | -13/+12 |
2023-07-10 | Make file util functions generic | cyqsimon | 1 | -4/+4 |
2023-07-10 | Create shared file utiity module | cyqsimon | 4 | -86/+88 |
2023-07-05 | Fix ANSI color codes are printed when not a tty | Sven-Hendrik Haase | 1 | -12/+14 |
2023-07-05 | Allow parameters to be provided via env vars | Sven-Hendrik Haase | 1 | -32/+78 |
2023-07-02 | Remove atty dep | Sven-Hendrik Haase | 1 | -4/+4 |
2023-04-20 | Switch from deprecated get_if_addrs to if-addrs | Sven-Hendrik Haase | 1 | -1/+1 |
2023-04-16 | Add EC key support (closes #1080) | Sven-Hendrik Haase | 1 | -1/+3 |
2023-03-01 | Split up wget tests | Sven-Hendrik Haase | 1 | -23/+35 |
2023-02-25 | Added tests and small fixes | Silux | 1 | -5/+68 |
2023-02-22 | Switched from using AsRef<str> to using &Uri | Silux | 2 | -16/+17 |
2023-02-22 | Make the wget footer click to copy | Silux | 1 | -1/+5 |
2023-02-22 | Cleaned up thewget_footer function and generated command | Silux | 1 | -18/+14 |
2023-02-21 | Fix the wget footer | Silux | 1 | -7/+11 |
2023-01-22 | Bump more deps | Sven-Hendrik Haase | 1 | -1/+1 |
2022-12-31 | Fix more lints | Sven-Hendrik Haase | 1 | -1/+1 |
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 2 | -33/+31 |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 6 | -27/+27 |
2022-12-06 | [fix] Sorting breaks subdir downloading | Vamist | 1 | -1/+1 |
2022-11-11 | Bump deps | Sven-Hendrik Haase | 1 | -1/+5 |
2022-11-11 | Fix clap 4 behavior when allowing duplicate args | Sven-Hendrik Haase | 1 | -12/+3 |
2022-11-10 | Refactoring | IvkinStanislav | 1 | -4/+2 |
2022-11-10 | Update datetime format | IvkinStanislav | 1 | -1/+1 |
2022-10-23 | Change DateTime format | s.ivkin | 1 | -11/+6 |
2022-10-14 | Golf a use line | Sven-Hendrik Haase | 1 | -2/+1 |
2022-10-14 | Fix clap deprecations | Sven-Hendrik Haase | 1 | -36/+35 |
2022-10-12 | Upgrade clap to v4 | Sven-Hendrik Haase | 6 | -41/+43 |
2022-09-26 | Bump deps | Sven-Hendrik Haase | 1 | -2/+2 |
2022-09-20 | Tidy up some imports | Sven-Hendrik Haase | 9 | -25/+24 |
2022-09-19 | Add support for README.txt and README files | Gaurav-Lab-PC | 1 | -5/+12 |
2022-09-19 | Fix `fast_qr` API breaking change | cyqsimon | 1 | -1/+1 |
2022-09-19 | Return 403 instead of 500 for upload errs | Jonas Diemer | 2 | -3/+7 |
2022-09-19 | Fixed clippy issue (single-char string to char) | Jonas Diemer | 1 | -1/+1 |
2022-09-19 | Changed handling of allowed path to fix Windows | Jonas Diemer | 2 | -3/+9 |