aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump futures from 0.3.19 to 0.3.21dependabot[bot]2022-02-071-18/+18
|/ | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21. - [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.19...0.3.21) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* (cargo-release) version 0.19.0v0.19.0Sven-Hendrik Haase2022-02-063-3/+6
|
* Update README --help outputSven-Hendrik Haase2022-02-061-6/+13
|
* Fix release instructionsSven-Hendrik Haase2022-02-061-1/+1
|
* Merge pull request #729 from svenstaro/better-mobile-formattingSven-Hendrik Haase2022-02-063-15/+28
|\ | | | | Make more use of flex in mobile formatting (fixes #142)
| * Add CHANGELOG for #729Sven-Hendrik Haase2022-02-061-0/+1
| |
| * Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase2022-02-062-15/+27
|/
* Add CHANGELOG for #728Sven-Hendrik Haase2022-02-061-0/+1
|
* Merge pull request #728 from aliemjay/custom_route_prefixSven-Hendrik Haase2022-02-067-32/+41
|\ | | | | Custom route prefix
| * Fix route_prefix for css and faviconAli MJ Al-Nasrawy2022-02-065-14/+12
| |
| * Merge 'jikstra/feat_route_prefix' #682Ali MJ Al-Nasrawy2022-02-066-23/+34
| |\
| | * Apply alimjays suggestionJikstra2022-01-041-1/+0
| | | | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
| | * Merge branch 'feat_route_prefix' of github.com:Jikstra/miniserve into ↵jikstra2022-01-031-1/+1
| | |\ | | | | | | | | | | | | feat_route_prefix
| | | * Update src/config.rsJikstra2022-01-031-1/+1
| | | | | | | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
| | * | Apply requested changesjikstra2022-01-031-7/+1
| | |/
| | * Implement --route-prefix to set specific route prefixjikstra2021-12-296-22/+40
| | |
* | | Merge pull request #727 from svenstaro/dependabot/cargo/rustls-pemfile-0.3.0Sven-Hendrik Haase2022-02-062-3/+12
|\ \ \ | | | | | | | | Bump rustls-pemfile from 0.2.1 to 0.3.0
| * | | Bump rustls-pemfile from 0.2.1 to 0.3.0dependabot[bot]2022-02-062-3/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/0.2.1...v/0.3.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Document scoop and podman ways of running miniserveSven-Hendrik Haase2022-02-061-3/+11
| | | | | | | | | | | | Related to #602.
* | | Add CHANGELOG for #670Sven-Hendrik Haase2022-02-061-0/+1
|/ /
* | Merge pull request #725 from aliemjay/update_actix_webSven-Hendrik Haase2022-02-0612-598/+454
|\ \ | | | | | | Update actix web to v4.0.0-rc.2
| * | update to actix-web v4.0-rc.2Ali MJ Al-Nasrawy2022-02-0510-50/+95
| | |
| * | merge from jikstraAli MJ Al-Nasrawy2022-02-055-325/+236
| |\ \
| * | | Bump actix-web to v4.0-beta.15jikstra2021-12-288-353/+256
| | | | | | | | | | | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
| * | | Bump actix-web to v4.0-beta.9Ali MJ Al-Nasrawy2021-12-283-82/+86
| | | |
* | | | Merge pull request #726 from svenstaro/use-custom-freebsd-imageSven-Hendrik Haase2022-02-061-1/+1
|\ \ \ \ | |_|/ / |/| | | Use custom FreeBSD image until cross is fixed
| * | | Use custom FreeBSD image until cross is fixedSven-Hendrik Haase2022-02-061-1/+1
|/ / / | | | | | | | | | | | | We're currently waiting on https://github.com/cross-rs/cross/pull/613 and https://github.com/cross-rs/cross/pull/620 to be merged and released for cross. Until then, we're fixing this ourselves downstream with a custom FreeBSD image.
* | | Merge pull request #706 from svenstaro/dependabot/cargo/clap_complete-3.0.3Sven-Hendrik Haase2022-01-132-3/+3
|\ \ \ | | | | | | | | Bump clap_complete from 3.0.2 to 3.0.3
| * | | Bump clap_complete from 3.0.2 to 3.0.3dependabot[bot]2022-01-132-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.2...clap_complete-v3.0.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #705 from svenstaro/dependabot/cargo/clap-3.0.7Sven-Hendrik Haase2022-01-132-5/+5
|\ \ \ | | | | | | | | Bump clap from 3.0.6 to 3.0.7
| * | | Bump clap from 3.0.6 to 3.0.7dependabot[bot]2022-01-132-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.6...v3.0.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #701 from svenstaro/dependabot/cargo/assert_fs-1.0.7Sven-Hendrik Haase2022-01-121-2/+2
|\ \ \ | | | | | | | | Bump assert_fs from 1.0.6 to 1.0.7
| * | | Bump assert_fs from 1.0.6 to 1.0.7dependabot[bot]2022-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.6 to 1.0.7. - [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.6...v1.0.7) --- 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 #702 from svenstaro/dependabot/cargo/assert_cmd-2.0.3Sven-Hendrik Haase2022-01-121-2/+2
|\ \ \ \ | | | | | | | | | | Bump assert_cmd from 2.0.2 to 2.0.3
| * | | | Bump assert_cmd from 2.0.2 to 2.0.3dependabot[bot]2022-01-121-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.2 to 2.0.3. - [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.2...v2.0.3) --- 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 #703 from svenstaro/dependabot/cargo/predicates-2.1.1Sven-Hendrik Haase2022-01-121-2/+2
|\ \ \ \ | |/ / / |/| | | Bump predicates from 2.1.0 to 2.1.1
| * | | Bump predicates from 2.1.0 to 2.1.1dependabot[bot]2022-01-121-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.0 to 2.1.1. - [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.1.0...v2.1.1) --- 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 #699 from svenstaro/dependabot/cargo/simplelog-0.11.2Sven-Hendrik Haase2022-01-111-2/+2
|\ \ \ | | | | | | | | Bump simplelog from 0.11.1 to 0.11.2
| * | | Bump simplelog from 0.11.1 to 0.11.2dependabot[bot]2022-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.1 to 0.11.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.11.1...v0.11.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 #700 from svenstaro/dependabot/cargo/clap-3.0.6Sven-Hendrik Haase2022-01-112-5/+5
|\ \ \ \ | | | | | | | | | | Bump clap from 3.0.5 to 3.0.6
| * | | | Bump clap from 3.0.5 to 3.0.6dependabot[bot]2022-01-112-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.5...v3.0.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #698 from svenstaro/dependabot/cargo/reqwest-0.11.9Sven-Hendrik Haase2022-01-111-4/+5
|\ \ \ \ | |/ / / |/| | | Bump reqwest from 0.11.8 to 0.11.9
| * | | Bump reqwest from 0.11.8 to 0.11.9dependabot[bot]2022-01-111-4/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.8 to 0.11.9. - [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.8...v0.11.9) --- 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 #696 from svenstaro/dependabot/cargo/sha2-0.10.1Sven-Hendrik Haase2022-01-071-2/+2
|\ \ \ | | | | | | | | Bump sha2 from 0.10.0 to 0.10.1
| * | | Bump sha2 from 0.10.0 to 0.10.1dependabot[bot]2022-01-071-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.0...sha2-v0.10.1) --- 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 #694 from svenstaro/dependabot/cargo/clap-3.0.5Sven-Hendrik Haase2022-01-062-5/+5
|\ \ \ | | | | | | | | Bump clap from 3.0.4 to 3.0.5
| * | | Bump clap from 3.0.4 to 3.0.5dependabot[bot]2022-01-062-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #691 from svenstaro/dependabot/cargo/clap_complete-3.0.2Sven-Hendrik Haase2022-01-052-3/+3
|\ \ \ | | | | | | | | Bump clap_complete from 3.0.1 to 3.0.2
| * | | Bump clap_complete from 3.0.1 to 3.0.2dependabot[bot]2022-01-052-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.1...clap_complete-v3.0.2) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #692 from svenstaro/dependabot/cargo/clap-3.0.4Sven-Hendrik Haase2022-01-052-5/+5
|\ \ \ | | | | | | | | Bump clap from 3.0.1 to 3.0.4