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
2025-02-06
Make clippy happy
Sven-Hendrik Haase
1
-5
/
+2
2025-01-03
Use Self where possible
adamnemecek
1
-2
/
+2
2024-09-21
Add missing `|` to `USERINFO` set
cyqsimon
1
-1
/
+2
2024-09-21
Remove non-compliant `BASE` set
cyqsimon
1
-2
/
+1
2024-09-15
Make URL encoding fully WHATWG-compliant
cyqsimon
1
-4
/
+14
2024-06-09
Remove explicit dependency on http
Sven-Hendrik Haase
1
-2
/
+4
2024-03-28
Bump deps
Sven-Hendrik Haase
1
-1
/
+0
2024-01-30
move check for disable_indexing
Carson McManus
1
-9
/
+8
2024-01-29
Refactor errors
cyqsimon
1
-2
/
+2
2024-01-29
add `--disable-indexing` cli flag to completely disable directory indexing
Carson McManus
1
-0
/
+9
2024-01-13
Tighter code formatting
Sven-Hendrik Haase
1
-3
/
+0
2024-01-13
Clean up default order function
Sven-Hendrik Haase
1
-15
/
+10
2024-01-13
Set default sorting order and method with arguments
elandsborough
1
-2
/
+10
2023-12-11
Remove header Content-Encoding when archiving
Whyme Lyu
1
-1
/
+0
2023-12-06
Prevent illegal request path from crashing program
cyqsimon
1
-6
/
+11
2023-09-05
Use distinct query type for file op APIs
cyqsimon
1
-7
/
+6
2023-02-22
Switched from using AsRef<str> to using &Uri
Silux
1
-7
/
+7
2022-12-31
Fix more lints
Sven-Hendrik Haase
1
-1
/
+1
2022-12-19
Fix lints
Sven-Hendrik Haase
1
-1
/
+1
2022-10-12
Upgrade clap to v4
Sven-Hendrik Haase
1
-1
/
+1
2022-09-20
Tidy up some imports
Sven-Hendrik Haase
1
-3
/
+1
2022-09-19
Add support for README.txt and README files
Gaurav-Lab-PC
1
-5
/
+12
2022-09-14
Fix typos
Kian-Meng Ang
1
-2
/
+2
2022-09-01
Remove leftover `dbg!`
cyqsimon
1
-1
/
+0
2022-09-01
Fix drop-down QR code
cyqsimon
1
-17
/
+9
2022-08-22
Fix rustfmt complaints
cyqsimon
1
-6
/
+13
2022-08-22
Move QR code page style to `style.scss`
cyqsimon
1
-15
/
+8
2022-08-22
Use `mime` for content type
cyqsimon
1
-1
/
+1
2022-08-22
Switch to `qrcode` lib
cyqsimon
1
-36
/
+5
2022-08-14
Simplify README code a bit
Sven-Hendrik Haase
1
-35
/
+8
2022-08-14
Edit Readme struct to remove render bool
Gaurav
1
-19
/
+8
2022-08-14
Make Readme struct
Gaurav
1
-14
/
+47
2022-08-14
Add `--readme` info and reformat
Gaurav
1
-1
/
+0
2022-08-14
Satisfy cargo fmt
Gaurav
1
-9
/
+17
2022-08-14
Replace `markdown` by `comrak`; Render support for nested dirs
Gaurav
1
-2
/
+6
2022-08-14
Add `--readme` flag to cli
Gaurav
1
-2
/
+2
2022-08-14
Add support for readme rendering
Gaurav
1
-1
/
+7
2022-07-21
Use `mime` for all content type declarations
cyqsimon
1
-15
/
+13
2022-06-26
Create directory (#781)
Sheepy
1
-0
/
+1
2022-05-23
Fix new clippy lints
Sven-Hendrik Haase
1
-1
/
+1
2022-05-06
Allow clippy::format_push_string
Sven-Hendrik Haase
1
-3
/
+5
2022-02-05
update to actix-web v4.0-rc.2
Ali MJ Al-Nasrawy
1
-4
/
+3
2021-12-29
Implement --route-prefix to set specific route prefix
jikstra
1
-5
/
+3
2021-12-28
Bump actix-web to v4.0-beta.15
jikstra
1
-3
/
+3
2021-09-02
cargo fmt & cargo clippy
jikstra
1
-1
/
+1
2021-09-02
Fix rebase
jikstra
1
-0
/
+1
2021-09-01
Implement a raw rendering mode for recursive folder download
jikstra
1
-0
/
+7
2021-08-31
extract_query_parameters(): avoid clone and simplify
Ali MJ Al-Nasrawy
1
-15
/
+3
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
[next]