aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change default log level to WarnSven-Hendrik Haase2021-03-281-1/+1
* Better message for when provided index file doesn't existSven-Hendrik Haase2021-03-281-3/+4
* Print supported shells for completions in help commandSven-Hendrik Haase2021-03-281-1/+1
* Refactor and separate out arg handling and config handlingSven-Hendrik Haase2021-03-282-91/+94
* Merge pull request #482 from rouge8/shell-completionsSven-Hendrik Haase2021-03-282-8/+18
|\
| * Generate completions with `miniserve --print-completions <shell>`Andy Freeland2021-03-282-8/+18
* | Fix QR code display when using --random-routeAndy Freeland2021-03-261-1/+1
|/
* Switch from failure to thiserrorSven-Hendrik Haase2021-03-201-28/+17
* Add option to show hidden filesSven-Hendrik Haase2021-03-073-25/+43
* Start without countdown in case an explicit index is chosenSven-Hendrik Haase2021-03-071-1/+1
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-1/+1
* Use CSS to configure version footer lookTamas Levai2021-03-011-1/+1
* renderer: Follow alphabetical order in package usesTamas Levai2021-03-011-1/+2
* Use structopt macros to ge crate infoTamas Levai2021-03-011-13/+2
* Fix clippy warningTamas Levai2021-03-011-0/+1
* Fix indentationTamas Levai2021-02-281-6/+6
* Add program version footerTamas Levai2021-02-286-0/+52
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-282-17/+12
* Multiple headers support for custom headersDean Li2021-02-272-35/+32
* Move the parsing header logic to args.rsDean Li2021-02-242-21/+42
* Allow set custom headers from CLIDean Li2021-02-242-0/+33
* Fix lintsSven-Hendrik Haase2021-02-196-28/+28
* Fix lintSven-Hendrik Haase2021-01-201-2/+1
* enable multiple file uploadMichael Hueschen2021-01-151-1/+1
* Fix indentationTamas Levai2021-01-042-3/+3
* Add option to list directories firstTamas Levai2021-01-043-0/+16
* Fix lintSven-Hendrik Haase2021-01-041-2/+2
* Fix lintSven-Hendrik Haase2020-12-281-4/+2
* Now compiles on stableSven-Hendrik Haase2020-11-081-2/+0
* Merge pull request #380 from ahti/masterSven-Hendrik Haase2020-10-027-871/+174
|\
| * more feedbackLukas Stabe2020-10-021-2/+3
| * address feedbackLukas Stabe2020-10-021-2/+11
| * restore default theme cli option and add default theme dark optionLukas Stabe2020-10-016-4/+79
| * compile scss at build timeLukas Stabe2020-09-261-5/+2
| * appease cargo fmtLukas Stabe2020-09-261-5/+8
| * remove default color scheme cli argumentLukas Stabe2020-09-264-69/+20
| * move css out of html into its own routeLukas Stabe2020-09-266-16/+46
| * [wip] client-side color-scheme handlingLukas Stabe2020-09-256-819/+56
* | Remove actix-rtequal-l22020-09-301-1/+1
|/
* Merge pull request #378 from ahti/masterSven-Hendrik Haase2020-09-244-23/+92
|\
| * use format! instead of +Lukas Stabe2020-09-241-1/+1
| * use unreachable instead of panic for unreachable caseLukas Stabe2020-09-241-1/+1
| * use req.connection_info() and build breadcrumbs iterativelyLukas Stabe2020-09-241-25/+36
| * add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-244-21/+79
* | Ignore non-Rust preformatted codeSven-Hendrik Haase2020-09-241-4/+4
|/
* Sorry cargo fmtSven-Hendrik Haase2020-09-241-2/+11
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-246-4/+43
* Slightly better variable nameSven-Hendrik Haase2020-09-241-4/+4
* Use Humanize for SystemTime directlyKevin Cui2020-09-161-8/+4
* Fix cargo fmt checkKevin Cui2020-09-151-1/+1