aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to structopt 0.3Sven-Hendrik Haase2019-09-031-9/+9
|
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-031-10/+17
|\ | | | | Multiple user accounts — Alternate Implementation
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-301-1/+6
| |
| * Merge remote-tracking branch 'mainrepo/master' into multiple-auths-altkhai96_2019-05-171-5/+5
| |\
| * | Update unit testskhai96_2019-05-161-36/+13
| | |
| * | Make some changeskhai96_2019-05-161-16/+6
| | |
| * | Refactoring: Use immutable HashMapkhai96_2019-05-051-13/+12
| | | | | | | | | | | | This should allow compiler to optimize further
| * | Add unit test for where it provides multiple valid auth stringskhai96_2019-05-051-2/+26
| | |
| * | Begin to support multiple authskhai96_2019-05-051-9/+21
| | |
* | | Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_2019-05-181-1/+1
| |/ |/| | | | | Fix https://github.com/svenstaro/miniserve/issues/119
* | cargo fmtboastful-squirrel2019-05-101-5/+3
| |
* | Undo changes on args.rsboastful-squirrel2019-05-061-3/+5
| |
* | Undo changes on InvalidHashMethod errorboastful-squirrel2019-05-061-1/+1
| |
* | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-061-0/+1
|\ \
| * | Add example for --auth formattingkhai96_2019-05-061-0/+1
| |/
* | Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-1/+1
| |
* | Added rustfmt_skip directive on testsboastful-squirrel2019-05-021-4/+2
| |
* | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-271-13/+5
|\|
| * Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-9/+5
| |
* | Fixed test + fixed clippy warningboastful-squirrel2019-04-271-1/+1
| |
* | Cargo fmtboastful-squirrel2019-04-261-8/+13
|/
* Use 'if let'khai96_2019-04-261-3/+4
|
* Comply to change requestskhai96_2019-04-261-1/+8
| | | | | - Added doc comments - Added an additional test case
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-261-11/+19
|\
| * Rework error system + avoid panics in main()boastful-squirrel2019-04-211-8/+7
| |
* | Use rstest_parametrize for unit testskhai96_2019-04-251-58/+27
| |
* | Run cargo fmtkhai96_2019-04-241-2/+2
| |
* | Use format! instead of manual string concatenationkhai96_2019-04-241-3/+2
| |
* | Convert hex strings to raw byte vectors and compare themkhai96_2019-04-231-12/+25
| |
* | Update help description for --authkhai96_2019-04-191-1/+1
| |
* | Add tests for where parse_auth failskhai96_2019-04-191-0/+27
| |
* | Correct error messagekhai96_2019-04-191-1/+1
| |
* | Merge branches 'pullrequest.hashed-password.alt0' and ↵khai96_2019-04-191-6/+12
|\ \ | | | | | | | | | 'pullrequest.hashed-password.alt1' into pullrequest.hashed-password
| * | Use '?'khai96_2019-04-191-6/+12
| | |
* | | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_2019-04-191-13/+12
|/ /
* | Fix parse_auth and add some testskhai96_2019-04-191-1/+45
| |
* | Add support for sha-512khai96_2019-04-191-0/+1
| |
* | Add support for hashed password (sha256)khai96_2019-04-191-26/+27
|/
* Fix typo in commentboastful-squirrel2019-04-151-1/+1
|
* Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
|
* Cargo fmtboasting-squirrel2019-04-131-2/+10
|
* Fixed auth checkboasting-squirrel2019-04-131-6/+17
|
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel2019-04-071-1/+1
| | | | derives
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-0/+10
|\
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-3/+3
| |
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-0/+10
| |
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-0/+16
|/
* Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-18/+0
|
* Set number_of_values argument to interfacesboasting-squirrel2019-02-161-1/+6
|
* Added global_settings to CLIArgs structboasting-squirrel2019-02-151-1/+4
|