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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
Undo changes on src/archive.rs
boastful-squirrel
1
-12
/
+31
2019-05-06
Add example for --auth formatting
khai96_
1
-0
/
+1
2019-05-05
Refactoring: Use immutable HashMap
khai96_
1
-13
/
+12
2019-05-05
Add unit test for where it provides multiple valid auth strings
khai96_
1
-2
/
+26
2019-05-05
Begin to support multiple auths
khai96_
2
-31
/
+43
2019-05-03
Return QueryParameters struct instead of tuple
boastful-squirrel
5
-44
/
+44
2019-05-02
Print error when parsing query parameters fail
boastful-squirrel
1
-6
/
+9
2019-05-02
Display path instead of uri in 404 error
boastful-squirrel
1
-1
/
+1
2019-05-02
Read query params to handle error back link
boastful-squirrel
5
-58
/
+61
2019-05-02
Cargo fmt
boastful-squirrel
3
-7
/
+12
2019-05-02
Added rustfmt_skip directive on tests
boastful-squirrel
2
-10
/
+4
2019-05-02
Rename p404
boastful-squirrel
1
-5
/
+5
2019-05-01
Return to root when auth succeeds
boastful-squirrel
1
-1
/
+1
2019-05-01
Use HTTP StatusCode for error title
boastful-squirrel
5
-7
/
+23
2019-05-01
Fix return link when random_route is set
boastful-squirrel
2
-2
/
+14
2019-05-01
Added doc
boastful-squirrel
1
-0
/
+3
2019-05-01
Display 404 error
boastful-squirrel
2
-2
/
+27
2019-05-01
Display HTTP authentication errors
boastful-squirrel
3
-9
/
+55
2019-05-01
Fix some Clippy lints
khai96_
2
-6
/
+4
2019-05-01
Ignore clippy warnings
khai96_
4
-0
/
+4
2019-04-29
Make error page uniform
boastful-squirrel
1
-0
/
+4
2019-04-27
Fixed test + fixed clippy warning
boastful-squirrel
2
-3
/
+3
2019-04-27
Improved some errors
boastful-squirrel
2
-2
/
+2
2019-04-27
Themed errors
boastful-squirrel
5
-45
/
+222
2019-04-27
Combine ContextualError and ContextualErrorKind into one
khai96_
6
-118
/
+62
2019-04-26
Made ColorScheme, SortingMethod and SortingOrder enums derive Copy
boastful-squirrel
4
-55
/
+55
2019-04-26
Merged query parameter structs + improved file upload errors
boastful-squirrel
3
-23
/
+40
2019-04-26
Cargo fmt
boastful-squirrel
3
-11
/
+24
2019-04-26
Use 'if let'
khai96_
1
-3
/
+4
2019-04-26
Comply to change requests
khai96_
2
-2
/
+15
2019-04-25
Use rstest_parametrize for unit tests
khai96_
2
-126
/
+71
2019-04-24
Run cargo fmt
khai96_
2
-7
/
+13
2019-04-24
Use format! instead of manual string concatenation
khai96_
1
-3
/
+2
2019-04-24
Add a couple more integration tests
Sven-Hendrik Haase
2
-7
/
+9
2019-04-23
Made code more idiomatic
boastful-squirrel
1
-35
/
+34
2019-04-23
Convert hex strings to raw byte vectors and compare them
khai96_
2
-26
/
+44
2019-04-22
Fixed comment
boastful-squirrel
1
-1
/
+1
2019-04-22
Display errors from main() through log strem
boastful-squirrel
1
-1
/
+1
2019-04-22
Improved errors
boastful-squirrel
2
-4
/
+13
2019-04-21
Fixed syntax error
boastful-squirrel
1
-2
/
+2
2019-04-21
Properly log error + added render_error method
boastful-squirrel
4
-9
/
+16
2019-04-21
Print upload/archive errors also in terminal
boastful-squirrel
2
-3
/
+7
2019-04-21
Rework error system + avoid panics in main()
boastful-squirrel
6
-178
/
+251
2019-04-21
cargo fmt
boastful-squirrel
1
-5
/
+3
2019-04-21
Print error on the web page rather than on the terminal
boastful-squirrel
1
-3
/
+1
2019-04-21
Improved upload error display
boastful-squirrel
1
-2
/
+1
2019-04-20
Set upload input as required
boastful-squirrel
1
-1
/
+1
2019-04-20
Remove spaces before function names
khai96_
1
-3
/
+3
2019-04-19
Update help description for --auth
khai96_
1
-1
/
+1
2019-04-19
Add tests for where parse_auth fails
khai96_
1
-0
/
+27
[prev]
[next]