Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-14 | Fix arg formatting | Sven-Hendrik Haase | 1 | -1/+2 |
2020-05-10 | rename variables correctly | marawan ragab | 1 | -6/+6 |
2020-05-10 | make sure archiving is opt-in | marawan ragab | 5 | -16/+42 |
2020-05-08 | small improvment to buffer usage | marawan ragab | 1 | -13/+6 |
2020-05-03 | Add zip download functionality for windows users | marawan ragab | 1 | -0/+151 |
2020-03-11 | Format everything | Sven-Hendrik Haase | 4 | -21/+23 |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 3 | -13/+13 |
2020-03-02 | Ignore clippy warning | Damian | 2 | -2/+2 |
2020-03-02 | Added option to disable archives | Damian | 4 | -3/+37 |
2020-02-03 | add Lucretiel's documentation suggestion | Eli Flanagan | 2 | -2/+8 |
2019-12-20 | Fixed clippy warnings | Damian | 2 | -3/+3 |
2019-11-22 | Compare paths instead of strings | boastful-squirrel | 1 | -1/+1 |
2019-11-21 | added missing head tag | boastful-squirrel | 1 | -44/+46 |
2019-11-21 | Fix html elements order | boastful-squirrel | 1 | -1/+1 |
2019-09-30 | Make clippy happy | Sven-Hendrik Haase | 1 | -3/+5 |
2019-09-27 | Improve logging behavior | Sven-Hendrik Haase | 1 | -4/+12 |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2 | -20/+13 |
2019-09-21 | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 1 | -1/+1 |
2019-09-14 | fix typo | Eli Flanagan | 2 | -2/+2 |
2019-09-13 | warn user if provided index file is not found | Eli Flanagan | 1 | -0/+8 |
2019-09-12 | change to path option for configurability | Eli Flanagan | 2 | -8/+8 |
2019-09-09 | use actix-web method for static index | Eli Flanagan | 1 | -4/+2 |
2019-09-08 | wire up arguments, index.html serving still broken | Eli Flanagan | 2 | -0/+12 |
2019-09-06 | add a default index serving option | Eli Flanagan | 1 | -0/+4 |
2019-09-03 | Upgrade to structopt 0.3 | Sven-Hendrik Haase | 1 | -9/+9 |
2019-08-16 | Fix Clippy warning | boastful-squirrel | 1 | -0/+1 |
2019-08-16 | Fix indentation | boastful-squirrel | 1 | -1/+1 |
2019-08-16 | Cleanup | boastful-squirrel | 1 | -2/+1 |
2019-08-16 | Do not 'back to listing' link when random route is set | boastful-squirrel | 2 | -8/+12 |
2019-08-16 | Fix HTML | boastful-squirrel | 1 | -101/+104 |
2019-07-25 | Upgrade percent-encoding to 2.0 | Sven-Hendrik Haase | 1 | -2/+4 |
2019-07-24 | Fix tests | Sven-Hendrik Haase | 2 | -28/+20 |
2019-07-08 | remove page_parent | wyhaya | 1 | -1/+0 |
2019-07-08 | fix parent directory | wyhaya | 2 | -30/+44 |
2019-07-08 | add space | wyhaya | 1 | -1/+1 |
2019-07-04 | accomplish #142 | wyhaya | 1 | -3/+43 |
2019-06-24 | Update simplelog to 0.6 | Sven-Hendrik Haase | 1 | -3/+3 |
2019-06-24 | Precise `tar_dir` behaviour | Alexandre Bury | 1 | -1/+20 |
2019-06-24 | Add module documentation on src/pipe.r | Alexandre Bury | 1 | -0/+1 |
2019-06-24 | Add doc and comments | Alexandre Bury | 3 | -25/+55 |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 4 | -104/+151 |
2019-06-09 | Add dyns | Sven-Hendrik Haase | 1 | -2/+2 |
2019-05-31 | refactor code | mahdi | 3 | -235/+236 |
2019-05-30 | Apply WWW_AUTHENTICATE to all Unauthorized branches | khai96_ | 1 | -11/+0 |
2019-05-30 | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 1 | -1/+6 |
2019-05-24 | Improve doc comment | khai96_ | 1 | -1/+1 |
2019-05-18 | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | khai96_ | 1 | -1/+1 |
2019-05-18 | Add unit test for multiple accounts | khai96_ | 1 | -1/+74 |
2019-05-17 | Fix Clippy | khai96_ | 1 | -5/+5 |
2019-05-16 | Update unit tests | khai96_ | 2 | -54/+30 |