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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-18
Fix security issue with --no-symlinks
Sven-Hendrik Haase
1
-0
/
+19
2022-02-20
Add man page support using --print-manpage (fixes #730)
Sven-Hendrik Haase
1
-0
/
+7
2022-02-16
Bump deps
Sven-Hendrik Haase
1
-1
/
+1
2022-02-06
Fix route_prefix for css and favicon
Ali MJ Al-Nasrawy
1
-5
/
+2
2022-02-05
update to actix-web v4.0-rc.2
Ali MJ Al-Nasrawy
1
-4
/
+4
2022-01-03
Apply requested changes
jikstra
1
-7
/
+1
2022-01-03
Upgrade clap
Sven-Hendrik Haase
1
-1
/
+1
2021-12-29
Implement --route-prefix to set specific route prefix
jikstra
1
-4
/
+7
2021-12-28
Bump actix-web to v4.0-beta.15
jikstra
1
-4
/
+10
2021-12-28
Bump actix-web to v4.0-beta.9
Ali MJ Al-Nasrawy
1
-4
/
+0
2021-12-10
Fixes type in main.rs
Sam Schlinkert
1
-1
/
+1
2021-10-25
Refactor SPA-mode to make it more ergonomic
Sven-Hendrik Haase
1
-14
/
+22
2021-10-18
Update clap
Sven-Hendrik Haase
1
-16
/
+5
2021-10-18
Use Path instead of PathBuf for parameter
Billy Bradley
1
-3
/
+4
2021-10-14
Fix formatting
Billy Bradley
1
-1
/
+1
2021-10-13
revert unnecessary changes
Ali MJ Al-Nasrawy
1
-5
/
+5
2021-10-10
Use NamedFile as default handler to simplify --spa-index option implementation
Billy Bradley
1
-17
/
+5
2021-10-08
Add --spa-index option
Billy Bradley
1
-10
/
+37
2021-08-31
Print inverted QR codes side-by-side
Ali MJ Al-Nasrawy
1
-5
/
+15
2021-08-31
Address review comments
Ali MJ Al-Nasrawy
1
-1
/
+1
2021-08-31
Print QR code to terminal
Ali MJ Al-Nasrawy
1
-2
/
+42
2021-08-31
Simplify custom headers
Ali MJ Al-Nasrawy
1
-11
/
+4
2021-08-30
Exclude embedded routes from authentication
Ali MJ Al-Nasrawy
1
-48
/
+30
2021-08-30
Fix clippy::too_many_arguments and rework error ..
Ali MJ Al-Nasrawy
1
-95
/
+8
2021-08-30
Implement show symlink destination
Dean Li
1
-0
/
+2
2021-08-30
address review comment
Ali MJ Al-Nasrawy
1
-8
/
+14
2021-08-30
order interface vertically
Ali MJ Al-Nasrawy
1
-3
/
+3
2021-08-30
add comment to create_tcp_listener
Ali MJ Al-Nasrawy
1
-0
/
+4
2021-08-30
Use exit codes for failure
Ali MJ Al-Nasrawy
1
-4
/
+5
2021-08-30
Show IP addresses of all local interfaces
Ali MJ Al-Nasrawy
1
-48
/
+43
2021-08-30
Fix default binding behaviour
Ali MJ Al-Nasrawy
1
-5
/
+22
2021-08-30
Fix -i 0.0.0.0
Ali MJ Al-Nasrawy
1
-23
/
+4
2021-08-30
Fail if any address fails to bind
Ali MJ Al-Nasrawy
1
-18
/
+13
2021-08-30
Switch from structopt to clap v3
Sven-Hendrik Haase
1
-5
/
+18
2021-08-29
list directory if index not found
Ali MJ Al-Nasrawy
1
-18
/
+18
2021-08-28
file_upload.rs: use async/await
Ali MJ Al-Nasrawy
1
-2
/
+2
2021-08-28
migrate to actix-web v4.0-beta
Ali MJ Al-Nasrawy
1
-9
/
+10
2021-08-28
Switch TLS conditional compilation to feature
Sven-Hendrik Haase
1
-12
/
+2
2021-08-27
Conditionally enable TLS only on supported platforms
Sven-Hendrik Haase
1
-0
/
+18
2021-08-27
Add TLS support via rustls (fixes #18)
Sven-Hendrik Haase
1
-158
/
+29
2021-04-18
Prefer UTF8 for text reponses (fixes #263)
Sven-Hendrik Haase
1
-0
/
+1
2021-04-18
Change naming of uncompressed/compressed tarballs
Dean Li
1
-6
/
+6
2021-04-11
Separate tar archive and tar flags
Dean Li
1
-1
/
+7
2021-03-28
Bump deps
Sven-Hendrik Haase
1
-0
/
+1
2021-03-28
Refuse to start without explicit path if not attached to interactive terminal
Sven-Hendrik Haase
1
-3
/
+13
2021-03-28
Change start message without arguments to be a bit more clear
Sven-Hendrik Haase
1
-4
/
+4
2021-03-28
Change default log level to Warn
Sven-Hendrik Haase
1
-1
/
+1
2021-03-28
Better message for when provided index file doesn't exist
Sven-Hendrik Haase
1
-3
/
+4
2021-03-28
Refactor and separate out arg handling and config handling
Sven-Hendrik Haase
1
-5
/
+73
2021-03-28
Generate completions with `miniserve --print-completions <shell>`
Andy Freeland
1
-4
/
+12
[next]