aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-18Use Path instead of PathBuf for parameterBilly Bradley1-3/+4
2021-10-14Fix formattingBilly Bradley1-1/+1
2021-10-13revert unnecessary changesAli MJ Al-Nasrawy1-5/+5
2021-10-10Use NamedFile as default handler to simplify --spa-index option implementationBilly Bradley1-17/+5
2021-10-08Add --spa-index optionBilly Bradley1-10/+37
2021-08-31Print inverted QR codes side-by-sideAli MJ Al-Nasrawy1-5/+15
2021-08-31Address review commentsAli MJ Al-Nasrawy1-1/+1
2021-08-31Print QR code to terminalAli MJ Al-Nasrawy1-2/+42
2021-08-31Simplify custom headersAli MJ Al-Nasrawy1-11/+4
2021-08-30Exclude embedded routes from authenticationAli MJ Al-Nasrawy1-48/+30
2021-08-30Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy1-95/+8
2021-08-30Implement show symlink destinationDean Li1-0/+2
2021-08-30address review commentAli MJ Al-Nasrawy1-8/+14
2021-08-30order interface verticallyAli MJ Al-Nasrawy1-3/+3
2021-08-30add comment to create_tcp_listenerAli MJ Al-Nasrawy1-0/+4
2021-08-30Use exit codes for failureAli MJ Al-Nasrawy1-4/+5
2021-08-30Show IP addresses of all local interfacesAli MJ Al-Nasrawy1-48/+43
2021-08-30Fix default binding behaviourAli MJ Al-Nasrawy1-5/+22
2021-08-30Fix -i 0.0.0.0Ali MJ Al-Nasrawy1-23/+4
2021-08-30Fail if any address fails to bindAli MJ Al-Nasrawy1-18/+13
2021-08-30Switch from structopt to clap v3Sven-Hendrik Haase1-5/+18
2021-08-29list directory if index not foundAli MJ Al-Nasrawy1-18/+18
2021-08-28file_upload.rs: use async/awaitAli MJ Al-Nasrawy1-2/+2
2021-08-28migrate to actix-web v4.0-betaAli MJ Al-Nasrawy1-9/+10
2021-08-28Switch TLS conditional compilation to featureSven-Hendrik Haase1-12/+2
2021-08-27Conditionally enable TLS only on supported platformsSven-Hendrik Haase1-0/+18
2021-08-27Add TLS support via rustls (fixes #18)Sven-Hendrik Haase1-158/+29
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