Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refactoring: Use immutable HashMap | khai96_ | 2019-05-05 | 1 | -13/+12 | |
| | | | | | | | | | | | | This should allow compiler to optimize further | |||||
| * | | Add unit test for where it provides multiple valid auth strings | khai96_ | 2019-05-05 | 1 | -2/+26 | |
| | | | ||||||
| * | | Begin to support multiple auths | khai96_ | 2019-05-05 | 2 | -31/+43 | |
| | | | ||||||
* | | | Merge pull request #131 from svenstaro/dependabot/cargo/structopt-0.2.17 | Sven-Hendrik Haase | 2019-06-03 | 2 | -7/+7 | |
|\ \ \ | | | | | | | | | Bump structopt from 0.2.16 to 0.2.17 | |||||
| * | | | Bump structopt from 0.2.16 to 0.2.17 | dependabot-preview[bot] | 2019-06-03 | 2 | -7/+7 | |
|/ / / | | | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.17. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.16...v0.2.17) | |||||
* | | | Merge pull request #132 from svenstaro/dependabot/cargo/serde-1.0.92 | dependabot-preview[bot] | 2019-06-03 | 2 | -11/+11 | |
|\ \ \ | ||||||
| * | | | Bump serde from 1.0.91 to 1.0.92 | dependabot-preview[bot] | 2019-06-03 | 2 | -11/+11 | |
|/ / / | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.91...v1.0.92) | |||||
* | | | Merge pull request #128 from robatipoor/master | Sven-Hendrik Haase | 2019-05-31 | 3 | -235/+236 | |
|\ \ \ | | | | | | | | | refactor code | |||||
| * | | | refactor code | mahdi | 2019-05-31 | 3 | -235/+236 | |
| | | | | ||||||
* | | | | Merge pull request #130 from svenstaro/dependabot/cargo/structopt-0.2.16 | Sven-Hendrik Haase | 2019-05-31 | 2 | -7/+7 | |
|\ \ \ \ | |/ / / |/| | | | Bump structopt from 0.2.15 to 0.2.16 | |||||
| * | | | Bump structopt from 0.2.15 to 0.2.16 | dependabot-preview[bot] | 2019-05-30 | 2 | -7/+7 | |
|/ / / | | | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.15 to 0.2.16. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.15...v0.2.16) | |||||
* | | | Merge pull request #127 from svenstaro/dependabot/cargo/libflate-0.1.23 | Sven-Hendrik Haase | 2019-05-28 | 2 | -4/+4 | |
|\ \ \ | | | | | | | | | Bump libflate from 0.1.22 to 0.1.23 | |||||
| * | | | Bump libflate from 0.1.22 to 0.1.23 | dependabot-preview[bot] | 2019-05-28 | 2 | -4/+4 | |
|/ / / | | | | | | | | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.22 to 0.1.23. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.22...0.1.23) | |||||
* | | | Merge pull request #123 from svenstaro/dependabot/cargo/rstest-de39dd9 | Sven-Hendrik Haase | 2019-05-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Bump rstest from `7c7211e` to `de39dd9` | |||||
| * | | | Bump rstest from `7c7211e` to `de39dd9` | dependabot[bot] | 2019-05-20 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `7c7211e` to `de39dd9`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/7c7211e5d6575ab4c43cd2e35370e94c5167c8b1...de39dd9905e5ddca21c5a678fa1038c2558dd1be) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | Bump lock file | Sven-Hendrik Haase | 2019-05-19 | 1 | -193/+225 | |
| | | | ||||||
* | | | Hide stderr (fixes #120) | Sven-Hendrik Haase | 2019-05-19 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #121 from KSXGitHub/interface-flag | Sven-Hendrik Haase | 2019-05-18 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | |||||
| * | | Change long flag of 'CLIArgs::interfaces' to '--interfaces' | khai96_ | 2019-05-18 | 1 | -1/+1 | |
|/ / | | | | | | | Fix https://github.com/svenstaro/miniserve/issues/119 | |||||
* | | Merge pull request #116 from svenstaro/dependabot/cargo/reqwest-0.9.17 | Sven-Hendrik Haase | 2019-05-16 | 1 | -10/+18 | |
|\ \ | | | | | | | Bump reqwest from 0.9.16 to 0.9.17 | |||||
| * | | Bump reqwest from 0.9.16 to 0.9.17 | dependabot[bot] | 2019-05-16 | 1 | -10/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.16 to 0.9.17. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.16...v0.9.17) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | Merge pull request #117 from svenstaro/dependabot/cargo/rstest-7c7211e | Sven-Hendrik Haase | 2019-05-16 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Bump rstest from `b1ba694` to `7c7211e` | |||||
| * | | Bump rstest from `b1ba694` to `7c7211e` | dependabot[bot] | 2019-05-16 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `b1ba694` to `7c7211e`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/b1ba6949c0ef130bf8c0ae745305940ee119c4c4...7c7211e5d6575ab4c43cd2e35370e94c5167c8b1) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | Merge pull request #115 from svenstaro/dependabot/cargo/rstest-b1ba694 | Sven-Hendrik Haase | 2019-05-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Bump rstest from `223b3c8` to `b1ba694` | |||||
| * | | Bump rstest from `223b3c8` to `b1ba694` | dependabot[bot] | 2019-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `223b3c8` to `b1ba694`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/223b3c8fdf19e73e7ae640c0b40536b9820e4649...b1ba6949c0ef130bf8c0ae745305940ee119c4c4) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | Merge pull request #113 from svenstaro/dependabot/cargo/futures-0.1.27 | Sven-Hendrik Haase | 2019-05-13 | 2 | -31/+31 | |
|\ \ \ | |/ / |/| | | Bump futures from 0.1.26 to 0.1.27 | |||||
| * | | Bump futures from 0.1.26 to 0.1.27 | dependabot[bot] | 2019-05-13 | 2 | -31/+31 | |
|/ / | | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.26...0.1.27) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | Merge pull request #112 from boastful-squirrel/fix-clippy | Sven-Hendrik Haase | 2019-05-10 | 6 | -41/+22 | |
|\ \ | | | | | | | Fix Clippy warnings + cargo fmt | |||||
| * | | Fix clippy | boastful-squirrel | 2019-05-10 | 2 | -3/+2 | |
| | | | ||||||
| * | | cargo fmt | boastful-squirrel | 2019-05-10 | 4 | -38/+20 | |
|/ / | ||||||
* | | Merge pull request #90 from boastful-squirrel/themed-errors | Sven-Hendrik Haase | 2019-05-10 | 8 | -166/+456 | |
|\ \ | | | | | | | Themed errors | |||||
| * | | Undo changes on args.rs | boastful-squirrel | 2019-05-06 | 1 | -3/+5 | |
| | | | ||||||
| * | | Undo changes on InvalidHashMethod error | boastful-squirrel | 2019-05-06 | 2 | -2/+2 | |
| | | | ||||||
| * | | Undo changes on src/archive.rs | boastful-squirrel | 2019-05-06 | 1 | -12/+31 | |
| | | | ||||||
| * | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-06 | 3 | -5/+68 | |
| |\ \ | ||||||
| * | | | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 5 | -44/+44 | |
| | | | | ||||||
| * | | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-03 | 11 | -282/+348 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Print error when parsing query parameters fail | boastful-squirrel | 2019-05-02 | 1 | -6/+9 | |
| | | | | ||||||
| * | | | Display path instead of uri in 404 error | boastful-squirrel | 2019-05-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 5 | -58/+61 | |
| | | | | ||||||
| * | | | Cargo fmt | boastful-squirrel | 2019-05-02 | 3 | -7/+12 | |
| | | | | ||||||
| * | | | Added rustfmt_skip directive on tests | boastful-squirrel | 2019-05-02 | 2 | -10/+4 | |
| | | | | ||||||
| * | | | Rename p404 | boastful-squirrel | 2019-05-02 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Return to root when auth succeeds | boastful-squirrel | 2019-05-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 5 | -7/+23 | |
| | | | | ||||||
| * | | | Fix return link when random_route is set | boastful-squirrel | 2019-05-01 | 2 | -2/+14 | |
| | | | | ||||||
| * | | | Added doc | boastful-squirrel | 2019-05-01 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Display 404 error | boastful-squirrel | 2019-05-01 | 2 | -2/+27 | |
| | | | | ||||||
| * | | | Display HTTP authentication errors | boastful-squirrel | 2019-05-01 | 3 | -9/+55 | |
| | | | | ||||||
| * | | | Make error page uniform | boastful-squirrel | 2019-04-29 | 1 | -0/+4 | |
| | | | |