aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-11Format everythingSven-Hendrik Haase1-2/+2
2020-03-09Fix deprecated stuffSven-Hendrik Haase1-3/+3
2020-03-02Added option to disable archivesDamian1-0/+5
2020-02-03add Lucretiel's documentation suggestionEli Flanagan1-1/+4
2019-12-20Fixed clippy warningsDamian1-2/+2
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase1-0/+1
2019-09-14fix typoEli Flanagan1-1/+1
2019-09-12change to path option for configurabilityEli Flanagan1-4/+4
2019-09-08wire up arguments, index.html serving still brokenEli Flanagan1-0/+1
2019-09-06add a default index serving optionEli Flanagan1-0/+4
2019-09-03Upgrade to structopt 0.3Sven-Hendrik Haase1-9/+9
2019-05-30Fix regression where path cannot be placed after '--auth <auth>'khai96_1-1/+6
2019-05-18Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_1-1/+1
2019-05-16Update unit testskhai96_1-36/+13
2019-05-16Make some changeskhai96_1-16/+6
2019-05-10cargo fmtboastful-squirrel1-5/+3
2019-05-06Undo changes on args.rsboastful-squirrel1-3/+5
2019-05-06Undo changes on InvalidHashMethod errorboastful-squirrel1-1/+1
2019-05-06Add example for --auth formattingkhai96_1-0/+1
2019-05-05Refactoring: Use immutable HashMapkhai96_1-13/+12
2019-05-05Add unit test for where it provides multiple valid auth stringskhai96_1-2/+26
2019-05-05Begin to support multiple authskhai96_1-9/+21
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-1/+1
2019-05-02Added rustfmt_skip directive on testsboastful-squirrel1-4/+2
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
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 d...boasting-squirrel1-1/+1
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