Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474 | Sven-Hendrik Haase | 2021-10-25 | 1 | -0/+8 | |
|\ | | | | | Add --spa-index option | |||||
| * | Add --spa-index option | Billy Bradley | 2021-10-08 | 1 | -0/+8 | |
| | | ||||||
* | | Update clap | Sven-Hendrik Haase | 2021-10-18 | 1 | -12/+6 | |
|/ | ||||||
* | Implement --show-wget-footer argument | jikstra | 2021-09-10 | 1 | -0/+4 | |
| | ||||||
* | Simplify custom headers | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -4/+2 | |
| | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
* | Implement show symlink destination | Dean Li | 2021-08-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499 | |||||
* | Switch from structopt to clap v3 | Sven-Hendrik Haase | 2021-08-30 | 1 | -33/+42 | |
| | ||||||
* | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 2021-08-28 | 1 | -12/+2 | |
| | ||||||
* | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+12 | |
| | ||||||
* | Fix accidental formatting | Sven-Hendrik Haase | 2021-08-27 | 1 | -74/+74 | |
| | ||||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 1 | -74/+82 | |
| | ||||||
* | Change naming of uncompressed/compressed tarballs | Dean Li | 2021-04-18 | 1 | -4/+4 | |
| | | | | | | Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives` | |||||
* | Separate tar archive and tar flags | Dean Li | 2021-04-11 | 1 | -1/+5 | |
| | | | | | | | It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451 | |||||
* | Print supported shells for completions in help command | Sven-Hendrik Haase | 2021-03-28 | 1 | -1/+1 | |
| | ||||||
* | Refactor and separate out arg handling and config handling | Sven-Hendrik Haase | 2021-03-28 | 1 | -86/+21 | |
| | ||||||
* | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2021-03-28 | 1 | -4/+6 | |
| | | | | | | | | This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377. | |||||
* | Add option to show hidden files | Sven-Hendrik Haase | 2021-03-07 | 1 | -0/+5 | |
| | ||||||
* | Start without countdown in case an explicit index is chosen | Sven-Hendrik Haase | 2021-03-07 | 1 | -1/+1 | |
| | ||||||
* | Add program version footer | Tamas Levai | 2021-02-28 | 1 | -0/+5 | |
| | ||||||
* | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2021-02-28 | 1 | -7/+5 | |
| | ||||||
* | Multiple headers support for custom headers | Dean Li | 2021-02-27 | 1 | -28/+19 | |
| | ||||||
* | Move the parsing header logic to args.rs | Dean Li | 2021-02-24 | 1 | -2/+35 | |
| | ||||||
* | Allow set custom headers from CLI | Dean Li | 2021-02-24 | 1 | -0/+5 | |
| | ||||||
* | Fix lints | Sven-Hendrik Haase | 2021-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fix indentation | Tamas Levai | 2021-01-04 | 1 | -1/+1 | |
| | | | | Convert tabs to spaces. | |||||
* | Add option to list directories first | Tamas Levai | 2021-01-04 | 1 | -0/+5 | |
| | ||||||
* | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 1 | -0/+26 | |
| | ||||||
* | remove default color scheme cli argument | Lukas Stabe | 2020-09-26 | 1 | -14/+0 | |
| | ||||||
* | move css out of html into its own route | Lukas Stabe | 2020-09-26 | 1 | -2/+4 | |
| | ||||||
* | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 2020-09-24 | 1 | -0/+5 | |
| | ||||||
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+5 | |
| | ||||||
* | cargo fmt | Sven-Hendrik Haase | 2020-07-20 | 1 | -1/+1 | |
| | ||||||
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 1 | -0/+5 | |
| | | | | * Add generate QR code * Add --qrcode option | |||||
* | Bind to random port when port 0 specified | Isaac Parker | 2020-06-28 | 1 | -1/+7 | |
| | ||||||
* | Update nanoid to 0.3 | Sven-Hendrik Haase | 2020-06-26 | 1 | -1/+1 | |
| | ||||||
* | Fix arg formatting | Sven-Hendrik Haase | 2020-05-14 | 1 | -1/+2 | |
| | ||||||
* | rename variables correctly | marawan ragab | 2020-05-10 | 1 | -6/+6 | |
| | ||||||
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -4/+11 | |
| | ||||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #235 from DamianX/archives | Sven-Hendrik Haase | 2020-03-11 | 1 | -0/+5 | |
|\ | | | | | Added option to disable archives | |||||
| * | Added option to disable archives | Damian | 2020-03-02 | 1 | -0/+5 | |
| | | ||||||
* | | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -3/+3 | |
|/ | ||||||
* | Merge pull request #189 from efx/fix-156 | Sven-Hendrik Haase | 2020-03-01 | 1 | -0/+8 | |
|\ | | | | | add a default index serving option (#156) | |||||
| * | add Lucretiel's documentation suggestion | Eli Flanagan | 2020-02-03 | 1 | -1/+4 | |
| | | ||||||
| * | Merge branch 'master' into fix-156 | Eli Flanagan | 2019-09-25 | 1 | -0/+1 | |
| |\ | ||||||
| * | | fix typo | Eli Flanagan | 2019-09-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | change to path option for configurability | Eli Flanagan | 2019-09-12 | 1 | -4/+4 | |
| | | | ||||||
| * | | wire up arguments, index.html serving still broken | Eli Flanagan | 2019-09-08 | 1 | -0/+1 | |
| | | | ||||||
| * | | add a default index serving option | Eli Flanagan | 2019-09-06 | 1 | -0/+4 | |
| | | | ||||||
* | | | Fixed clippy warnings | Damian | 2019-12-20 | 1 | -2/+2 | |
| |/ |/| |