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
/
config.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --directory-size flag to enable directory size calculation
Sven-Hendrik Haase
2025-03-20
1
-0
/
+4
*
Add asynchronous directory size counting
Sven-Hendrik Haase
2025-03-07
1
-2
/
+8
*
Upgrade to Rust 2024 edition
Sven-Hendrik Haase
2025-03-07
1
-2
/
+2
*
Add healthcheck route at /__miniserve_internal/healthcheck
Sven-Hendrik Haase
2025-03-07
1
-7
/
+13
*
change cli args
Lzzzt
2025-03-06
1
-1
/
+6
*
make the option effect raw mode
Lzzzt
2025-03-03
1
-2
/
+2
*
Show File Size in Bytes
Lzzzt
2025-03-03
1
-0
/
+4
*
feat: validate temp dir exists through `value_parser` and fixed clippy issues
Alec Di Vito
2025-03-02
1
-7
/
+1
*
feat: address comments; add in new argument (`temp-directory`); add comments ...
Alec Di Vito
2025-02-22
1
-0
/
+10
*
Merge branch 'master' into upload-progress-bar
Sven-Hendrik Haase
2025-02-07
1
-21
/
+16
|
\
|
*
move favicon and css to stable, non-random routes
Lukas Stabe
2025-02-06
1
-4
/
+4
|
*
add read-only webdav support
Lukas Stabe
2025-02-05
1
-0
/
+4
|
*
Use Self where possible
adamnemecek
2025-01-03
1
-1
/
+1
|
*
Bump rustls to v0.23
Sven-Hendrik Haase
2024-06-09
1
-15
/
+6
|
*
Remove explicit dependency on http
Sven-Hendrik Haase
2024-06-09
1
-1
/
+1
*
|
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
2024-06-06
1
-0
/
+4
|
/
*
add `--disable-indexing` cli flag to completely disable directory indexing
Carson McManus
2024-01-29
1
-0
/
+4
*
Fix inaccurate uses of `sanitize_path`
cyqsimon
2024-01-26
1
-2
/
+2
*
Add option for compress response
zuisong
2024-01-16
1
-0
/
+4
*
Clean up default order function
Sven-Hendrik Haase
2024-01-13
1
-22
/
+4
*
Set default sorting order and method with arguments
elandsborough
2024-01-13
1
-0
/
+27
*
Fix incorrect conditional compilation
Sven-Hendrik Haase
2023-10-10
1
-3
/
+1
*
Merge pull request #1228 from cyqsimon/upload-refactor
Sven-Hendrik Haase
2023-09-24
1
-13
/
+17
|
\
|
*
Fix clippy complaints
cyqsimon
2023-09-05
1
-1
/
+1
|
*
Minor code style refactors
cyqsimon
2023-09-05
1
-12
/
+16
|
*
Create shared file utiity module
cyqsimon
2023-07-10
1
-1
/
+1
*
|
Fix MIPS compile
Sven-Hendrik Haase
2023-08-21
1
-3
/
+2
*
|
Merge pull request #1179 from proudmuslim-dev/master
Sven-Hendrik Haase
2023-08-21
1
-2
/
+14
|
\
\
|
*
|
Add ability to read auth from file
Proudmuslim
2023-07-21
1
-2
/
+14
|
|
/
*
/
Add pretty urls
Norberto Lopes
2023-08-06
1
-0
/
+8
|
/
*
Add EC key support (closes #1080)
Sven-Hendrik Haase
2023-04-16
1
-1
/
+3
*
Run cargo fmt
Sven-Hendrik Haase
2022-12-30
1
-30
/
+29
*
Fix lints
Sven-Hendrik Haase
2022-12-19
1
-2
/
+2
*
Upgrade clap to v4
Sven-Hendrik Haase
2022-10-12
1
-2
/
+3
*
Fixed clippy issue (single-char string to char)
Jonas Diemer
2022-09-19
1
-1
/
+1
*
Changed handling of allowed path to fix Windows
Jonas Diemer
2022-09-19
1
-2
/
+8
*
fix lint errors
Jonas Diemer
2022-09-18
1
-2
/
+2
*
cargo fmt
Jonas Diemer
2022-09-18
1
-2
/
+7
*
sanitize allowed upload paths for cases like ./dir
Jonas Diemer
2022-09-18
1
-1
/
+2
*
Use argument -u instead of --allowed-upload-dir
Jonas Diemer
2022-09-18
1
-2
/
+2
*
Clarity of comment
Jonas Diemer
2022-09-18
1
-1
/
+1
*
Renamed option for more clarity
Jonas Diemer
2022-09-18
1
-2
/
+2
*
Switched to use of PathBuf, fixed for subdirs
Jonas Diemer
2022-09-18
1
-1
/
+1
*
Added option restrict-upload-dir
Jonas Diemer
2022-09-18
1
-0
/
+4
*
Satisfy cargo fmt
Gaurav
2022-08-14
1
-1
/
+1
*
Add `--readme` flag to cli
Gaurav
2022-08-14
1
-0
/
+4
*
Apply suggestions from code review
zhoupeiheng
2022-07-28
1
-0
/
+3
*
test: check_static_file_route_pattern
zhoupeiheng
2022-07-28
1
-2
/
+8
*
fix: static file support route_prefix
zhoupeiheng
2022-07-28
1
-2
/
+5
*
Create directory (#781)
Sheepy
2022-06-26
1
-0
/
+4
[next]