aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Try deploying with deploy key againv0.5.0Sven-Hendrik Haase2019-06-241-1/+1
|
* This is 0.5.0Sven-Hendrik Haase2019-06-243-2/+7
|
* Bump Cargo.lock fileSven-Hendrik Haase2019-06-241-44/+44
|
* Update simplelog to 0.6Sven-Hendrik Haase2019-06-242-4/+4
|
* Merge pull request #138 from gyscos/masterSven-Hendrik Haase2019-06-244-120/+217
|\ | | | | Enable streaming tarball download
| * Precise `tar_dir` behaviourAlexandre Bury2019-06-241-1/+20
| |
| * Add module documentation on src/pipe.rAlexandre Bury2019-06-241-0/+1
| |
| * Add doc and commentsAlexandre Bury2019-06-243-25/+55
| |
| * Enable streaming tarball downloadAlexandre Bury2019-06-144-104/+151
|/ | | | Also add a non-compressed tar option
* Update depsSven-Hendrik Haase2019-06-142-182/+189
|
* Add dynsSven-Hendrik Haase2019-06-091-2/+2
|
* Merge pull request #135 from svenstaro/dependabot/cargo/reqwest-0.9.18Sven-Hendrik Haase2019-06-071-3/+3
|\ | | | | Bump reqwest from 0.9.17 to 0.9.18
| * Bump reqwest from 0.9.17 to 0.9.18dependabot-preview[bot]2019-06-071-3/+3
| | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.17 to 0.9.18. - [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.17...v0.9.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #134 from svenstaro/dependabot/cargo/rstest-4e37b85Sven-Hendrik Haase2019-06-071-1/+1
|\ \ | |/ |/| Bump rstest from `c3d3ab9` to `4e37b85`
| * Bump rstest from `c3d3ab9` to `4e37b85`dependabot-preview[bot]2019-06-071-1/+1
|/ | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `c3d3ab9` to `4e37b85`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/c3d3ab9e25285b9225727d267ef25e7157a08107...4e37b85016998b9bcdd9a873cf04b30cff17bb77) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #133 from svenstaro/dependabot/cargo/rstest-c3d3ab9Sven-Hendrik Haase2019-06-041-1/+1
|\ | | | | Bump rstest from `de39dd9` to `c3d3ab9`
| * Bump rstest from `de39dd9` to `c3d3ab9`dependabot-preview[bot]2019-06-041-1/+1
|/ | | | | Bumps [rstest](https://github.com/la10736/rstest) from `de39dd9` to `c3d3ab9`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/de39dd9905e5ddca21c5a678fa1038c2558dd1be...c3d3ab9e25285b9225727d267ef25e7157a08107)
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-034-67/+293
|\ | | | | Multiple user accounts — Alternate Implementation
| * Apply WWW_AUTHENTICATE to all Unauthorized brancheskhai96_2019-05-301-11/+0
| |
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-302-6/+16
| |
| * Improve doc commentkhai96_2019-05-241-1/+1
| |
| * Complete integration testkhai96_2019-05-201-1/+135
| |
| * Add unit test for multiple accountskhai96_2019-05-181-1/+74
| |
| * Fix Clippykhai96_2019-05-171-5/+5
| |
| * Merge remote-tracking branch 'mainrepo/master' into multiple-auths-altkhai96_2019-05-1712-268/+615
| |\
| * | Update unit testskhai96_2019-05-162-54/+30
| | |
| * | Make some changeskhai96_2019-05-163-58/+62
| | |
| * | Refactoring: Use immutable HashMapkhai96_2019-05-051-13/+12
| | | | | | | | | | | | This should allow compiler to optimize further
| * | Add unit test for where it provides multiple valid auth stringskhai96_2019-05-051-2/+26
| | |
| * | Begin to support multiple authskhai96_2019-05-052-31/+43
| | |
* | | Merge pull request #131 from svenstaro/dependabot/cargo/structopt-0.2.17Sven-Hendrik Haase2019-06-032-7/+7
|\ \ \ | | | | | | | | Bump structopt from 0.2.16 to 0.2.17
| * | | Bump structopt from 0.2.16 to 0.2.17dependabot-preview[bot]2019-06-032-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.92dependabot-preview[bot]2019-06-032-11/+11
|\ \ \
| * | | Bump serde from 1.0.91 to 1.0.92dependabot-preview[bot]2019-06-032-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/masterSven-Hendrik Haase2019-05-313-235/+236
|\ \ \ | | | | | | | | refactor code
| * | | refactor codemahdi2019-05-313-235/+236
| | | |
* | | | Merge pull request #130 from svenstaro/dependabot/cargo/structopt-0.2.16Sven-Hendrik Haase2019-05-312-7/+7
|\ \ \ \ | |/ / / |/| | | Bump structopt from 0.2.15 to 0.2.16
| * | | Bump structopt from 0.2.15 to 0.2.16dependabot-preview[bot]2019-05-302-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.23Sven-Hendrik Haase2019-05-282-4/+4
|\ \ \ | | | | | | | | Bump libflate from 0.1.22 to 0.1.23
| * | | Bump libflate from 0.1.22 to 0.1.23dependabot-preview[bot]2019-05-282-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-de39dd9Sven-Hendrik Haase2019-05-241-1/+1
|\ \ \ | | | | | | | | Bump rstest from `7c7211e` to `de39dd9`
| * | | Bump rstest from `7c7211e` to `de39dd9`dependabot[bot]2019-05-201-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 fileSven-Hendrik Haase2019-05-191-193/+225
| | |
* | | Hide stderr (fixes #120)Sven-Hendrik Haase2019-05-191-0/+1
| | |
* | | Merge pull request #121 from KSXGitHub/interface-flagSven-Hendrik Haase2019-05-181-1/+1
|\ \ \ | |_|/ |/| | Change long flag of 'CLIArgs::interfaces' to '--interfaces'
| * | Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_2019-05-181-1/+1
|/ / | | | | | | Fix https://github.com/svenstaro/miniserve/issues/119
* | Merge pull request #116 from svenstaro/dependabot/cargo/reqwest-0.9.17Sven-Hendrik Haase2019-05-161-10/+18
|\ \ | | | | | | Bump reqwest from 0.9.16 to 0.9.17
| * | Bump reqwest from 0.9.16 to 0.9.17dependabot[bot]2019-05-161-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-7c7211eSven-Hendrik Haase2019-05-161-1/+1
|\ \ \ | |/ / |/| | Bump rstest from `b1ba694` to `7c7211e`
| * | Bump rstest from `b1ba694` to `7c7211e`dependabot[bot]2019-05-161-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>