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
/
renderer.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
Add asynchronous directory size counting
Sven-Hendrik Haase
1
-9
/
+72
2025-03-07
Reformat everything with Rust 2024 edition
Sven-Hendrik Haase
1
-7
/
+11
2025-03-06
Make exact byte formatting consistent with human format
Sven-Hendrik Haase
1
-2
/
+2
2025-03-03
make the option effect raw mode
Lzzzt
1
-5
/
+5
2025-03-03
Show File Size in Bytes
Lzzzt
1
-7
/
+18
2025-02-22
feat: address comments; add in new argument (`temp-directory`); add comments ...
Alec Di Vito
1
-24
/
+52
2025-02-17
feat: implement temporary file uploads and tweak mobile design
Alec Di Vito
1
-13
/
+70
2025-02-06
Add date pill and sort links for mobile views
Flat
1
-1
/
+6
2025-01-03
Use Self where possible
adamnemecek
1
-4
/
+4
2024-07-14
Don't show mkdir option when the directory is not upload allowed
Gaurav Atreya
1
-1
/
+1
2024-06-09
Remove explicit dependency on http
Sven-Hendrik Haase
1
-2
/
+1
2024-06-06
chore: clean up
Alec Di Vito
1
-4
/
+3
2024-06-06
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
1
-8
/
+235
2024-04-16
fix missing drag-form when dragging file in to browser
chaibiq
1
-1
/
+1
2024-03-16
add file and folder symbol to scss
chaibiq
1
-2
/
+2
2024-03-16
add folder and file symbol
chaibiq
1
-2
/
+2
2024-01-29
add `--disable-indexing` cli flag to completely disable directory indexing
Carson McManus
1
-1
/
+1
2024-01-13
Set default sorting order and method with arguments
elandsborough
1
-2
/
+2
2023-09-05
Use distinct query type for file op APIs
cyqsimon
1
-2
/
+2
2023-08-02
use a char instead of string literal
Dashon Wells
1
-1
/
+1
2023-08-02
Run cargo fmt to fix formatting
Dashon Wells
1
-2
/
+3
2023-08-02
Encode single quote in directory path name
Dashon Wells
1
-1
/
+2
2023-07-26
Consolidate javascript and add comments
Bao Trinh
1
-35
/
+29
2023-07-21
use grass include macro; remove build.rs
Bao Trinh
1
-4
/
+4
2023-07-20
remove commented code
Bao Trinh
1
-2
/
+0
2023-07-12
Separate color schemes into separate files
Bao Trinh
1
-0
/
+15
2023-07-11
simplify theme selection using data attributes
Bao Trinh
1
-13
/
+12
2023-03-01
Split up wget tests
Sven-Hendrik Haase
1
-23
/
+35
2023-02-25
Added tests and small fixes
Silux
1
-5
/
+68
2023-02-22
Switched from using AsRef<str> to using &Uri
Silux
1
-9
/
+10
2023-02-22
Make the wget footer click to copy
Silux
1
-1
/
+5
2023-02-22
Cleaned up thewget_footer function and generated command
Silux
1
-18
/
+14
2023-02-21
Fix the wget footer
Silux
1
-7
/
+11
2023-01-22
Bump more deps
Sven-Hendrik Haase
1
-1
/
+1
2022-12-19
Fix lints
Sven-Hendrik Haase
1
-11
/
+11
2022-12-06
[fix] Sorting breaks subdir downloading
Vamist
1
-1
/
+1
2022-11-11
Bump deps
Sven-Hendrik Haase
1
-1
/
+5
2022-11-10
Refactoring
IvkinStanislav
1
-4
/
+2
2022-11-10
Update datetime format
IvkinStanislav
1
-1
/
+1
2022-10-23
Change DateTime format
s.ivkin
1
-11
/
+6
2022-10-12
Upgrade clap to v4
Sven-Hendrik Haase
1
-3
/
+13
2022-09-26
Bump deps
Sven-Hendrik Haase
1
-2
/
+2
2022-09-20
Tidy up some imports
Sven-Hendrik Haase
1
-4
/
+3
2022-09-19
Fix `fast_qr` API breaking change
cyqsimon
1
-1
/
+1
2022-09-19
Changed handling of allowed path to fix Windows
Jonas Diemer
1
-1
/
+1
2022-09-18
cargo fmt
Jonas Diemer
1
-3
/
+6
2022-09-18
Renamed option for more clarity
Jonas Diemer
1
-1
/
+1
2022-09-18
cleaned up code using any()
Jonas Diemer
1
-14
/
+2
2022-09-18
Switched to use of PathBuf, fixed for subdirs
Jonas Diemer
1
-8
/
+15
2022-09-18
fixed rendering of upload if non-restricted
Jonas Diemer
1
-1
/
+2
[next]