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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-30
Use selected theme in error page
Ali MJ Al-Nasrawy
1
-0
/
+10
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
6
-423
/
+199
2021-08-30
Implement show symlink destination
Dean Li
5
-18
/
+43
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
3
-39
/
+61
2021-08-29
Fix some warnings when building without TLS
Sven-Hendrik Haase
1
-3
/
+5
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
2
-135
/
+102
2021-08-28
migrate to actix-web v4.0-beta
Ali MJ Al-Nasrawy
5
-61
/
+75
2021-08-28
Switch TLS conditional compilation to feature
Sven-Hendrik Haase
3
-54
/
+9
2021-08-27
Conditionally enable TLS only on supported platforms
Sven-Hendrik Haase
3
-0
/
+66
2021-08-27
Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545
jikstra
1
-1
/
+1
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
3
-232
/
+292
2021-08-25
Upgrade qrcodegen (fixes #568)
Sven-Hendrik Haase
1
-2
/
+33
2021-06-28
Fix lints
Sven-Hendrik Haase
2
-4
/
+4
2021-04-18
Prefer UTF8 for text reponses (fixes #263)
Sven-Hendrik Haase
1
-0
/
+1
2021-04-18
Rename compression code references to 'archive'
Sven-Hendrik Haase
3
-35
/
+35
2021-04-18
Change naming of uncompressed/compressed tarballs
Dean Li
5
-23
/
+18
2021-04-11
Separate tar archive and tar flags
Dean Li
5
-7
/
+25
2021-04-09
Fix breadcrumbs mess on mobile
Ali MJ Al-Nasrawy
1
-1
/
+1
2021-04-09
Fix breadcrumbs for RTL languages
Ali MJ Al-Nasrawy
1
-3
/
+3
2021-04-08
Avoid double-encoding file URL
Ali MJ Al-Nasrawy
1
-6
/
+5
2021-04-06
Fix percent encoding for URL
Ali MJ Al-Nasrawy
1
-5
/
+14
2021-04-05
Avoid unneccessary syscalls for entry metadata
Ali MJ Al-Nasrawy
1
-4
/
+7
2021-04-05
Honor --no-symlinks option when listing
Ali MJ Al-Nasrawy
1
-1
/
+1
2021-03-29
Move symlink symbol from html to css
Ali MJ Al-Nasrawy
1
-2
/
+2
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
4
-38
/
+61
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
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
2
-91
/
+94
2021-03-28
Generate completions with `miniserve --print-completions <shell>`
Andy Freeland
2
-8
/
+18
2021-03-27
Bring back the symlink symbol
Ali MJ Al-Nasrawy
2
-0
/
+17
2021-03-27
Resolve symlinks when listing
Ali MJ Al-Nasrawy
2
-23
/
+3
2021-03-26
Fix QR code display when using --random-route
Andy Freeland
1
-1
/
+1
2021-03-20
Switch from failure to thiserror
Sven-Hendrik Haase
1
-28
/
+17
2021-03-07
Add option to show hidden files
Sven-Hendrik Haase
3
-25
/
+43
2021-03-07
Start without countdown in case an explicit index is chosen
Sven-Hendrik Haase
1
-1
/
+1
2021-03-07
Fix DoS issue when deliberately sending unconforming URL paths
Sven-Hendrik Haase
1
-1
/
+1
[next]