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
*
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
*
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
*
|
Use tokio::fs instead of std::fs to enable async file operations (fixes #445)
Sven-Hendrik Haase
2024-01-13
1
-8
/
+9
*
|
Fix formatting
Sven-Hendrik Haase
2024-01-13
1
-8
/
+14
*
|
Ignore readonly metadata and handle errors instead
Victor
2024-01-11
1
-11
/
+15
|
/
*
Merge pull request #1285 from cyqsimon/listing-crash-fix
Sven-Hendrik Haase
2024-01-03
1
-6
/
+11
|
\
|
*
Prevent illegal request path from crashing program
cyqsimon
2023-12-06
1
-6
/
+11
*
|
Merge pull request #1290 from 5long/remove-content-encoding
Sven-Hendrik Haase
2024-01-03
2
-10
/
+0
|
\
\
|
*
|
Remove header Content-Encoding when archiving
Whyme Lyu
2023-12-11
2
-10
/
+0
|
|
/
*
/
Update actix-multipart to 0.6.1
Sven-Hendrik Haase
2024-01-03
2
-3
/
+3
|
/
*
Better help for -u
Sven-Hendrik Haase
2023-11-09
1
-0
/
+5
*
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
6
-132
/
+156
|
\
|
*
Fix clippy complaints
cyqsimon
2023-09-05
1
-1
/
+1
[next]