Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-04 | Fix indentation | Tamas Levai | 1 | -1/+1 | |
Convert tabs to spaces. | |||||
2021-01-04 | Add option to list directories first | Tamas Levai | 1 | -0/+5 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 1 | -0/+26 | |
2020-09-26 | remove default color scheme cli argument | Lukas Stabe | 1 | -14/+0 | |
2020-09-26 | move css out of html into its own route | Lukas Stabe | 1 | -2/+4 | |
2020-09-24 | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 1 | -0/+5 | |
2020-09-24 | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 1 | -0/+5 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 1 | -0/+5 | |
* 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 | Update nanoid to 0.3 | Sven-Hendrik Haase | 1 | -1/+1 | |
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 | 1 | -4/+11 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 1 | -3/+3 | |
2020-03-02 | Added option to disable archives | Damian | 1 | -0/+5 | |
2020-02-03 | add Lucretiel's documentation suggestion | Eli Flanagan | 1 | -1/+4 | |
2019-12-20 | Fixed clippy warnings | Damian | 1 | -2/+2 | |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 1 | -0/+1 | |
2019-09-14 | fix typo | Eli Flanagan | 1 | -1/+1 | |
2019-09-12 | change to path option for configurability | Eli Flanagan | 1 | -4/+4 | |
2019-09-08 | wire up arguments, index.html serving still broken | Eli Flanagan | 1 | -0/+1 | |
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-05-30 | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 1 | -1/+6 | |
2019-05-18 | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | khai96_ | 1 | -1/+1 | |
Fix https://github.com/svenstaro/miniserve/issues/119 | |||||
2019-05-16 | Update unit tests | khai96_ | 1 | -36/+13 | |
2019-05-16 | Make some changes | khai96_ | 1 | -16/+6 | |
2019-05-10 | cargo fmt | boastful-squirrel | 1 | -5/+3 | |
2019-05-06 | Undo changes on args.rs | boastful-squirrel | 1 | -3/+5 | |
2019-05-06 | Undo changes on InvalidHashMethod error | boastful-squirrel | 1 | -1/+1 | |
2019-05-06 | Add example for --auth formatting | khai96_ | 1 | -0/+1 | |
2019-05-05 | Refactoring: Use immutable HashMap | khai96_ | 1 | -13/+12 | |
This should allow compiler to optimize further | |||||
2019-05-05 | Add unit test for where it provides multiple valid auth strings | khai96_ | 1 | -2/+26 | |
2019-05-05 | Begin to support multiple auths | khai96_ | 1 | -9/+21 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 1 | -1/+1 | |
2019-05-02 | Added rustfmt_skip directive on tests | boastful-squirrel | 1 | -4/+2 | |
2019-04-27 | Fixed test + fixed clippy warning | boastful-squirrel | 1 | -1/+1 | |
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 1 | -9/+5 | |
2019-04-26 | Cargo fmt | boastful-squirrel | 1 | -8/+13 | |
2019-04-26 | Use 'if let' | khai96_ | 1 | -3/+4 | |
2019-04-26 | Comply to change requests | khai96_ | 1 | -1/+8 | |
- Added doc comments - Added an additional test case | |||||
2019-04-25 | Use rstest_parametrize for unit tests | khai96_ | 1 | -58/+27 | |
2019-04-24 | Run cargo fmt | khai96_ | 1 | -2/+2 | |
2019-04-24 | Use format! instead of manual string concatenation | khai96_ | 1 | -3/+2 | |
2019-04-23 | Convert hex strings to raw byte vectors and compare them | khai96_ | 1 | -12/+25 | |
2019-04-21 | Rework error system + avoid panics in main() | boastful-squirrel | 1 | -8/+7 | |
2019-04-19 | Update help description for --auth | khai96_ | 1 | -1/+1 | |
2019-04-19 | Add tests for where parse_auth fails | khai96_ | 1 | -0/+27 | |