aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-27Fixed test + fixed clippy warningboastful-squirrel1-1/+1
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-9/+5
2019-04-26Cargo fmtboastful-squirrel1-8/+13
2019-04-26Use 'if let'khai96_1-3/+4
2019-04-26Comply to change requestskhai96_1-1/+8
- Added doc comments - Added an additional test case
2019-04-25Use rstest_parametrize for unit testskhai96_1-58/+27
2019-04-24Run cargo fmtkhai96_1-2/+2
2019-04-24Use format! instead of manual string concatenationkhai96_1-3/+2
2019-04-23Convert hex strings to raw byte vectors and compare themkhai96_1-12/+25
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-8/+7
2019-04-19Update help description for --authkhai96_1-1/+1
2019-04-19Add tests for where parse_auth failskhai96_1-0/+27
2019-04-19Correct error messagekhai96_1-1/+1
2019-04-19Use '?'khai96_1-6/+12
2019-04-19Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_1-13/+12
2019-04-19Fix parse_auth and add some testskhai96_1-1/+45
2019-04-19Add support for sha-512khai96_1-0/+1
2019-04-19Add support for hashed password (sha256)khai96_1-26/+27
2019-04-15Fix typo in commentboastful-squirrel1-1/+1
2019-04-15Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel1-3/+6
2019-04-13Cargo fmtboasting-squirrel1-2/+10
2019-04-13Fixed auth checkboasting-squirrel1-6/+17
2019-04-07Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel1-1/+1
derives
2019-04-04Fix typos and indentation.Vojtěch Pejša1-3/+3
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša1-0/+10
2019-04-03Added CLI argument to set default themeboasting-squirrel1-0/+16
2019-02-25Removed sorting from CLI + added sorting from HTMLboasting-squirrel1-18/+0
2019-02-16Set number_of_values argument to interfacesboasting-squirrel1-1/+6
2019-02-15Added global_settings to CLIArgs structboasting-squirrel1-1/+4
2019-02-15Added some line breaks so CLIArgs struct is easier to readboasting-squirrel1-0/+8
2019-02-14Switched to structoptboasting-squirrel1-134/+67
2019-02-13Added some docstringsboasting-squirrel1-0/+7
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel1-3/+2
2019-02-12Split project into multiple filesboasting-squirrel1-0/+167