aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-18Prefer UTF8 for text reponses (fixes #263)Sven-Hendrik Haase1-0/+1
2021-04-18Change naming of uncompressed/compressed tarballsDean Li1-6/+6
2021-04-11Separate tar archive and tar flagsDean Li1-1/+7
2021-03-28Bump depsSven-Hendrik Haase1-0/+1
2021-03-28Refuse to start without explicit path if not attached to interactive terminalSven-Hendrik Haase1-3/+13
2021-03-28Change start message without arguments to be a bit more clearSven-Hendrik Haase1-4/+4
2021-03-28Change default log level to WarnSven-Hendrik Haase1-1/+1
2021-03-28Better message for when provided index file doesn't existSven-Hendrik Haase1-3/+4
2021-03-28Refactor and separate out arg handling and config handlingSven-Hendrik Haase1-5/+73
2021-03-28Generate completions with `miniserve --print-completions <shell>`Andy Freeland1-4/+12
2021-03-07Add option to show hidden filesSven-Hendrik Haase1-24/+36
2021-02-28Add program version footerTamas Levai1-0/+8
2021-02-28Re-do the way setting multiple headers worksSven-Hendrik Haase1-10/+7
2021-02-27Multiple headers support for custom headersDean Li1-7/+13
2021-02-24Move the parsing header logic to args.rsDean Li1-19/+7
2021-02-24Allow set custom headers from CLIDean Li1-0/+28
2021-02-19Fix lintsSven-Hendrik Haase1-6/+6
2021-01-04Fix indentationTamas Levai1-2/+2
2021-01-04Add option to list directories firstTamas Levai1-0/+5
2020-11-08Now compiles on stableSven-Hendrik Haase1-2/+0
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-0/+18
2020-09-30Remove actix-rtequal-l21-1/+1
2020-09-26compile scss at build timeLukas Stabe1-5/+2
2020-09-26appease cargo fmtLukas Stabe1-5/+8
2020-09-26remove default color scheme cli argumentLukas Stabe1-4/+0
2020-09-26move css out of html into its own routeLukas Stabe1-1/+23
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-14/+1
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe1-0/+5
2020-09-24Sorry cargo fmtSven-Hendrik Haase1-2/+11
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-2/+21
2020-09-24Slightly better variable nameSven-Hendrik Haase1-4/+4
2020-07-21Use actix-web-httpauth for authentication middlewareequal-l21-1/+5
2020-07-21Update to actix 2 and futures 0.3equal-l21-53/+50
2020-07-05Add generate QR code (#330)wyhaya1-0/+5
2020-05-10make sure archiving is opt-inmarawan ragab1-4/+9
2020-03-11Format everythingSven-Hendrik Haase1-7/+10
2020-03-02Added option to disable archivesDamian1-0/+5
2020-02-03add Lucretiel's documentation suggestionEli Flanagan1-1/+4
2019-09-30Make clippy happySven-Hendrik Haase1-3/+5
2019-09-27Improve logging behaviorSven-Hendrik Haase1-4/+12
2019-09-21Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase1-1/+1
2019-09-14fix typoEli Flanagan1-1/+1
2019-09-13warn user if provided index file is not foundEli Flanagan1-0/+8
2019-09-12change to path option for configurabilityEli Flanagan1-4/+4
2019-09-09use actix-web method for static indexEli Flanagan1-4/+2
2019-09-08wire up arguments, index.html serving still brokenEli Flanagan1-0/+11
2019-08-16Cleanupboastful-squirrel1-2/+1
2019-08-16Do not 'back to listing' link when random route is setboastful-squirrel1-7/+5
2019-06-24Update simplelog to 0.6Sven-Hendrik Haase1-3/+3
2019-06-14Enable streaming tarball downloadAlexandre Bury1-8/+13