Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 6 | -118/+62 | |
2019-04-26 | Use 'if let' | khai96_ | 1 | -3/+4 | |
2019-04-26 | Comply to change requests | khai96_ | 2 | -2/+15 | |
- Added doc comments - Added an additional test case | |||||
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 | |
2019-04-13 | Cargo fmt | boasting-squirrel | 2 | -6/+11 | |
2019-04-13 | Fixed auth check | boasting-squirrel | 2 | -18/+24 | |
2019-04-13 | Made code more idiomatic | boasting-squirrel | 1 | -3/+3 | |
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 | Start server after countdown when no path is specified. | Vojtěch Pejša | 1 | -27/+27 | |
2019-04-07 | Fix timeout error when uploading takes longer. | Vojtěch Pejša | 1 | -2/+4 | |