Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |