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
/
listing.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-30
Fix clippy::too_many_arguments and rework error ..
Ali MJ Al-Nasrawy
1
-66
/
+26
2021-08-30
Implement show symlink destination
Dean Li
1
-7
/
+13
2021-08-28
migrate to actix-web v4.0-beta
Ali MJ Al-Nasrawy
1
-23
/
+8
2021-08-27
Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545
jikstra
1
-1
/
+1
2021-08-25
Upgrade qrcodegen (fixes #568)
Sven-Hendrik Haase
1
-2
/
+33
2021-04-18
Rename compression code references to 'archive'
Sven-Hendrik Haase
1
-9
/
+9
2021-04-18
Change naming of uncompressed/compressed tarballs
Dean Li
1
-3
/
+3
2021-04-11
Separate tar archive and tar flags
Dean Li
1
-1
/
+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-27
Bring back the symlink symbol
Ali MJ Al-Nasrawy
1
-0
/
+11
2021-03-27
Resolve symlinks when listing
Ali MJ Al-Nasrawy
1
-19
/
+3
2021-03-07
Add option to show hidden files
Sven-Hendrik Haase
1
-1
/
+2
2021-03-07
Fix DoS issue when deliberately sending unconforming URL paths
Sven-Hendrik Haase
1
-1
/
+1
2021-02-28
Add program version footer
Tamas Levai
1
-0
/
+3
2021-01-04
Add option to list directories first
Tamas Levai
1
-0
/
+6
2020-12-28
Fix lint
Sven-Hendrik Haase
1
-4
/
+2
2020-10-01
restore default theme cli option and add default theme dark option
Lukas Stabe
1
-0
/
+6
2020-09-26
move css out of html into its own route
Lukas Stabe
1
-0
/
+3
2020-09-25
[wip] client-side color-scheme handling
Lukas Stabe
1
-12
/
+0
2020-09-24
use format! instead of +
Lukas Stabe
1
-1
/
+1
2020-09-24
use unreachable instead of panic for unreachable case
Lukas Stabe
1
-1
/
+1
2020-09-24
use req.connection_info() and build breadcrumbs iteratively
Lukas Stabe
1
-25
/
+36
2020-09-24
add title option (#335) and breadcrumb links in heading
Lukas Stabe
1
-8
/
+42
2020-09-24
Add embedded favicon (fixes #364)
Sven-Hendrik Haase
1
-0
/
+3
2020-08-24
Fix double-escaping (fixes #354)
Sven-Hendrik Haase
1
-5
/
+3
2020-08-21
make linter happy
Lukas Stabe
1
-2
/
+6
2020-08-21
make name ordering case-insensitive
Lukas Stabe
1
-23
/
+19
2020-08-21
url-decode path in title and heading
Lukas Stabe
1
-3
/
+12
2020-07-21
Remove unrelevant comments
equal-l2
1
-13
/
+0
2020-07-21
Update to actix 2 and futures 0.3
equal-l2
1
-63
/
+77
2020-07-20
cargo fmt
Sven-Hendrik Haase
1
-9
/
+6
2020-07-05
Add generate QR code (#330)
wyhaya
1
-0
/
+23
2020-06-26
Make clippy and cargo fmt happy
Sven-Hendrik Haase
1
-1
/
+1
2020-05-10
make sure archiving is opt-in
marawan ragab
1
-3
/
+5
2020-03-11
Format everything
Sven-Hendrik Haase
1
-6
/
+5
2020-03-02
Ignore clippy warning
Damian
1
-1
/
+1
2020-03-02
Added option to disable archives
Damian
1
-0
/
+21
2019-11-22
Compare paths instead of strings
boastful-squirrel
1
-1
/
+1
2019-07-25
Upgrade percent-encoding to 2.0
Sven-Hendrik Haase
1
-2
/
+4
2019-07-24
Fix tests
Sven-Hendrik Haase
1
-13
/
+13
2019-07-08
fix parent directory
wyhaya
1
-2
/
+13
2019-06-24
Add doc and comments
Alexandre Bury
1
-4
/
+13
2019-06-14
Enable streaming tarball download
Alexandre Bury
1
-38
/
+38
2019-05-31
refactor code
mahdi
1
-2
/
+2
2019-05-03
Return QueryParameters struct instead of tuple
boastful-squirrel
1
-26
/
+24
2019-05-02
Print error when parsing query parameters fail
boastful-squirrel
1
-6
/
+9
2019-05-02
Read query params to handle error back link
boastful-squirrel
1
-11
/
+29
[prev]
[next]