Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-21 | Remove unrelevant comments | equal-l2 | 2 | -17/+0 | |
2020-07-21 | Use actix-web-httpauth for authentication middleware | equal-l2 | 3 | -129/+35 | |
2020-07-21 | Update to actix 2 and futures 0.3 | equal-l2 | 6 | -228/+283 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 2 | -10/+7 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 4 | -57/+111 | |
* Add generate QR code * Add --qrcode option | |||||
2020-06-28 | Bind to random port when port 0 specified | Isaac Parker | 1 | -1/+7 | |
2020-06-26 | Make clippy and cargo fmt happy | Sven-Hendrik Haase | 3 | -42/+55 | |
2020-06-26 | Update nanoid to 0.3 | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-06-26 | Update sha2 to 0.9 | Sven-Hendrik Haase | 1 | -2/+2 | |
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 | |
It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently. | |||||
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 | |
Also add a non-compressed tar option |