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
/
errors.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
feat: Added HTML and Javascript progress bar when uploading files
Alec Di Vito
1
-0
/
+1
2024-01-30
Rename `StartError` -> `StartupError`
cyqsimon
1
-1
/
+1
2024-01-29
Refactor errors
cyqsimon
1
-36
/
+33
2024-01-03
Update actix-multipart to 0.6.1
Sven-Hendrik Haase
1
-1
/
+1
2023-07-26
Fix error page wrapping
Bao Trinh
1
-2
/
+10
2022-09-20
Tidy up some imports
Sven-Hendrik Haase
1
-1
/
+2
2022-09-19
Return 403 instead of 500 for upload errs
Jonas Diemer
1
-0
/
+6
2022-07-21
Use `mime` for all content type declarations
cyqsimon
1
-3
/
+3
2022-06-26
Create directory (#781)
Sheepy
1
-3
/
+3
2022-02-05
update to actix-web v4.0-rc.2
Ali MJ Al-Nasrawy
1
-4
/
+5
2021-12-28
Bump actix-web to v4.0-beta.15
jikstra
1
-11
/
+11
2021-10-13
revert unnecessary changes
Ali MJ Al-Nasrawy
1
-10
/
+3
2021-08-30
Fix clippy::too_many_arguments and rework error ..
Ali MJ Al-Nasrawy
1
-3
/
+94
2021-03-28
Refuse to start without explicit path if not attached to interactive terminal
Sven-Hendrik Haase
1
-23
/
+29
2021-03-20
Switch from failure to thiserror
Sven-Hendrik Haase
1
-28
/
+17
2021-02-19
Fix lints
Sven-Hendrik Haase
1
-4
/
+4
2020-07-21
Use actix-web-httpauth for authentication middleware
equal-l2
1
-7
/
+0
2020-07-21
Update to actix 2 and futures 0.3
equal-l2
1
-1
/
+1
2019-05-10
cargo fmt
boastful-squirrel
1
-1
/
+4
2019-05-06
Undo changes on InvalidHashMethod error
boastful-squirrel
1
-1
/
+1
2019-05-01
Display 404 error
boastful-squirrel
1
-0
/
+4
2019-05-01
Display HTTP authentication errors
boastful-squirrel
1
-0
/
+4
2019-04-27
Improved some errors
boastful-squirrel
1
-1
/
+1
2019-04-27
Combine ContextualError and ContextualErrorKind into one
khai96_
1
-54
/
+4
2019-04-26
Merged query parameter structs + improved file upload errors
boastful-squirrel
1
-0
/
+4
2019-04-26
Cargo fmt
boastful-squirrel
1
-1
/
+4
2019-04-22
Improved errors
boastful-squirrel
1
-0
/
+7
2019-04-21
Properly log error + added render_error method
boastful-squirrel
1
-0
/
+6
2019-04-21
Rework error system + avoid panics in main()
boastful-squirrel
1
-72
/
+63
2019-04-04
Fix typos
Vojtěch Pejša
1
-5
/
+5
2019-04-04
Check if we have permissions to create files.
Vojtěch Pejša
1
-0
/
+3
2019-04-04
Better error handling for file upload.
Vojtěch Pejša
1
-0
/
+17
2019-03-19
Added documentation for errors and removed useless errors
boasting-squirrel
1
-4
/
+10
2019-03-13
Switched to standard Rust logging system
boasting-squirrel
1
-12
/
+3
2019-03-13
Build tar in buffer instead of in tempfile
boasting-squirrel
1
-6
/
+0
2019-03-12
Added some docs comments to errors.rs
boasting-squirrel
1
-1
/
+6
2019-03-12
Improved error message
boasting-squirrel
1
-2
/
+2
2019-03-12
Better error messages for invalid path
boasting-squirrel
1
-10
/
+4
2019-03-12
Added some error messages + reworked the print_error_chain method
boasting-squirrel
1
-6
/
+22
2019-03-11
Started to add helpful messages for errors which could occur during archiving
boasting-squirrel
1
-0
/
+90