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
/
file_upload.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-06-09
Add dyns
Sven-Hendrik Haase
1
-2
/
+2
2019-05-03
Return QueryParameters struct instead of tuple
boastful-squirrel
1
-11
/
+11
2019-05-02
Read query params to handle error back link
boastful-squirrel
1
-41
/
+18
2019-05-02
Cargo fmt
boastful-squirrel
1
-2
/
+3
2019-05-01
Use HTTP StatusCode for error title
boastful-squirrel
1
-1
/
+8
2019-04-27
Improved some errors
boastful-squirrel
1
-1
/
+1
2019-04-27
Themed errors
boastful-squirrel
1
-22
/
+86
2019-04-27
Combine ContextualError and ContextualErrorKind into one
khai96_
1
-16
/
+16
2019-04-26
Merged query parameter structs + improved file upload errors
boastful-squirrel
1
-21
/
+33
2019-04-24
Add a couple more integration tests
Sven-Hendrik Haase
1
-4
/
+5
2019-04-21
Properly log error + added render_error method
boastful-squirrel
1
-6
/
+6
2019-04-21
Print upload/archive errors also in terminal
boastful-squirrel
1
-0
/
+1
2019-04-21
Rework error system + avoid panics in main()
boastful-squirrel
1
-18
/
+39
2019-04-09
Replace format with to_string()
Vojtěch Pejša
1
-4
/
+1
2019-04-09
Change HTTP response code and cleanup previus commit.
Vojtěch Pejša
1
-5
/
+6
2019-04-08
Refactor file upload.
Vojtěch Pejša
1
-28
/
+38
2019-04-07
Fix timeout error when uploading takes longer.
Vojtěch Pejša
1
-2
/
+4
2019-04-04
Fix typos and indentation.
Vojtěch Pejša
1
-8
/
+8
2019-04-04
Fix syntax error and clippy warnings.
Vojtěch Pejša
1
-12
/
+17
2019-04-04
Check if we have permissions to create files.
Vojtěch Pejša
1
-1
/
+13
2019-04-04
Better error handling for file upload.
Vojtěch Pejša
1
-22
/
+33
2019-04-04
Fix file upload when used with random route.
Vojtěch Pejša
1
-2
/
+4
2019-04-04
Add CLI arguments for file uploading.
Vojtěch Pejša
1
-4
/
+9
2019-04-04
Use proper typed query param.
Vojtěch Pejša
1
-16
/
+25
2019-04-04
Document file upload.
Vojtěch Pejša
1
-2
/
+9
2019-04-04
Refactoring
Vojtěch Pejša
1
-48
/
+36
2019-04-04
Check if file path is under app root dir.
Vojtěch Pejša
1
-7
/
+20
2019-04-04
Implement file upload.
Vojtěch Pejša
1
-0
/
+100