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
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-06
move favicon and css to stable, non-random routes
Lukas Stabe
1
-3
/
+3
2025-02-06
Strip symlink target dir to make Windows happy
Sven-Hendrik Haase
1
-1
/
+1
2025-02-06
Clean up and modernize rstest usage
Sven-Hendrik Haase
7
-148
/
+127
2025-02-06
Get rid of server_no_stderr
Sven-Hendrik Haase
6
-54
/
+28
2025-02-06
Make symlinks into global fixtures
Sven-Hendrik Haase
4
-60
/
+48
2025-02-05
add read-only webdav support
Lukas Stabe
1
-0
/
+164
2025-01-10
Reorganize imports to be more consistent
Sven-Hendrik Haase
15
-78
/
+92
2025-01-10
Remove some unnecessary #[allow(dead_code)]
Sven-Hendrik Haase
2
-12
/
+2
2024-09-12
Fix lints
Sven-Hendrik Haase
2
-3
/
+3
2024-06-09
Bump reqwest to v0.12
Sven-Hendrik Haase
2
-2
/
+2
2024-06-09
Remove explicit dependency on http
Sven-Hendrik Haase
2
-2
/
+2
2024-01-30
tweak test assertions
Carson McManus
1
-1
/
+5
2024-01-30
add test for disabled archives
Carson McManus
1
-0
/
+28
2024-01-30
add unit tests
Carson McManus
1
-0
/
+31
2024-01-13
Make default sorting test more meaningful
Sven-Hendrik Haase
1
-12
/
+27
2024-01-13
Clean up default order function
Sven-Hendrik Haase
2
-17
/
+13
2024-01-13
Fix formatting
Sven-Hendrik Haase
1
-1
/
+1
2024-01-13
Use tokio::fs instead of std::fs to enable async file operations (fixes #445)
Sven-Hendrik Haase
1
-2
/
+2
2024-01-13
Set default sorting order and method with arguments
elandsborough
2
-1
/
+45
2024-01-07
Skip newline test case on Windows
Sven-Hendrik Haase
1
-0
/
+1
2024-01-07
Fix serving files with a newline (fixes #1294)
Sven-Hendrik Haase
1
-0
/
+1
2023-09-05
Fix clippy complaints
cyqsimon
1
-36
/
+36
2023-08-21
Fix formatting
Sven-Hendrik Haase
1
-6
/
+10
2023-08-08
Add tests for `--auth-file` flag
Proudmuslim
2
-0
/
+65
2023-08-06
Add pretty urls
Norberto Lopes
1
-0
/
+18
2023-04-16
Add EC key support (closes #1080)
Sven-Hendrik Haase
7
-104
/
+157
2023-02-25
Added tests and small fixes
Silux
1
-3
/
+19
2022-12-30
Make clippy happy
Sven-Hendrik Haase
1
-1
/
+1
2022-12-30
Run cargo fmt
Sven-Hendrik Haase
3
-7
/
+5
2022-12-19
Fix lints
Sven-Hendrik Haase
9
-46
/
+44
2022-09-19
Add support for README.txt and README files
Gaurav-Lab-PC
1
-10
/
+12
2022-09-19
Fix `fake-tty` API breaking change
cyqsimon
1
-1
/
+1
2022-09-19
Return 403 instead of 500 for upload errs
Jonas Diemer
1
-1
/
+1
2022-09-19
Switched to using Path in test to handle windows platform.
Jonas Diemer
1
-12
/
+12
2022-09-18
Fixing (hopefully) issue with path on Windows
Jonas Diemer
1
-7
/
+5
2022-09-18
Fixed formatting
Jonas Diemer
1
-3
/
+4
2022-09-18
trying to handle paths in a way that works for windows
Jonas Diemer
1
-8
/
+12
2022-09-18
Test dir with starting -
Jonas Diemer
1
-1
/
+1
2022-09-18
sanitize allowed upload paths for cases like ./dir
Jonas Diemer
1
-0
/
+1
2022-09-18
Use argument -u instead of --allowed-upload-dir
Jonas Diemer
1
-5
/
+5
2022-09-18
check status code when restricted; fix formatting
Jonas Diemer
1
-14
/
+12
2022-09-18
test case with two allowed dirs
Jonas Diemer
1
-35
/
+39
2022-09-18
Moved use to global
Jonas Diemer
1
-2
/
+1
2022-09-18
renaming of option for clarity in test
Jonas Diemer
1
-5
/
+5
2022-09-18
Renamed option for more clarity
Jonas Diemer
1
-4
/
+4
2022-09-18
Avoid error message during testing of restricted
Jonas Diemer
1
-2
/
+2
2022-09-18
added test cases for sub directory
Jonas Diemer
1
-5
/
+10
2022-09-18
Added positive test for --restrict-upload-dir
Jonas Diemer
1
-0
/
+45
2022-09-18
Removed redundant test code, fixed comments
Jonas Diemer
1
-11
/
+5
2022-09-18
Test that uploads fail if outside restricted dir
Jonas Diemer
1
-0
/
+38
[next]