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
2025-04-25
Bump dav-server to v0.8
Sven-Hendrik Haase
1
-17
/
+26
2025-03-20
Add --directory-size flag to enable directory size calculation
Sven-Hendrik Haase
3
-21
/
+35
2025-03-12
fix: copy file if rename operation fails
Alec Di Vito
1
-7
/
+26
2025-03-10
Add link to miniserve GitHub to footer
Sven-Hendrik Haase
1
-1
/
+4
2025-03-09
Better formatting
Sven-Hendrik Haase
2
-3
/
+6
2025-03-09
fix loading animation and row height jumping while loading dir sizes
Lukas Stabe
1
-20
/
+2
2025-03-09
Rewrite file traversal logic to not suffer from stack overflow problem
Sven-Hendrik Haase
1
-24
/
+20
2025-03-09
Fix dir size calculation for percent-encoded paths with spaces
Sven-Hendrik Haase
3
-6
/
+11
2025-03-07
Fix lints on Windows
Sven-Hendrik Haase
1
-0
/
+6
2025-03-07
For directory size counting, ignore inodes we've seen before
Sven-Hendrik Haase
1
-5
/
+35
2025-03-07
Add asynchronous directory size counting
Sven-Hendrik Haase
8
-25
/
+173
2025-03-07
Reformat everything with Rust 2024 edition
Sven-Hendrik Haase
5
-12
/
+18
2025-03-07
Modernize actix-web middleware usage
Sven-Hendrik Haase
2
-37
/
+30
2025-03-07
Upgrade to Rust 2024 edition
Sven-Hendrik Haase
6
-15
/
+20
2025-03-07
Add healthcheck route at /__miniserve_internal/healthcheck
Sven-Hendrik Haase
2
-7
/
+18
2025-03-06
Make exact byte formatting consistent with human format
Sven-Hendrik Haase
1
-2
/
+2
2025-03-06
change cli args
Lzzzt
2
-3
/
+24
2025-03-03
make the option effect raw mode
Lzzzt
3
-9
/
+9
2025-03-03
Show File Size in Bytes
Lzzzt
3
-7
/
+26
2025-03-02
feat: validate temp dir exists through `value_parser` and fixed clippy issues
Alec Di Vito
3
-25
/
+48
2025-02-22
feat: address comments; add in new argument (`temp-directory`); add comments ...
Alec Di Vito
5
-68
/
+188
2025-02-17
feat: implement temporary file uploads and tweak mobile design
Alec Di Vito
4
-43
/
+195
2025-02-06
Add date pill and sort links for mobile views
Flat
1
-1
/
+6
2025-02-06
move favicon and css to stable, non-random routes
Lukas Stabe
1
-4
/
+4
2025-02-06
Make clippy happy
Sven-Hendrik Haase
2
-6
/
+3
2025-02-05
add read-only webdav support
Lukas Stabe
5
-2
/
+145
2025-01-03
Use Self where possible
adamnemecek
5
-20
/
+20
2024-10-11
Fix formatting
Sven-Hendrik Haase
1
-1
/
+5
2024-10-11
Prefix OVERWRITE_FILES env var
Sven-Hendrik Haase
1
-1
/
+1
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-09-12
Fix lints
Sven-Hendrik Haase
1
-2
/
+1
2024-07-20
Bump deps
Sven-Hendrik Haase
1
-7
/
+11
2024-07-14
Don't show mkdir option when the directory is not upload allowed
Gaurav Atreya
1
-1
/
+1
2024-06-26
Fix typos in CLI
Zakhary Kaplan
1
-1
/
+1
2024-06-09
Bump rustls to v0.23
Sven-Hendrik Haase
2
-16
/
+7
2024-06-09
Remove explicit dependency on http
Sven-Hendrik Haase
4
-6
/
+7
2024-06-06
chore: clean up
Alec Di Vito
2
-5
/
+4
2024-06-06
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
5
-13
/
+261
2024-04-26
Improve documentation for the --header parameter (#1389)
orwithout
1
-1
/
+6
2024-04-26
Bump deps
Sven-Hendrik Haase
1
-1
/
+2
2024-04-16
fix missing drag-form when dragging file in to browser
chaibiq
1
-1
/
+1
2024-03-28
Bump deps
Sven-Hendrik Haase
1
-1
/
+0
2024-03-16
add file and folder symbol to scss
chaibiq
1
-2
/
+2
2024-03-16
add folder and file symbol
chaibiq
1
-2
/
+2
2024-02-01
tweak doc comment
Carson McManus
1
-2
/
+2
2024-01-30
move check for disable_indexing
Carson McManus
1
-9
/
+8
2024-01-30
Revert "completely disable the listing renderer when indexing is disabled"
Carson McManus
1
-15
/
+3
2024-01-30
completely disable the listing renderer when indexing is disabled
Carson McManus
1
-3
/
+15
[next]