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-04-24
Add a couple more integration tests
Sven-Hendrik Haase
1
-4
/
+5
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