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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify README code a bit
Sven-Hendrik Haase
2022-08-14
1
-35
/
+8
*
Edit Readme struct to remove render bool
Gaurav
2022-08-14
1
-19
/
+8
*
Make Readme struct
Gaurav
2022-08-14
1
-14
/
+47
*
Add `--readme` info and reformat
Gaurav
2022-08-14
1
-1
/
+0
*
Satisfy cargo fmt
Gaurav
2022-08-14
1
-9
/
+17
*
Replace `markdown` by `comrak`; Render support for nested dirs
Gaurav
2022-08-14
1
-2
/
+6
*
Add `--readme` flag to cli
Gaurav
2022-08-14
1
-2
/
+2
*
Add support for readme rendering
Gaurav
2022-08-14
1
-1
/
+7
*
Use `mime` for all content type declarations
cyqsimon
2022-07-21
1
-15
/
+13
*
Create directory (#781)
Sheepy
2022-06-26
1
-0
/
+1
*
Fix new clippy lints
Sven-Hendrik Haase
2022-05-23
1
-1
/
+1
*
Allow clippy::format_push_string
Sven-Hendrik Haase
2022-05-06
1
-3
/
+5
*
Merge 'jikstra/feat_route_prefix' #682
Ali MJ Al-Nasrawy
2022-02-06
1
-5
/
+3
|
\
|
*
Implement --route-prefix to set specific route prefix
jikstra
2021-12-29
1
-5
/
+3
*
|
update to actix-web v4.0-rc.2
Ali MJ Al-Nasrawy
2022-02-05
1
-4
/
+3
*
|
Bump actix-web to v4.0-beta.15
jikstra
2021-12-28
1
-3
/
+3
|
/
*
Merge branch 'master' into feat_raw_mode
Jikstra
2021-09-10
1
-17
/
+3
|
\
|
*
extract_query_parameters(): avoid clone and simplify
Ali MJ Al-Nasrawy
2021-08-31
1
-15
/
+3
*
|
cargo fmt & cargo clippy
jikstra
2021-09-02
1
-1
/
+1
*
|
Fix rebase
jikstra
2021-09-02
1
-0
/
+1
*
|
Implement a raw rendering mode for recursive folder download
jikstra
2021-09-01
1
-0
/
+7
|
/
*
Fix clippy::too_many_arguments and rework error ..
Ali MJ Al-Nasrawy
2021-08-30
1
-66
/
+26
*
Implement show symlink destination
Dean Li
2021-08-30
1
-7
/
+13
*
migrate to actix-web v4.0-beta
Ali MJ Al-Nasrawy
2021-08-28
1
-23
/
+8
*
Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545
jikstra
2021-08-27
1
-1
/
+1
*
Upgrade qrcodegen (fixes #568)
Sven-Hendrik Haase
2021-08-25
1
-2
/
+33
*
Merge pull request #479 from aliemjay/rfc-resolve-symlinks
Sven-Hendrik Haase
2021-04-18
1
-20
/
+18
|
\
|
*
Merge branch 'master' into rfc-resolve-symlinks
Ali MJ Al-Nasrawy
2021-04-18
1
-10
/
+20
|
|
\
|
*
|
Avoid unneccessary syscalls for entry metadata
Ali MJ Al-Nasrawy
2021-04-05
1
-4
/
+7
|
*
|
Honor --no-symlinks option when listing
Ali MJ Al-Nasrawy
2021-04-05
1
-1
/
+1
|
*
|
Bring back the symlink symbol
Ali MJ Al-Nasrawy
2021-03-27
1
-0
/
+11
|
*
|
Resolve symlinks when listing
Ali MJ Al-Nasrawy
2021-03-27
1
-19
/
+3
*
|
|
Rename compression code references to 'archive'
Sven-Hendrik Haase
2021-04-18
1
-9
/
+9
|
|
/
|
/
|
*
|
Merge pull request #492 from deantvv/tar-and-tar-archive
Sven-Hendrik Haase
2021-04-18
1
-1
/
+3
|
\
\
|
*
|
Change naming of uncompressed/compressed tarballs
Dean Li
2021-04-18
1
-3
/
+3
|
*
|
Separate tar archive and tar flags
Dean Li
2021-04-11
1
-1
/
+3
|
|
/
*
|
Avoid double-encoding file URL
Ali MJ Al-Nasrawy
2021-04-08
1
-6
/
+5
*
|
Fix percent encoding for URL
Ali MJ Al-Nasrawy
2021-04-06
1
-5
/
+14
|
/
*
Add option to show hidden files
Sven-Hendrik Haase
2021-03-07
1
-1
/
+2
*
Fix DoS issue when deliberately sending unconforming URL paths
Sven-Hendrik Haase
2021-03-07
1
-1
/
+1
*
Add program version footer
Tamas Levai
2021-02-28
1
-0
/
+3
*
Add option to list directories first
Tamas Levai
2021-01-04
1
-0
/
+6
*
Fix lint
Sven-Hendrik Haase
2020-12-28
1
-4
/
+2
*
restore default theme cli option and add default theme dark option
Lukas Stabe
2020-10-01
1
-0
/
+6
*
move css out of html into its own route
Lukas Stabe
2020-09-26
1
-0
/
+3
*
[wip] client-side color-scheme handling
Lukas Stabe
2020-09-25
1
-12
/
+0
*
use format! instead of +
Lukas Stabe
2020-09-24
1
-1
/
+1
*
use unreachable instead of panic for unreachable case
Lukas Stabe
2020-09-24
1
-1
/
+1
*
use req.connection_info() and build breadcrumbs iteratively
Lukas Stabe
2020-09-24
1
-25
/
+36
*
add title option (#335) and breadcrumb links in heading
Lukas Stabe
2020-09-24
1
-8
/
+42
[next]