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
...
*
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
|
*
Fix incorrect usage of app data extractor
cyqsimon
2023-09-05
1
-1
/
+1
|
*
Minor code style refactors
cyqsimon
2023-09-05
2
-21
/
+27
|
*
Use distinct query type for file op APIs
cyqsimon
2023-09-05
3
-18
/
+20
|
*
rename `file_upload` to `file_op`
cyqsimon
2023-09-05
2
-2
/
+4
|
*
Rewrite `contains_symlink`
cyqsimon
2023-09-05
2
-29
/
+41
|
*
Make file util functions generic
cyqsimon
2023-07-10
1
-4
/
+4
|
*
Create shared file utiity module
cyqsimon
2023-07-10
4
-86
/
+88
*
|
Fix MIPS compile
Sven-Hendrik Haase
2023-08-21
1
-3
/
+2
*
|
Fix arg help formatting
Sven-Hendrik Haase
2023-08-21
1
-4
/
+9
*
|
Merge pull request #1179 from proudmuslim-dev/master
Sven-Hendrik Haase
2023-08-21
2
-3
/
+23
|
\
\
|
*
|
Add file content example to `--auth-file` argument
proudmuslim-dev
2023-08-03
1
-1
/
+5
|
*
|
Update src/args.rs
proudmuslim-dev
2023-08-03
1
-1
/
+1
|
*
|
Add ability to read auth from file
Proudmuslim
2023-07-21
2
-3
/
+19
|
|
/
*
|
Adjust from feedback
Norberto Lopes
2023-08-07
1
-1
/
+6
*
|
Add pretty urls
Norberto Lopes
2023-08-06
3
-1
/
+39
*
|
use a char instead of string literal
Dashon Wells
2023-08-02
1
-1
/
+1
*
|
Run cargo fmt to fix formatting
Dashon Wells
2023-08-02
1
-2
/
+3
*
|
Encode single quote in directory path name
Dashon Wells
2023-08-02
1
-1
/
+2
*
|
Fix error page wrapping
Bao Trinh
2023-07-26
1
-2
/
+10
*
|
Consolidate javascript and add comments
Bao Trinh
2023-07-26
1
-35
/
+29
*
|
use grass include macro; remove build.rs
Bao Trinh
2023-07-21
2
-5
/
+5
*
|
remove commented code
Bao Trinh
2023-07-20
1
-2
/
+0
*
|
Separate color schemes into separate files
Bao Trinh
2023-07-12
2
-3
/
+29
*
|
simplify theme selection using data attributes
Bao Trinh
2023-07-11
1
-13
/
+12
|
/
*
Fix ANSI color codes are printed when not a tty
Sven-Hendrik Haase
2023-07-05
1
-12
/
+14
*
Allow parameters to be provided via env vars
Sven-Hendrik Haase
2023-07-05
1
-32
/
+78
*
Remove atty dep
Sven-Hendrik Haase
2023-07-02
1
-4
/
+4
*
Switch from deprecated get_if_addrs to if-addrs
Sven-Hendrik Haase
2023-04-20
1
-1
/
+1
*
Add EC key support (closes #1080)
Sven-Hendrik Haase
2023-04-16
1
-1
/
+3
*
Split up wget tests
Sven-Hendrik Haase
2023-03-01
1
-23
/
+35
*
Merge pull request #1043 from Yusuto/wget-fix
Sven-Hendrik Haase
2023-03-01
2
-27
/
+95
|
\
|
*
Added tests and small fixes
Silux
2023-02-25
1
-5
/
+68
|
*
Switched from using AsRef<str> to using &Uri
Silux
2023-02-22
2
-16
/
+17
|
*
Make the wget footer click to copy
Silux
2023-02-22
1
-1
/
+5
|
*
Cleaned up thewget_footer function and generated command
Silux
2023-02-22
1
-18
/
+14
|
*
Fix the wget footer
Silux
2023-02-21
1
-7
/
+11
[prev]
[next]