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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-27
Fix accidental formatting
Sven-Hendrik Haase
1
-74
/
+74
2021-08-27
Add TLS support via rustls (fixes #18)
Sven-Hendrik Haase
1
-74
/
+82
2021-04-18
Change naming of uncompressed/compressed tarballs
Dean Li
1
-4
/
+4
2021-04-11
Separate tar archive and tar flags
Dean Li
1
-1
/
+5
2021-03-28
Print supported shells for completions in help command
Sven-Hendrik Haase
1
-1
/
+1
2021-03-28
Refactor and separate out arg handling and config handling
Sven-Hendrik Haase
1
-86
/
+21
2021-03-28
Generate completions with `miniserve --print-completions <shell>`
Andy Freeland
1
-4
/
+6
2021-03-07
Add option to show hidden files
Sven-Hendrik Haase
1
-0
/
+5
2021-03-07
Start without countdown in case an explicit index is chosen
Sven-Hendrik Haase
1
-1
/
+1
2021-02-28
Add program version footer
Tamas Levai
1
-0
/
+5
2021-02-28
Re-do the way setting multiple headers works
Sven-Hendrik Haase
1
-7
/
+5
2021-02-27
Multiple headers support for custom headers
Dean Li
1
-28
/
+19
2021-02-24
Move the parsing header logic to args.rs
Dean Li
1
-2
/
+35
2021-02-24
Allow set custom headers from CLI
Dean Li
1
-0
/
+5
2021-02-19
Fix lints
Sven-Hendrik Haase
1
-2
/
+2
2021-01-04
Fix indentation
Tamas Levai
1
-1
/
+1
2021-01-04
Add option to list directories first
Tamas Levai
1
-0
/
+5
2020-10-01
restore default theme cli option and add default theme dark option
Lukas Stabe
1
-0
/
+26
2020-09-26
remove default color scheme cli argument
Lukas Stabe
1
-14
/
+0
2020-09-26
move css out of html into its own route
Lukas Stabe
1
-2
/
+4
2020-09-24
add title option (#335) and breadcrumb links in heading
Lukas Stabe
1
-0
/
+5
2020-09-24
Add embedded favicon (fixes #364)
Sven-Hendrik Haase
1
-0
/
+5
2020-07-20
cargo fmt
Sven-Hendrik Haase
1
-1
/
+1
2020-07-05
Add generate QR code (#330)
wyhaya
1
-0
/
+5
2020-06-28
Bind to random port when port 0 specified
Isaac Parker
1
-1
/
+7
2020-06-26
Update nanoid to 0.3
Sven-Hendrik Haase
1
-1
/
+1
2020-05-14
Fix arg formatting
Sven-Hendrik Haase
1
-1
/
+2
2020-05-10
rename variables correctly
marawan ragab
1
-6
/
+6
2020-05-10
make sure archiving is opt-in
marawan ragab
1
-4
/
+11
2020-03-11
Format everything
Sven-Hendrik Haase
1
-2
/
+2
2020-03-09
Fix deprecated stuff
Sven-Hendrik Haase
1
-3
/
+3
2020-03-02
Added option to disable archives
Damian
1
-0
/
+5
2020-02-03
add Lucretiel's documentation suggestion
Eli Flanagan
1
-1
/
+4
2019-12-20
Fixed clippy warnings
Damian
1
-2
/
+2
2019-09-21
Actually make use of pretty_assertions
Sven-Hendrik Haase
1
-0
/
+1
2019-09-14
fix typo
Eli Flanagan
1
-1
/
+1
2019-09-12
change to path option for configurability
Eli Flanagan
1
-4
/
+4
2019-09-08
wire up arguments, index.html serving still broken
Eli Flanagan
1
-0
/
+1
2019-09-06
add a default index serving option
Eli Flanagan
1
-0
/
+4
2019-09-03
Upgrade to structopt 0.3
Sven-Hendrik Haase
1
-9
/
+9
2019-05-30
Fix regression where path cannot be placed after '--auth <auth>'
khai96_
1
-1
/
+6
2019-05-18
Change long flag of 'CLIArgs::interfaces' to '--interfaces'
khai96_
1
-1
/
+1
2019-05-16
Update unit tests
khai96_
1
-36
/
+13
2019-05-16
Make some changes
khai96_
1
-16
/
+6
2019-05-10
cargo fmt
boastful-squirrel
1
-5
/
+3
2019-05-06
Undo changes on args.rs
boastful-squirrel
1
-3
/
+5
2019-05-06
Undo changes on InvalidHashMethod error
boastful-squirrel
1
-1
/
+1
2019-05-06
Add example for --auth formatting
khai96_
1
-0
/
+1
2019-05-05
Refactoring: Use immutable HashMap
khai96_
1
-13
/
+12
2019-05-05
Add unit test for where it provides multiple valid auth strings
khai96_
1
-2
/
+26
[next]