aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rename variables correctlymarawan ragab2020-05-101-6/+6
* make sure archiving is opt-inmarawan ragab2020-05-101-4/+11
* Format everythingSven-Hendrik Haase2020-03-111-2/+2
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-0/+5
|\
| * Added option to disable archivesDamian2020-03-021-0/+5
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-3/+3
|/
* Merge pull request #189 from efx/fix-156Sven-Hendrik Haase2020-03-011-0/+8
|\
| * add Lucretiel's documentation suggestionEli Flanagan2020-02-031-1/+4
| * Merge branch 'master' into fix-156Eli Flanagan2019-09-251-0/+1
| |\
| * | fix typoEli Flanagan2019-09-141-1/+1
| * | change to path option for configurabilityEli Flanagan2019-09-121-4/+4
| * | wire up arguments, index.html serving still brokenEli Flanagan2019-09-081-0/+1
| * | add a default index serving optionEli Flanagan2019-09-061-0/+4
* | | Fixed clippy warningsDamian2019-12-201-2/+2
| |/ |/|
* | Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-211-0/+1
|/
* 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
|\
| * 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
| * | 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
| |/ |/|
* | 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
* 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 'pullrequest.hashed-pas...khai96_2019-04-191-6/+12
|\ \
| * | Use '?'khai96_2019-04-191-6/+12
* | | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_2019-04-191-13/+12
|/ /