Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-05-01 | Display HTTP authentication errors | boastful-squirrel | 3 | -9/+55 |
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 |
2019-04-19 | Correct error message | khai96_ | 1 | -1/+1 |
2019-04-19 | Use '?' | khai96_ | 1 | -6/+12 |
2019-04-19 | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948 | khai96_ | 1 | -13/+12 |
2019-04-19 | Fix parse_auth and add some tests | khai96_ | 2 | -4/+136 |
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_ | 2 | -7/+12 |
2019-04-19 | Add support for hashed password (sha256) | khai96_ | 3 | -30/+59 |
2019-04-16 | Wrap title instead of overflowing | boastful-squirrel | 1 | -0/+3 |
2019-04-16 | Fix issue 70 | boastful-squirrel | 2 | -12/+14 |
2019-04-16 | Modify back to top button | wyhaya | 1 | -2/+5 |
2019-04-15 | Fix tiny lint | Sven-Hendrik Haase | 1 | -1/+1 |
2019-04-15 | Fix typo in comment | boastful-squirrel | 1 | -1/+1 |
2019-04-15 | Fix parse_auth to make it RFC-compliant + updated comments | boastful-squirrel | 1 | -3/+6 |
2019-04-15 | Use to_string() and fix comment | boastful-squirrel | 1 | -2/+2 |
2019-04-13 | Improved comment | boastful-squirrel | 1 | -1/+3 |
2019-04-13 | Fixed comment | boasting-squirrel | 1 | -1/+1 |
2019-04-13 | Fix issue #63 | boasting-squirrel | 2 | -49/+70 |
2019-04-13 | Use parse() instead of to_socket_addrs() | boasting-squirrel | 1 | -33/+35 |