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
/
auth.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
Apply WWW_AUTHENTICATE to all Unauthorized branches
khai96_
1
-11
/
+0
2019-05-24
Improve doc comment
khai96_
1
-1
/
+1
2019-05-18
Add unit test for multiple accounts
khai96_
1
-1
/
+74
2019-05-17
Fix Clippy
khai96_
1
-5
/
+5
2019-05-16
Update unit tests
khai96_
1
-18
/
+17
2019-05-16
Make some changes
khai96_
1
-41
/
+55
2019-05-05
Begin to support multiple auths
khai96_
1
-22
/
+22
2019-05-03
Return QueryParameters struct instead of tuple
boastful-squirrel
1
-1
/
+1
2019-05-02
Read query params to handle error back link
boastful-squirrel
1
-0
/
+1
2019-05-02
Cargo fmt
boastful-squirrel
1
-4
/
+8
2019-05-02
Added rustfmt_skip directive on tests
boastful-squirrel
1
-6
/
+2
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
1
-2
/
+6
2019-05-01
Fix return link when random_route is set
boastful-squirrel
1
-1
/
+6
2019-05-01
Added doc
boastful-squirrel
1
-0
/
+3
2019-05-01
Display HTTP authentication errors
boastful-squirrel
1
-5
/
+38
2019-05-01
Fix some Clippy lints
khai96_
1
-3
/
+2
2019-05-01
Ignore clippy warnings
khai96_
1
-0
/
+1
2019-04-27
Fixed test + fixed clippy warning
boastful-squirrel
1
-2
/
+2
2019-04-27
Combine ContextualError and ContextualErrorKind into one
khai96_
1
-7
/
+5
2019-04-26
Cargo fmt
boastful-squirrel
1
-2
/
+7
2019-04-26
Comply to change requests
khai96_
1
-1
/
+7
2019-04-25
Use rstest_parametrize for unit tests
khai96_
1
-68
/
+44
2019-04-24
Run cargo fmt
khai96_
1
-5
/
+11
2019-04-23
Convert hex strings to raw byte vectors and compare them
khai96_
1
-14
/
+19
2019-04-22
Improved errors
boastful-squirrel
1
-4
/
+6
2019-04-21
Rework error system + avoid panics in main()
boastful-squirrel
1
-12
/
+17
2019-04-20
Remove spaces before function names
khai96_
1
-3
/
+3
2019-04-19
Fix parse_auth and add some tests
khai96_
1
-3
/
+91
2019-04-19
Fix false positive
khai96_
1
-1
/
+1
2019-04-19
Create get_hash_hex
khai96_
1
-3
/
+6
2019-04-19
Add support for sha-512
khai96_
1
-7
/
+11
2019-04-19
Add support for hashed password (sha256)
khai96_
1
-3
/
+31
2019-04-13
Fixed auth check
boasting-squirrel
1
-12
/
+7
2019-03-08
Send 401 instead of 403 on incorrect password (fixes #47)
Sven-Hendrik Haase
1
-1
/
+1
2019-02-13
Added some docstrings
boasting-squirrel
1
-0
/
+2
2019-02-13
Removed config.rs and put back actix config in main.rs
boasting-squirrel
1
-4
/
+2
2019-02-12
Split project into multiple files
boasting-squirrel
1
-0
/
+77