aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Mention zip compressionngirard2020-05-151-1/+1
|/ /
* | This is 0.7.0v0.7.0Sven-Hendrik Haase2020-05-143-423/+434
| |
* | Fix arg formattingSven-Hendrik Haase2020-05-141-1/+2
| |
* | Merge pull request #297 from marawan31/add-zip-downloadSven-Hendrik Haase2020-05-148-15/+230
|\ \ | | | | | | Add zip download functionality for windows users
| * | rename variables correctlymarawan ragab2020-05-101-6/+6
| | |
| * | make sure archiving is opt-inmarawan ragab2020-05-106-17/+42
| | |
| * | small improvment to buffer usagemarawan ragab2020-05-081-13/+6
| | |
| * | add zip download testmarawan ragab2020-05-031-0/+5
| | |
| * | Add zip download functionality for windows usersmarawan ragab2020-05-033-0/+192
| | |
* | | Merge pull request #301 from svenstaro/dependabot/cargo/serde-1.0.110Sven-Hendrik Haase2020-05-142-19/+19
|\ \ \ | | | | | | | | Bump serde from 1.0.106 to 1.0.110
| * | | Bump serde from 1.0.106 to 1.0.110dependabot-preview[bot]2020-05-112-19/+19
|/ / / | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.106...v1.0.110) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #299 from svenstaro/dependabot/cargo/libflate-1.0.0Sven-Hendrik Haase2020-05-072-11/+11
|\ \ \ | | | | | | | | Bump libflate from 0.1.27 to 1.0.0
| * | | Bump libflate from 0.1.27 to 1.0.0dependabot-preview[bot]2020-05-062-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.27 to 1.0.0. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.27...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #300 from svenstaro/dependabot/cargo/base64-0.12.1Sven-Hendrik Haase2020-05-071-3/+3
|\ \ \ \ | |/ / / |/| | | Bump base64 from 0.12.0 to 0.12.1
| * | | Bump base64 from 0.12.0 to 0.12.1dependabot-preview[bot]2020-05-071-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #298 from svenstaro/dependabot/cargo/failure-0.1.8Sven-Hendrik Haase2020-05-042-11/+11
|\ \ \ | |/ / |/| | Bump failure from 0.1.7 to 0.1.8
| * | Bump failure from 0.1.7 to 0.1.8dependabot-preview[bot]2020-05-042-11/+11
|/ / | | | | | | | | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6Sven-Hendrik Haase2020-04-271-3/+3
|\ \ | | | | | | Bump simplelog from 0.7.5 to 0.7.6
| * | Bump simplelog from 0.7.5 to 0.7.6dependabot-preview[bot]2020-04-271-3/+3
|/ / | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.5...v0.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #295 from svenstaro/dependabot/cargo/structopt-0.3.14Sven-Hendrik Haase2020-04-231-6/+6
|\ \ | | | | | | Bump structopt from 0.3.13 to 0.3.14
| * | Bump structopt from 0.3.13 to 0.3.14dependabot-preview[bot]2020-04-231-6/+6
|/ / | | | | | | | | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.13 to 0.3.14. - [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.3.13...v0.3.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #294 from svenstaro/dependabot/cargo/rstest-0.6.3Sven-Hendrik Haase2020-04-201-3/+3
|\ \ | |/ |/| Bump rstest from 0.6.2 to 0.6.3
| * Bump rstest from 0.6.2 to 0.6.3dependabot-preview[bot]2020-04-201-3/+3
|/ | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.6.2...0.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #290 from svenstaro/dependabot/cargo/rstest-0.6.2Sven-Hendrik Haase2020-04-141-41/+41
|\ | | | | Bump rstest from 0.6.1 to 0.6.2
| * Bump rstest from 0.6.1 to 0.6.2dependabot-preview[bot]2020-04-141-41/+41
|/ | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.6.1...0.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #289 from svenstaro/dependabot/cargo/structopt-0.3.13Sven-Hendrik Haase2020-04-091-12/+12
|\ | | | | Bump structopt from 0.3.12 to 0.3.13
| * Bump structopt from 0.3.12 to 0.3.13dependabot-preview[bot]2020-04-091-12/+12
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #288 from svenstaro/dependabot/cargo/serde-1.0.106Sven-Hendrik Haase2020-04-062-19/+19
|\ | | | | Bump serde from 1.0.105 to 1.0.106
| * Bump serde from 1.0.105 to 1.0.106dependabot-preview[bot]2020-04-062-19/+19
| | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #287 from svenstaro/dependabot/cargo/rstest-0.6.1Sven-Hendrik Haase2020-04-061-3/+3
|\ \ | |/ |/| Bump rstest from 0.6.0 to 0.6.1
| * Bump rstest from 0.6.0 to 0.6.1dependabot-preview[bot]2020-04-061-3/+3
|/ | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.6.0...0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #286 from svenstaro/dependabot/cargo/assert_cmd-1.0.1Sven-Hendrik Haase2020-04-021-16/+3
|\ | | | | Bump assert_cmd from 1.0.0 to 1.0.1
| * Bump assert_cmd from 1.0.0 to 1.0.1dependabot-preview[bot]2020-04-021-16/+3
|/ | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #285 from svenstaro/dependabot/cargo/simplelog-0.7.5Sven-Hendrik Haase2020-03-301-3/+3
|\ | | | | Bump simplelog from 0.7.4 to 0.7.5
| * Bump simplelog from 0.7.4 to 0.7.5dependabot-preview[bot]2020-03-301-3/+3
|/ | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.4...v0.7.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #284 from svenstaro/dependabot/cargo/assert_fs-1.0.0Sven-Hendrik Haase2020-03-272-4/+4
|\ | | | | Bump assert_fs from 0.13.1 to 1.0.0
| * Bump assert_fs from 0.13.1 to 1.0.0dependabot-preview[bot]2020-03-272-4/+4
|/ | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 0.13.1 to 1.0.0. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/commits/v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #283 from svenstaro/dependabot/cargo/assert_cmd-1.0.0Sven-Hendrik Haase2020-03-272-4/+14
|\ | | | | Bump assert_cmd from 0.12.0 to 1.0.0
| * Bump assert_cmd from 0.12.0 to 1.0.0dependabot-preview[bot]2020-03-272-4/+14
|/ | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.0 to 1.0.0. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.12.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #278 from svenstaro/dependabot/cargo/structopt-0.3.12Sven-Hendrik Haase2020-03-191-6/+6
|\ | | | | Bump structopt from 0.3.11 to 0.3.12
| * Bump structopt from 0.3.11 to 0.3.12dependabot-preview[bot]2020-03-191-6/+6
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.11 to 0.3.12. - [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.3.11...v0.3.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #277 from svenstaro/dependabot/cargo/serde-1.0.105dependabot-preview[bot]2020-03-192-20/+20
|\
| * Bump serde from 1.0.104 to 1.0.105dependabot-preview[bot]2020-03-192-20/+20
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.104...v1.0.105) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Switch to bionic on travisSven-Hendrik Haase2020-03-141-1/+1
|
* Upgrade nightly on travis for clippySven-Hendrik Haase2020-03-141-1/+1
|
* This is 0.6.0v0.6.0Sven-Hendrik Haase2020-03-143-22/+22
|
* Format everythingSven-Hendrik Haase2020-03-118-27/+32
|
* Update CHANGELOG.mdSven-Hendrik Haase2020-03-111-0/+3
|
* Fix tests for reqwests v0.10Sven-Hendrik Haase2020-03-111-11/+14
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-115-4/+84
|\ | | | | Added option to disable archives