aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Bump reqwest from 0.11.4 to 0.11.5dependabot[bot]2021-10-081-4/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. - [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.11.4...v0.11.5) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #610 from svenstaro/dependabot/cargo/predicates-2.0.3Sven-Hendrik Haase2021-10-081-2/+2
|\ \ | |/ |/| Bump predicates from 2.0.2 to 2.0.3
| * Bump predicates from 2.0.2 to 2.0.3dependabot[bot]2021-10-081-2/+2
|/ | | | | | | | | | | | | | | Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #609 from svenstaro/dependabot/cargo/pretty_assertions-1.0.0Sven-Hendrik Haase2021-09-292-3/+3
|\ | | | | Bump pretty_assertions from 0.7.2 to 1.0.0
| * Bump pretty_assertions from 0.7.2 to 1.0.0dependabot[bot]2021-09-292-3/+3
|/ | | | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.2 to 1.0.0. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.2...v1.0.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #607 from svenstaro/dependabot/cargo/simplelog-0.10.2Sven-Hendrik Haase2021-09-281-2/+2
|\ | | | | Bump simplelog from 0.10.0 to 0.10.2
| * Bump simplelog from 0.10.0 to 0.10.2dependabot[bot]2021-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.10.2. - [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.10.0...v0.10.2) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #608 from svenstaro/dependabot/cargo/maud-0.22.3Sven-Hendrik Haase2021-09-281-6/+6
|\ \ | |/ |/| Bump maud from 0.22.2 to 0.22.3
| * Bump maud from 0.22.2 to 0.22.3dependabot[bot]2021-09-281-6/+6
|/ | | | | | | | | | | | | | | Bumps [maud](https://github.com/lambda-fairy/maud) from 0.22.2 to 0.22.3. - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/maud/compare/v0.22.2...v0.22.3) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Golf tests a bitSven-Hendrik Haase2021-09-231-38/+30
|
* Add CHANGELOG and README entry for raw modeSven-Hendrik Haase2021-09-232-1/+5
|
* Merge pull request #508 from Jikstra/feat_raw_modeSven-Hendrik Haase2021-09-237-23/+239
|\ | | | | Implement a raw rendering mode for recursive folder download
| * cargo fmtjikstra2021-09-111-1/+3
| |
| * Fix testsjikstra2021-09-102-2/+14
| |
| * Remove unused imports and filesjikstra2021-09-102-16/+0
| |
| * Implement --show-wget-footer argumentjikstra2021-09-103-2/+12
| |
| * Fix testsjikstra2021-09-101-2/+2
| |
| * Align download directory hint properlyjikstra2021-09-101-1/+1
| |
| * Merge branch 'master' into feat_raw_modeJikstra2021-09-1011-82/+221
| |\
| * | Apply requested changesjikstra2021-09-103-5/+3
| | |
| * | cargo fmt & cargo clippyjikstra2021-09-024-20/+11
| | |
| * | Fix testsjikstra2021-09-021-16/+19
| | |
| * | Fix rebasejikstra2021-09-023-23/+19
| | |
| * | Implement a raw rendering mode for recursive folder downloadjikstra2021-09-015-20/+242
| | | | | | | | | | | | | | | | | | | | | - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget
* | | Rename Archlinux -> Arch LinuxSven-Hendrik Haase2021-09-231-1/+1
| | |
* | | Merge pull request #604 from svenstaro/dependabot/cargo/http-0.2.5Sven-Hendrik Haase2021-09-221-2/+2
|\ \ \ | | | | | | | | Bump http from 0.2.4 to 0.2.5
| * | | Bump http from 0.2.4 to 0.2.5dependabot[bot]2021-09-221-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #603 from svenstaro/dependabot/cargo/grass-0.10.8Sven-Hendrik Haase2021-09-211-2/+2
|\ \ \ | | | | | | | | Bump grass from 0.10.7 to 0.10.8
| * | | Bump grass from 0.10.7 to 0.10.8dependabot[bot]2021-09-211-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.10.7 to 0.10.8. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #601 from svenstaro/dependabot/cargo/socket2-0.4.2Sven-Hendrik Haase2021-09-161-2/+2
|\ \ \ | | | | | | | | Bump socket2 from 0.4.1 to 0.4.2
| * | | Bump socket2 from 0.4.1 to 0.4.2dependabot[bot]2021-09-161-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #599 from svenstaro/dependabot/cargo/anyhow-1.0.44Sven-Hendrik Haase2021-09-131-2/+2
|\ \ \ | |_|/ |/| | Bump anyhow from 1.0.43 to 1.0.44
| * | Bump anyhow from 1.0.43 to 1.0.44dependabot[bot]2021-09-131-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.44) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #598 from svenstaro/dependabot/cargo/sha2-0.9.8Sven-Hendrik Haase2021-09-101-2/+2
|\ \ | | | | | | Bump sha2 from 0.9.6 to 0.9.8
| * | Bump sha2 from 0.9.6 to 0.9.8dependabot[bot]2021-09-101-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #593 from svenstaro/dependabot/cargo/assert_fs-1.0.5Sven-Hendrik Haase2021-09-071-2/+2
|\ \ | | | | | | Bump assert_fs from 1.0.4 to 1.0.5
| * | Bump assert_fs from 1.0.4 to 1.0.5dependabot[bot]2021-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.4 to 1.0.5. - [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/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: assert_fs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #594 from svenstaro/dependabot/cargo/assert_cmd-2.0.1Sven-Hendrik Haase2021-09-071-2/+2
|\ \ \ | |/ / |/| | Bump assert_cmd from 2.0.0 to 2.0.1
| * | Bump assert_cmd from 2.0.0 to 2.0.1dependabot[bot]2021-09-071-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.0 to 2.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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #592 from svenstaro/dependabot/cargo/thiserror-1.0.29Sven-Hendrik Haase2021-09-061-4/+4
|\ \ | | | | | | Bump thiserror from 1.0.28 to 1.0.29
| * | Bump thiserror from 1.0.28 to 1.0.29dependabot[bot]2021-09-061-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Go back to official cross FreeBSD releasesSven-Hendrik Haase2021-09-051-3/+1
| | | | | | | | This is fine now that https://github.com/rust-embedded/cross/pull/582 is merged.
* | (cargo-release) start next development iteration 0.17.1-alpha.0Sven-Hendrik Haase2021-09-042-2/+2
| |
* | (cargo-release) version 0.17.0v0.17.0Sven-Hendrik Haase2021-09-044-4/+7
| |
* | Add CHANGELOG entry for upload fixSven-Hendrik Haase2021-09-041-0/+2
| |
* | Merge pull request #590 from aliemjay/sanitze-pathSven-Hendrik Haase2021-09-042-13/+171
|\ \ | | | | | | file_upload.rs: sanitize path input
| * | Better name and docs for symlink testAli MJ Al-Nasrawy2021-09-041-1/+7
| | |
| * | Adress review commentsAli MJ Al-Nasrawy2021-09-042-6/+47
| | |
| * | file_upload.rs: sanitize path inputAli MJ Al-Nasrawy2021-09-012-11/+122
| |/ | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
* | Add CHANGELOG entry for fixed mobile info pillsSven-Hendrik Haase2021-09-041-0/+1
| |