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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade to Rust 2024 edition
Sven-Hendrik Haase
2025-03-07
6
-15
/
+20
*
Add healthcheck route at /__miniserve_internal/healthcheck
Sven-Hendrik Haase
2025-03-07
2
-7
/
+18
*
Make exact byte formatting consistent with human format
Sven-Hendrik Haase
2025-03-06
1
-2
/
+2
*
change cli args
Lzzzt
2025-03-06
2
-3
/
+24
*
make the option effect raw mode
Lzzzt
2025-03-03
3
-9
/
+9
*
Show File Size in Bytes
Lzzzt
2025-03-03
3
-7
/
+26
*
feat: validate temp dir exists through `value_parser` and fixed clippy issues
Alec Di Vito
2025-03-02
3
-25
/
+48
*
feat: address comments; add in new argument (`temp-directory`); add comments ...
Alec Di Vito
2025-02-22
5
-68
/
+188
*
feat: implement temporary file uploads and tweak mobile design
Alec Di Vito
2025-02-17
4
-43
/
+195
*
Merge branch 'master' into upload-progress-bar
Sven-Hendrik Haase
2025-02-07
10
-72
/
+226
|
\
|
*
Add date pill and sort links for mobile views
Flat
2025-02-06
1
-1
/
+6
|
*
move favicon and css to stable, non-random routes
Lukas Stabe
2025-02-06
1
-4
/
+4
|
*
Make clippy happy
Sven-Hendrik Haase
2025-02-06
2
-6
/
+3
|
*
add read-only webdav support
Lukas Stabe
2025-02-05
5
-2
/
+145
|
*
Use Self where possible
adamnemecek
2025-01-03
5
-20
/
+20
|
*
Fix formatting
Sven-Hendrik Haase
2024-10-11
1
-1
/
+5
|
*
Prefix OVERWRITE_FILES env var
Sven-Hendrik Haase
2024-10-11
1
-1
/
+1
|
*
Add missing `|` to `USERINFO` set
cyqsimon
2024-09-21
1
-1
/
+2
|
*
Remove non-compliant `BASE` set
cyqsimon
2024-09-21
1
-2
/
+1
|
*
Make URL encoding fully WHATWG-compliant
cyqsimon
2024-09-15
1
-4
/
+14
|
*
Fix lints
Sven-Hendrik Haase
2024-09-12
1
-2
/
+1
|
*
Merge pull request #1442 from Atreyagaurav/master
Sven-Hendrik Haase
2024-09-12
1
-1
/
+1
|
|
\
|
|
*
Don't show mkdir option when the directory is not upload allowed
Gaurav Atreya
2024-07-14
1
-1
/
+1
|
*
|
Bump deps
Sven-Hendrik Haase
2024-07-20
1
-7
/
+11
|
|
/
|
*
Fix typos in CLI
Zakhary Kaplan
2024-06-26
1
-1
/
+1
|
*
Bump rustls to v0.23
Sven-Hendrik Haase
2024-06-09
2
-16
/
+7
|
*
Remove explicit dependency on http
Sven-Hendrik Haase
2024-06-09
4
-6
/
+7
*
|
chore: clean up
Alec Di Vito
2024-06-06
2
-5
/
+4
*
|
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
2024-06-06
5
-13
/
+261
|
/
*
Improve documentation for the --header parameter (#1389)
orwithout
2024-04-26
1
-1
/
+6
*
Bump deps
Sven-Hendrik Haase
2024-04-26
1
-1
/
+2
*
fix missing drag-form when dragging file in to browser
chaibiq
2024-04-16
1
-1
/
+1
*
Bump deps
Sven-Hendrik Haase
2024-03-28
1
-1
/
+0
*
Merge pull request #1329 from dyc3/disable-indexing
Sven-Hendrik Haase
2024-02-01
4
-1
/
+20
|
\
|
*
tweak doc comment
Carson McManus
2024-02-01
1
-2
/
+2
|
*
move check for disable_indexing
Carson McManus
2024-01-30
1
-9
/
+8
|
*
Revert "completely disable the listing renderer when indexing is disabled"
Carson McManus
2024-01-30
1
-15
/
+3
|
*
completely disable the listing renderer when indexing is disabled
Carson McManus
2024-01-30
1
-3
/
+15
|
*
add short version of `--disable-indexing` cli arg
Carson McManus
2024-01-30
1
-1
/
+2
|
*
add `--disable-indexing` cli flag to completely disable directory indexing
Carson McManus
2024-01-29
4
-1
/
+20
*
|
Rename `StartError` -> `StartupError`
cyqsimon
2024-01-30
2
-11
/
+12
*
|
Refactor errors
cyqsimon
2024-01-29
7
-134
/
+142
|
/
*
Fix inaccurate uses of `sanitize_path`
cyqsimon
2024-01-26
2
-5
/
+6
*
Reformat args help
Sven-Hendrik Haase
2024-01-16
1
-3
/
+5
*
Add option for compress response
zuisong
2024-01-16
3
-1
/
+20
*
Compress response using `actix_web::middleware::compress`
Dean Li
2024-01-14
1
-0
/
+1
*
Tighter code formatting
Sven-Hendrik Haase
2024-01-13
1
-3
/
+0
*
Clean up default order function
Sven-Hendrik Haase
2024-01-13
3
-41
/
+19
*
Merge pull request #1308 from ElliottLandsborough/set_sorting_order_with_argu...
Sven-Hendrik Haase
2024-01-13
4
-4
/
+59
|
\
|
*
Set default sorting order and method with arguments
elandsborough
2024-01-13
4
-4
/
+59
[next]