Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Improved errors | boastful-squirrel | 2019-04-22 | 2 | -4/+13 | |
| | | | ||||||
| * | | Fixed syntax error | boastful-squirrel | 2019-04-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 4 | -9/+16 | |
| | | | ||||||
| * | | Print upload/archive errors also in terminal | boastful-squirrel | 2019-04-21 | 2 | -3/+7 | |
| | | | ||||||
| * | | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 6 | -178/+251 | |
| | | | ||||||
| * | | cargo fmt | boastful-squirrel | 2019-04-21 | 1 | -5/+3 | |
| | | | ||||||
| * | | Print error on the web page rather than on the terminal | boastful-squirrel | 2019-04-21 | 1 | -3/+1 | |
| | | | ||||||
| * | | Improved upload error display | boastful-squirrel | 2019-04-21 | 1 | -2/+1 | |
| | | | ||||||
| * | | Set upload input as required | boastful-squirrel | 2019-04-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use rstest_parametrize for unit tests | khai96_ | 2019-04-25 | 2 | -126/+71 | |
| | | | ||||||
| | * | Update Cargo.lock | khai96_ | 2019-04-25 | 1 | -5/+6 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-25 | 6 | -175/+229 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #82 from svenstaro/dependabot/cargo/pretty_assertions-0.6.1 | Sven-Hendrik Haase | 2019-04-24 | 2 | -4/+25 | |
|\ \ \ | | | | | | | | | Bump pretty_assertions from 0.5.1 to 0.6.1 | |||||
| * | | | Bump pretty_assertions from 0.5.1 to 0.6.1 | dependabot[bot] | 2019-04-24 | 2 | -4/+25 | |
|/ / / | | | | | | | | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.5.1 to 0.6.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.1...v0.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | Add a couple more integration tests | Sven-Hendrik Haase | 2019-04-24 | 5 | -174/+208 | |
| | | | ||||||
* | | | Hide Github API key (fixes #77) | Sven-Hendrik Haase | 2019-04-22 | 1 | -1/+1 | |
|/ / | ||||||
| * | Run cargo fmt | khai96_ | 2019-04-24 | 2 | -7/+13 | |
| | | ||||||
| * | Use format! instead of manual string concatenation | khai96_ | 2019-04-24 | 1 | -3/+2 | |
| | | ||||||
| * | Convert hex strings to raw byte vectors and compare them | khai96_ | 2019-04-23 | 2 | -26/+44 | |
| | | ||||||
| * | Remove spaces before function names | khai96_ | 2019-04-20 | 1 | -3/+3 | |
| | | ||||||
| * | Update help description for --auth | khai96_ | 2019-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add tests for where parse_auth fails | khai96_ | 2019-04-19 | 1 | -0/+27 | |
| | | ||||||
| * | Correct error message | khai96_ | 2019-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branches 'pullrequest.hashed-password.alt0' and ↵ | khai96_ | 2019-04-19 | 1 | -6/+12 | |
| |\ | | | | | | | | | | 'pullrequest.hashed-password.alt1' into pullrequest.hashed-password | |||||
| | * | Use '?' | khai96_ | 2019-04-19 | 1 | -6/+12 | |
| | | | ||||||
| * | | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948 | khai96_ | 2019-04-19 | 1 | -13/+12 | |
| |/ | ||||||
| * | Fix parse_auth and add some tests | khai96_ | 2019-04-19 | 2 | -4/+136 | |
| | | ||||||
| * | Fix false positive | khai96_ | 2019-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Create get_hash_hex | khai96_ | 2019-04-19 | 1 | -3/+6 | |
| | | ||||||
| * | Add support for sha-512 | khai96_ | 2019-04-19 | 2 | -7/+12 | |
| | | ||||||
| * | Add support for hashed password (sha256) | khai96_ | 2019-04-19 | 6 | -30/+144 | |
|/ | ||||||
* | Merge pull request #74 from KSXGitHub/pullrequest.editorconfig | Sven-Hendrik Haase | 2019-04-18 | 1 | -0/+3 | |
|\ | | | | | Create .editorconfig | |||||
| * | Create .editorconfig | khai96_ | 2019-04-18 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #71 from boastful-squirrel/fix70 | Sven-Hendrik Haase | 2019-04-17 | 2 | -12/+14 | |
|\ | | | | | Fix issue 70 | |||||
| * | Fix issue 70 | boastful-squirrel | 2019-04-16 | 2 | -12/+14 | |
| | | ||||||
* | | Merge pull request #72 from boastful-squirrel/word-wrap | Sven-Hendrik Haase | 2019-04-16 | 1 | -0/+3 | |
|\ \ | | | | | | | Wrap title | |||||
| * \ | Merge branch 'master' into word-wrap | boastful-squirrel | 2019-04-16 | 1 | -2/+5 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #69 from wyhaya/master | Sven-Hendrik Haase | 2019-04-16 | 1 | -2/+5 | |
|\ \ \ | |_|/ |/| | | Modify back to top button | |||||
| * | | Modify back to top button | wyhaya | 2019-04-16 | 1 | -2/+5 | |
|/ / | ||||||
| * | Wrap title instead of overflowing | boastful-squirrel | 2019-04-16 | 1 | -0/+3 | |
|/ | ||||||
* | Only run tests on Linux | Sven-Hendrik Haase | 2019-04-16 | 1 | -1/+1 | |
| | ||||||
* | Try using port_check to make travis happy | Sven-Hendrik Haase | 2019-04-16 | 3 | -9/+6 | |
| | ||||||
* | Enable RUST_BACKTRACE=1 on travis | Sven-Hendrik Haase | 2019-04-16 | 1 | -2/+2 | |
| | ||||||
* | Run cargo test on travis | Sven-Hendrik Haase | 2019-04-15 | 1 | -2/+2 | |
| | ||||||
* | Fix port | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 | |
| | ||||||
* | Set up testing infrastructure and add some integration tests (fixes #68) | Sven-Hendrik Haase | 2019-04-15 | 3 | -0/+904 | |
| | ||||||
* | Fix tiny lint | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #64 from boastful-squirrel/fix_auth | Sven-Hendrik Haase | 2019-04-15 | 3 | -23/+37 | |
|\ | | | | | Fix auth check | |||||
| * | Fix typo in comment | boastful-squirrel | 2019-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into fix_auth | boastful-squirrel | 2019-04-15 | 4 | -72/+93 | |
| |\ |