Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to show hidden files | Sven-Hendrik Haase | 2021-03-07 | 5 | -29/+112 |
| | |||||
* | Update CHANGELOG for recent change | Sven-Hendrik Haase | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Start without countdown in case an explicit index is chosen | Sven-Hendrik Haase | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Test that all directories properly get trailing slashes | Sven-Hendrik Haase | 2021-03-07 | 1 | -6/+17 |
| | |||||
* | Ease some dependency restrictions | Sven-Hendrik Haase | 2021-03-07 | 1 | -10/+10 |
| | |||||
* | Update CHANGELOG for DoS attack fix | Sven-Hendrik Haase | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 2021-03-07 | 2 | -1/+31 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-03-06 | 1 | -31/+31 |
| | |||||
* | Merge pull request #459 from svenstaro/dependabot/cargo/hex-0.4.3 | Sven-Hendrik Haase | 2021-03-04 | 2 | -3/+3 |
|\ | | | | | Bump hex from 0.4.2 to 0.4.3 | ||||
| * | Bump hex from 0.4.2 to 0.4.3 | dependabot-preview[bot] | 2021-03-04 | 2 | -3/+3 |
|/ | | | | | | | Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4.2...v0.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #457 from svenstaro/dependabot/cargo/zip-0.5.11 | Sven-Hendrik Haase | 2021-03-02 | 2 | -3/+3 |
|\ | | | | | Bump zip from 0.5.10 to 0.5.11 | ||||
| * | Bump zip from 0.5.10 to 0.5.11 | dependabot-preview[bot] | 2021-03-02 | 2 | -3/+3 |
|/ | | | | | | | Bumps [zip](https://github.com/zip-rs/zip) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Add footer to CHANGELOG | Sven-Hendrik Haase | 2021-03-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #456 from levaitamas/version-footer | Sven-Hendrik Haase | 2021-03-01 | 7 | -2/+54 |
|\ | | | | | Add footer with program version | ||||
| * | Make footer text a bit smaller | Tamas Levai | 2021-03-01 | 1 | -0/+1 |
| | | |||||
| * | Tone down footer text contrast | Tamas Levai | 2021-03-01 | 1 | -4/+4 |
| | | |||||
| * | Use CSS to configure version footer look | Tamas Levai | 2021-03-01 | 2 | -3/+11 |
| | | |||||
| * | renderer: Follow alphabetical order in package uses | Tamas Levai | 2021-03-01 | 1 | -1/+2 |
| | | |||||
| * | Use structopt macros to ge crate info | Tamas Levai | 2021-03-01 | 1 | -13/+2 |
| | | |||||
| * | Fix clippy warning | Tamas Levai | 2021-03-01 | 1 | -0/+1 |
| | | |||||
| * | Fix indentation | Tamas Levai | 2021-02-28 | 1 | -6/+6 |
| | | |||||
| * | Add program version footer | Tamas Levai | 2021-02-28 | 6 | -0/+52 |
|/ | |||||
* | Don't try to compress every binary using upx | Sven-Hendrik Haase | 2021-02-28 | 1 | -0/+12 |
| | | | | Not all architectures are supported by upx. | ||||
* | Add forgotten publish target | Sven-Hendrik Haase | 2021-02-28 | 1 | -0/+6 |
| | |||||
* | (cargo-release) start next development iteration 0.11.1-alpha.0 | Sven-Hendrik Haase | 2021-02-28 | 2 | -2/+2 |
| | |||||
* | (cargo-release) version 0.11.0v0.11.0 | Sven-Hendrik Haase | 2021-02-28 | 4 | -4/+7 |
| | |||||
* | Fix format | Sven-Hendrik Haase | 2021-02-28 | 1 | -1/+2 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-02-28 | 1 | -70/+32 |
| | |||||
* | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2021-02-28 | 4 | -34/+25 |
| | |||||
* | Add CHANGELOG entry for custom headers | Sven-Hendrik Haase | 2021-02-27 | 1 | -0/+1 |
| | |||||
* | Fix grammar | Sven-Hendrik Haase | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #452 from deantvv/custom-header | Sven-Hendrik Haase | 2021-02-27 | 5 | -0/+100 |
|\ | | | | | Allow set custom headers from CLI | ||||
| * | Multiple headers support for custom headers | Dean Li | 2021-02-27 | 5 | -44/+55 |
| | | |||||
| * | Add test for custom header | Dean Li | 2021-02-24 | 1 | -0/+33 |
| | | |||||
| * | Move the parsing header logic to args.rs | Dean Li | 2021-02-24 | 3 | -22/+43 |
| | | |||||
| * | Allow set custom headers from CLI | Dean Li | 2021-02-24 | 4 | -0/+35 |
|/ | |||||
* | Add CHANGELOG entries for recent changes | Sven-Hendrik Haase | 2021-02-23 | 1 | -0/+2 |
| | |||||
* | Add support for building binaries for more architectures | Sven-Hendrik Haase | 2021-02-23 | 1 | -6/+35 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-02-23 | 1 | -157/+178 |
| | |||||
* | Merge pull request #454 from svenstaro/dependabot/cargo/futures-0.3.13 | Sven-Hendrik Haase | 2021-02-23 | 2 | -22/+19 |
|\ | | | | | Bump futures from 0.3.12 to 0.3.13 | ||||
| * | Bump futures from 0.3.12 to 0.3.13 | dependabot-preview[bot] | 2021-02-23 | 2 | -22/+19 |
|/ | | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #453 from svenstaro/dependabot/cargo/tar-0.4.33 | Sven-Hendrik Haase | 2021-02-22 | 2 | -3/+3 |
|\ | | | | | Bump tar from 0.4.32 to 0.4.33 | ||||
| * | Bump tar from 0.4.32 to 0.4.33 | dependabot-preview[bot] | 2021-02-22 | 2 | -3/+3 |
|/ | | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.32 to 0.4.33. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.32...0.4.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #450 from svenstaro/dependabot/cargo/reqwest-0.11.1 | Sven-Hendrik Haase | 2021-02-19 | 1 | -2/+2 |
|\ | | | | | Bump reqwest from 0.11.0 to 0.11.1 | ||||
| * | Bump reqwest from 0.11.0 to 0.11.1 | dependabot-preview[bot] | 2021-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. - [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.0...v0.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #449 from svenstaro/dependabot/cargo/url-2.2.1 | dependabot-preview[bot] | 2021-02-19 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Bump url from 2.2.0 to 2.2.1 | dependabot-preview[bot] | 2021-02-19 | 1 | -2/+2 |
|/ | | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10 | Sven-Hendrik Haase | 2021-02-19 | 2 | -3/+3 |
|\ | | | | | Bump zip from 0.5.9 to 0.5.10 | ||||
| * | Bump zip from 0.5.9 to 0.5.10 | dependabot-preview[bot] | 2021-02-19 | 2 | -3/+3 |
|/ | | | | | | | Bumps [zip](https://github.com/zip/zip-rs) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/zip/zip-rs/releases) - [Commits](https://github.com/zip/zip-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Fix lints | Sven-Hendrik Haase | 2021-02-19 | 6 | -28/+28 |
| |