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
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes type in main.rs
Sam Schlinkert
2021-12-10
1
-1
/
+1
*
Refactor SPA-mode to make it more ergonomic
Sven-Hendrik Haase
2021-10-25
1
-14
/
+22
*
Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474
Sven-Hendrik Haase
2021-10-25
1
-10
/
+26
|
\
|
*
Use Path instead of PathBuf for parameter
Billy Bradley
2021-10-18
1
-3
/
+4
|
*
Fix formatting
Billy Bradley
2021-10-14
1
-1
/
+1
|
*
Use NamedFile as default handler to simplify --spa-index option implementation
Billy Bradley
2021-10-10
1
-17
/
+5
|
*
Add --spa-index option
Billy Bradley
2021-10-08
1
-10
/
+37
*
|
Update clap
Sven-Hendrik Haase
2021-10-18
1
-16
/
+5
*
|
revert unnecessary changes
Ali MJ Al-Nasrawy
2021-10-13
1
-5
/
+5
|
/
*
Merge pull request #537 from aliemjay/src-refactor-misc
Sven-Hendrik Haase
2021-09-04
1
-11
/
+4
|
\
|
*
Simplify custom headers
Ali MJ Al-Nasrawy
2021-08-31
1
-11
/
+4
*
|
Print inverted QR codes side-by-side
Ali MJ Al-Nasrawy
2021-08-31
1
-5
/
+15
*
|
Address review comments
Ali MJ Al-Nasrawy
2021-08-31
1
-1
/
+1
*
|
Print QR code to terminal
Ali MJ Al-Nasrawy
2021-08-31
1
-2
/
+42
|
/
*
Exclude embedded routes from authentication
Ali MJ Al-Nasrawy
2021-08-30
1
-48
/
+30
*
Fix clippy::too_many_arguments and rework error ..
Ali MJ Al-Nasrawy
2021-08-30
1
-95
/
+8
*
Implement show symlink destination
Dean Li
2021-08-30
1
-0
/
+2
*
address review comment
Ali MJ Al-Nasrawy
2021-08-30
1
-8
/
+14
*
order interface vertically
Ali MJ Al-Nasrawy
2021-08-30
1
-3
/
+3
*
add comment to create_tcp_listener
Ali MJ Al-Nasrawy
2021-08-30
1
-0
/
+4
*
Use exit codes for failure
Ali MJ Al-Nasrawy
2021-08-30
1
-4
/
+5
*
Show IP addresses of all local interfaces
Ali MJ Al-Nasrawy
2021-08-30
1
-48
/
+43
*
Fix default binding behaviour
Ali MJ Al-Nasrawy
2021-08-30
1
-5
/
+22
*
Fix -i 0.0.0.0
Ali MJ Al-Nasrawy
2021-08-30
1
-23
/
+4
*
Fail if any address fails to bind
Ali MJ Al-Nasrawy
2021-08-30
1
-18
/
+13
*
Switch from structopt to clap v3
Sven-Hendrik Haase
2021-08-30
1
-5
/
+18
*
Merge pull request #583 from aliemjay/index-fallback
Sven-Hendrik Haase
2021-08-29
1
-18
/
+18
|
\
|
*
list directory if index not found
Ali MJ Al-Nasrawy
2021-08-29
1
-18
/
+18
*
|
file_upload.rs: use async/await
Ali MJ Al-Nasrawy
2021-08-28
1
-2
/
+2
|
/
*
migrate to actix-web v4.0-beta
Ali MJ Al-Nasrawy
2021-08-28
1
-9
/
+10
*
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
/
+18
*
Add TLS support via rustls (fixes #18)
Sven-Hendrik Haase
2021-08-27
1
-158
/
+29
*
Prefer UTF8 for text reponses (fixes #263)
Sven-Hendrik Haase
2021-04-18
1
-0
/
+1
*
Change naming of uncompressed/compressed tarballs
Dean Li
2021-04-18
1
-6
/
+6
*
Separate tar archive and tar flags
Dean Li
2021-04-11
1
-1
/
+7
*
Bump deps
Sven-Hendrik Haase
2021-03-28
1
-0
/
+1
*
Refuse to start without explicit path if not attached to interactive terminal
Sven-Hendrik Haase
2021-03-28
1
-3
/
+13
*
Change start message without arguments to be a bit more clear
Sven-Hendrik Haase
2021-03-28
1
-4
/
+4
*
Change default log level to Warn
Sven-Hendrik Haase
2021-03-28
1
-1
/
+1
*
Better message for when provided index file doesn't exist
Sven-Hendrik Haase
2021-03-28
1
-3
/
+4
*
Refactor and separate out arg handling and config handling
Sven-Hendrik Haase
2021-03-28
1
-5
/
+73
*
Generate completions with `miniserve --print-completions <shell>`
Andy Freeland
2021-03-28
1
-4
/
+12
*
Add option to show hidden files
Sven-Hendrik Haase
2021-03-07
1
-24
/
+36
*
Add program version footer
Tamas Levai
2021-02-28
1
-0
/
+8
*
Re-do the way setting multiple headers works
Sven-Hendrik Haase
2021-02-28
1
-10
/
+7
*
Multiple headers support for custom headers
Dean Li
2021-02-27
1
-7
/
+13
*
Move the parsing header logic to args.rs
Dean Li
2021-02-24
1
-19
/
+7
*
Allow set custom headers from CLI
Dean Li
2021-02-24
1
-0
/
+28
*
Fix lints
Sven-Hendrik Haase
2021-02-19
1
-6
/
+6
[prev]
[next]