aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the parsing header logic to args.rsDean Li2021-02-241-2/+35
|
* Allow set custom headers from CLIDean Li2021-02-241-0/+5
|
* Fix lintsSven-Hendrik Haase2021-02-191-2/+2
|
* Fix indentationTamas Levai2021-01-041-1/+1
| | | | Convert tabs to spaces.
* Add option to list directories firstTamas Levai2021-01-041-0/+5
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+26
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-14/+0
|
* move css out of html into its own routeLukas Stabe2020-09-261-2/+4
|
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-0/+5
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-0/+5
|
* cargo fmtSven-Hendrik Haase2020-07-201-1/+1
|
* Add generate QR code (#330)wyhaya2020-07-051-0/+5
| | | | * Add generate QR code * Add --qrcode option
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-1/+7
|
* Update nanoid to 0.3Sven-Hendrik Haase2020-06-261-1/+1
|
* Fix arg formattingSven-Hendrik Haase2020-05-141-1/+2
|
* 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 archives
| * 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 a default index serving option (#156)
| * 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
|\ | | | | 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
| |