Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | Added some line breaks so CLIArgs struct is easier to read | boasting-squirrel | 2019-02-15 | 1 | -0/+8 | |
| | ||||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 1 | -134/+67 | |
| | ||||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -0/+7 | |
| | ||||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -3/+2 | |
| | ||||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -0/+167 | |