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
/
args.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
Add --directory-size flag to enable directory size calculation
Sven-Hendrik Haase
1
-0
/
+6
2025-03-07
Add asynchronous directory size counting
Sven-Hendrik Haase
1
-1
/
+1
2025-03-07
Reformat everything with Rust 2024 edition
Sven-Hendrik Haase
1
-1
/
+3
2025-03-06
change cli args
Lzzzt
1
-2
/
+18
2025-03-03
make the option effect raw mode
Lzzzt
1
-2
/
+2
2025-03-03
Show File Size in Bytes
Lzzzt
1
-0
/
+4
2025-03-02
feat: validate temp dir exists through `value_parser` and fixed clippy issues
Alec Di Vito
1
-0
/
+15
2025-02-22
feat: address comments; add in new argument (`temp-directory`); add comments ...
Alec Di Vito
1
-0
/
+22
2025-02-17
feat: implement temporary file uploads and tweak mobile design
Alec Di Vito
1
-3
/
+7
2025-02-05
add read-only webdav support
Lukas Stabe
1
-0
/
+6
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-06-26
Fix typos in CLI
Zakhary Kaplan
1
-1
/
+1
2024-06-09
Remove explicit dependency on http
Sven-Hendrik Haase
1
-1
/
+1
2024-06-06
chore: clean up
Alec Di Vito
1
-1
/
+1
2024-06-06
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
1
-0
/
+8
2024-04-26
Improve documentation for the --header parameter (#1389)
orwithout
1
-1
/
+6
2024-02-01
tweak doc comment
Carson McManus
1
-2
/
+2
2024-01-30
add short version of `--disable-indexing` cli arg
Carson McManus
1
-1
/
+2
2024-01-29
Refactor errors
cyqsimon
1
-6
/
+26
2024-01-29
add `--disable-indexing` cli flag to completely disable directory indexing
Carson McManus
1
-0
/
+6
2024-01-16
Reformat args help
Sven-Hendrik Haase
1
-3
/
+5
2024-01-16
Add option for compress response
zuisong
1
-0
/
+12
2024-01-13
Clean up default order function
Sven-Hendrik Haase
1
-4
/
+5
2024-01-13
Set default sorting order and method with arguments
elandsborough
1
-0
/
+20
2023-11-09
Better help for -u
Sven-Hendrik Haase
1
-0
/
+5
2023-08-21
Fix arg help formatting
Sven-Hendrik Haase
1
-4
/
+9
2023-08-06
Add pretty urls
Norberto Lopes
1
-0
/
+8
2023-08-03
Add file content example to `--auth-file` argument
proudmuslim-dev
1
-1
/
+5
2023-08-03
Update src/args.rs
proudmuslim-dev
1
-1
/
+1
2023-07-21
Add ability to read auth from file
Proudmuslim
1
-1
/
+5
2023-07-05
Allow parameters to be provided via env vars
Sven-Hendrik Haase
1
-32
/
+78
2022-12-19
Fix lints
Sven-Hendrik Haase
1
-4
/
+4
2022-11-11
Fix clap 4 behavior when allowing duplicate args
Sven-Hendrik Haase
1
-12
/
+3
2022-10-14
Golf a use line
Sven-Hendrik Haase
1
-2
/
+1
2022-10-14
Fix clap deprecations
Sven-Hendrik Haase
1
-36
/
+35
2022-10-12
Upgrade clap to v4
Sven-Hendrik Haase
1
-33
/
+24
2022-09-20
Tidy up some imports
Sven-Hendrik Haase
1
-2
/
+3
2022-09-18
Improved output of -h
Jonas Diemer
1
-1
/
+1
2022-09-18
cargo fmt
Jonas Diemer
1
-1
/
+6
2022-09-18
Use argument -u instead of --allowed-upload-dir
Jonas Diemer
1
-11
/
+5
2022-09-18
Renamed option for more clarity
Jonas Diemer
1
-3
/
+5
2022-09-18
Switched to use of PathBuf, fixed for subdirs
Jonas Diemer
1
-3
/
+2
2022-09-18
Added dependency to -u for --restrict-upload-dir
Jonas Diemer
1
-1
/
+2
2022-09-18
Added option restrict-upload-dir
Jonas Diemer
1
-0
/
+4
2022-09-14
Fix typos
Kian-Meng Ang
1
-1
/
+1
2022-08-14
Correct Spelling
Gaurav
1
-1
/
+1
2022-08-14
Add `--readme` info and reformat
Gaurav
1
-2
/
+2
2022-08-14
Add `--readme` flag to cli
Gaurav
1
-0
/
+4
2022-06-26
Create directory (#781)
Sheepy
1
-0
/
+4
[next]