Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| |\ | |||||
| * | | Fix parse_auth to make it RFC-compliant + updated comments | boastful-squirrel | 2019-04-15 | 1 | -3/+6 |
| | | | |||||
| * | | Cargo fmt | boasting-squirrel | 2019-04-13 | 2 | -6/+11 |
| | | | |||||
| * | | Fixed auth check | boasting-squirrel | 2019-04-13 | 2 | -18/+24 |
| | | | |||||
| * | | Made code more idiomatic | boasting-squirrel | 2019-04-13 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #65 from boastful-squirrel/socketaddr | Sven-Hendrik Haase | 2019-04-15 | 1 | -33/+37 |
|\ \ \ | |_|/ |/| | | Use parse() instead of to_socket_addrs() | ||||
| * | | Merge branch 'master' into socketaddr | boastful-squirrel | 2019-04-15 | 4 | -72/+93 |
| |\ \ | |/ / |/| | | |||||
* | | | Revert "Bump actix from 0.7.9 to 0.8.0" | Sven-Hendrik Haase | 2019-04-15 | 2 | -150/+2 |
| | | | | | | | | | | | | This reverts commit 35edfa36184f76f9f921cf427af6a6b2de0d65d7. | ||||
* | | | Merge pull request #67 from svenstaro/dependabot/cargo/actix-0.8.0 | Sven-Hendrik Haase | 2019-04-15 | 2 | -2/+150 |
|\ \ \ | | | | | | | | | Bump actix from 0.7.9 to 0.8.0 | ||||
| * | | | Bump actix from 0.7.9 to 0.8.0 | dependabot[bot] | 2019-04-15 | 2 | -2/+150 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Bumps [actix](https://github.com/actix/actix) from 0.7.9 to 0.8.0. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.9...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | | | This is 0.4.1v0.4.1 | Sven-Hendrik Haase | 2019-04-15 | 2 | -23/+23 |
| | | | |||||
* | | | Merge pull request #66 from boastful-squirrel/fix63 | Sven-Hendrik Haase | 2019-04-15 | 2 | -49/+70 |
|\ \ \ | |_|/ |/| | | Fix issue #63 | ||||
| * | | Fix issue #63 | boasting-squirrel | 2019-04-13 | 2 | -49/+70 |
|/ / | |||||
| * | Use to_string() and fix comment | boastful-squirrel | 2019-04-15 | 1 | -2/+2 |
| | | |||||
| * | Improved comment | boastful-squirrel | 2019-04-13 | 1 | -1/+3 |
| | | |||||
| * | Fixed comment | boasting-squirrel | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Use parse() instead of to_socket_addrs() | boasting-squirrel | 2019-04-13 | 1 | -33/+35 |
|/ | |||||
* | Update README.md | Sven-Hendrik Haase | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Add screenshot | Sven-Hendrik Haase | 2019-04-10 | 2 | -0/+2 |
| | |||||
* | Merge pull request #60 from vojta7/bug_fixes | Sven-Hendrik Haase | 2019-04-09 | 2 | -51/+61 |
|\ | | | | | Bug fixes | ||||
| * | Replace format with to_string() | Vojtěch Pejša | 2019-04-09 | 1 | -4/+1 |
| | | |||||
| * | Change HTTP response code and cleanup previus commit. | Vojtěch Pejša | 2019-04-09 | 1 | -5/+6 |
| | | |||||
| * | Refactor file upload. | Vojtěch Pejša | 2019-04-08 | 1 | -28/+38 |
| | | |||||
| * | Start server after countdown when no path is specified. | Vojtěch Pejša | 2019-04-07 | 1 | -27/+27 |
| | | |||||
| * | Fix timeout error when uploading takes longer. | Vojtěch Pejša | 2019-04-07 | 1 | -2/+4 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2019-04-09 | 1 | -26/+26 |
|/ | |||||
* | Remove unused import | Sven-Hendrik Haase | 2019-04-07 | 1 | -1/+1 |
| | |||||
* | This is v0.4.0v0.4.0 | Sven-Hendrik Haase | 2019-04-07 | 2 | -121/+177 |
| | |||||
* | Merge pull request #55 from boastful-squirrel/colorscheme | Sven-Hendrik Haase | 2019-04-07 | 8 | -247/+871 |
|\ | | | | | Color schemes | ||||
| * | Cargo fmt | boasting-squirrel | 2019-04-07 | 1 | -1/+0 |
| | |