index
:
miniserve
master
origin/HEAD
origin/master
origin/sse-based-dirsize
origin/switch-to-dtolnay-rust-toolchain
For when you really just want to serve some files over HTTP right now!
rustc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
args.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lints
Sven-Hendrik Haase
2022-12-19
1
-4
/
+4
*
Fix clap 4 behavior when allowing duplicate args
Sven-Hendrik Haase
2022-11-11
1
-12
/
+3
*
Golf a use line
Sven-Hendrik Haase
2022-10-14
1
-2
/
+1
*
Fix clap deprecations
Sven-Hendrik Haase
2022-10-14
1
-36
/
+35
*
Upgrade clap to v4
Sven-Hendrik Haase
2022-10-12
1
-33
/
+24
*
Tidy up some imports
Sven-Hendrik Haase
2022-09-20
1
-2
/
+3
*
Improved output of -h
Jonas Diemer
2022-09-18
1
-1
/
+1
*
cargo fmt
Jonas Diemer
2022-09-18
1
-1
/
+6
*
Use argument -u instead of --allowed-upload-dir
Jonas Diemer
2022-09-18
1
-11
/
+5
*
Renamed option for more clarity
Jonas Diemer
2022-09-18
1
-3
/
+5
*
Switched to use of PathBuf, fixed for subdirs
Jonas Diemer
2022-09-18
1
-3
/
+2
*
Added dependency to -u for --restrict-upload-dir
Jonas Diemer
2022-09-18
1
-1
/
+2
*
Added option restrict-upload-dir
Jonas Diemer
2022-09-18
1
-0
/
+4
*
Fix typos
Kian-Meng Ang
2022-09-14
1
-1
/
+1
*
Correct Spelling
Gaurav
2022-08-14
1
-1
/
+1
*
Add `--readme` info and reformat
Gaurav
2022-08-14
1
-2
/
+2
*
Add `--readme` flag to cli
Gaurav
2022-08-14
1
-0
/
+4
*
Create directory (#781)
Sheepy
2022-06-26
1
-0
/
+4
*
Flip usage of theme selector showing functionality added in last commit
Sven-Hendrik Haase
2022-05-23
1
-4
/
+4
*
Add configuration `change-theme` (#805)
FLAMINGO
2022-05-23
1
-0
/
+4
*
Fix security issue with --no-symlinks
Sven-Hendrik Haase
2022-05-18
1
-2
/
+2
*
Allow to set the accept input attribute to arbitrary values
Johannes May
2022-03-12
1
-0
/
+20
*
Add man page support using --print-manpage (fixes #730)
Sven-Hendrik Haase
2022-02-20
1
-0
/
+4
*
Merge 'jikstra/feat_route_prefix' #682
Ali MJ Al-Nasrawy
2022-02-06
1
-1
/
+5
|
\
|
*
Implement --route-prefix to set specific route prefix
jikstra
2021-12-29
1
-1
/
+5
*
|
Upgrade clap
Sven-Hendrik Haase
2022-01-03
1
-1
/
+1
|
/
*
Bump deps
Sven-Hendrik Haase
2021-12-09
1
-2
/
+2
*
Refactor SPA-mode to make it more ergonomic
Sven-Hendrik Haase
2021-10-25
1
-6
/
+6
*
Fix lint
Sven-Hendrik Haase
2021-10-25
1
-5
/
+1
*
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
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
*
Implement show symlink destination
Dean Li
2021-08-30
1
-0
/
+4
*
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
*
Separate tar archive and tar flags
Dean Li
2021-04-11
1
-1
/
+5
*
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
*
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
[next]