Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade to structopt 0.3 | Sven-Hendrik Haase | 2019-09-03 | 1 | -9/+9 | |
| | ||||||
* | Merge pull request #118 from KSXGitHub/multiple-auths-alt | Sven-Hendrik Haase | 2019-06-03 | 1 | -10/+17 | |
|\ | | | | | Multiple user accounts — Alternate Implementation | |||||
| * | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 2019-05-30 | 1 | -1/+6 | |
| | | ||||||
| * | Merge remote-tracking branch 'mainrepo/master' into multiple-auths-alt | khai96_ | 2019-05-17 | 1 | -5/+5 | |
| |\ | ||||||
| * | | Update unit tests | khai96_ | 2019-05-16 | 1 | -36/+13 | |
| | | | ||||||
| * | | Make some changes | khai96_ | 2019-05-16 | 1 | -16/+6 | |
| | | | ||||||
| * | | Refactoring: Use immutable HashMap | khai96_ | 2019-05-05 | 1 | -13/+12 | |
| | | | | | | | | | | | | This should allow compiler to optimize further | |||||
| * | | Add unit test for where it provides multiple valid auth strings | khai96_ | 2019-05-05 | 1 | -2/+26 | |
| | | | ||||||
| * | | Begin to support multiple auths | khai96_ | 2019-05-05 | 1 | -9/+21 | |
| | | | ||||||
* | | | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | khai96_ | 2019-05-18 | 1 | -1/+1 | |
| |/ |/| | | | | | Fix https://github.com/svenstaro/miniserve/issues/119 | |||||
* | | cargo fmt | boastful-squirrel | 2019-05-10 | 1 | -5/+3 | |
| | | ||||||
* | | Undo changes on args.rs | boastful-squirrel | 2019-05-06 | 1 | -3/+5 | |
| | | ||||||
* | | Undo changes on InvalidHashMethod error | boastful-squirrel | 2019-05-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-06 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Add example for --auth formatting | khai96_ | 2019-05-06 | 1 | -0/+1 | |
| |/ | ||||||
* | | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Added rustfmt_skip directive on tests | boastful-squirrel | 2019-05-02 | 1 | -4/+2 | |
| | | ||||||
* | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-04-27 | 1 | -13/+5 | |
|\| | ||||||
| * | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 1 | -9/+5 | |
| | | ||||||
* | | Fixed test + fixed clippy warning | boastful-squirrel | 2019-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | Cargo fmt | boastful-squirrel | 2019-04-26 | 1 | -8/+13 | |
|/ | ||||||
* | Use 'if let' | khai96_ | 2019-04-26 | 1 | -3/+4 | |
| | ||||||
* | Comply to change requests | khai96_ | 2019-04-26 | 1 | -1/+8 | |
| | | | | | - Added doc comments - Added an additional test case | |||||
* | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-26 | 1 | -11/+19 | |
|\ | ||||||
| * | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 1 | -8/+7 | |
| | | ||||||
* | | Use rstest_parametrize for unit tests | khai96_ | 2019-04-25 | 1 | -58/+27 | |
| | | ||||||
* | | Run cargo fmt | khai96_ | 2019-04-24 | 1 | -2/+2 | |
| | | ||||||
* | | Use format! instead of manual string concatenation | khai96_ | 2019-04-24 | 1 | -3/+2 | |
| | | ||||||
* | | Convert hex strings to raw byte vectors and compare them | khai96_ | 2019-04-23 | 1 | -12/+25 | |
| | | ||||||
* | | Update help description for --auth | khai96_ | 2019-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Add tests for where parse_auth fails | khai96_ | 2019-04-19 | 1 | -0/+27 | |
| | | ||||||
* | | Correct error message | khai96_ | 2019-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branches 'pullrequest.hashed-password.alt0' and ↵ | khai96_ | 2019-04-19 | 1 | -6/+12 | |
|\ \ | | | | | | | | | | 'pullrequest.hashed-password.alt1' into pullrequest.hashed-password | |||||
| * | | Use '?' | khai96_ | 2019-04-19 | 1 | -6/+12 | |
| | | | ||||||
* | | | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948 | khai96_ | 2019-04-19 | 1 | -13/+12 | |
|/ / | ||||||
* | | Fix parse_auth and add some tests | khai96_ | 2019-04-19 | 1 | -1/+45 | |
| | | ||||||
* | | Add support for sha-512 | khai96_ | 2019-04-19 | 1 | -0/+1 | |
| | | ||||||
* | | Add support for hashed password (sha256) | khai96_ | 2019-04-19 | 1 | -26/+27 | |
|/ | ||||||
* | Fix typo in comment | boastful-squirrel | 2019-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix parse_auth to make it RFC-compliant + updated comments | boastful-squirrel | 2019-04-15 | 1 | -3/+6 | |
| | ||||||
* | Cargo fmt | boasting-squirrel | 2019-04-13 | 1 | -2/+10 | |
| | ||||||
* | Fixed auth check | boasting-squirrel | 2019-04-13 | 1 | -6/+17 | |
| | ||||||
* | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 2019-04-07 | 1 | -1/+1 | |
| | | | | derives | |||||
* | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 1 | -0/+10 | |
|\ | ||||||
| * | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 1 | -3/+3 | |
| | | ||||||
| * | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+10 | |
| | | ||||||
* | | Added CLI argument to set default theme | boasting-squirrel | 2019-04-03 | 1 | -0/+16 | |
|/ | ||||||
* | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 1 | -18/+0 | |
| | ||||||
* | Set number_of_values argument to interfaces | boasting-squirrel | 2019-02-16 | 1 | -1/+6 | |
| | ||||||
* | Added global_settings to CLIArgs struct | boasting-squirrel | 2019-02-15 | 1 | -1/+4 | |
| |