aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Release miniserve version 0.23.2v0.23.2Sven-Hendrik Haase2023-04-283-3/+6
|
* Bump depsSven-Hendrik Haase2023-04-281-24/+23
|
* Modernize CI and add aarch64-apple-darwinSven-Hendrik Haase2023-04-281-3/+7
|
* Update CHANGELOGSven-Hendrik Haase2023-04-281-0/+1
|
* Switch to debian:testing-slim as upstream imageSven-Hendrik Haase2023-04-241-1/+1
| | | | See #1110 for details.
* Merge pull request #1111 from svenstaro/dependabot/cargo/clap_complete-4.2.1Sven-Hendrik Haase2023-04-241-2/+2
|\ | | | | Bump clap_complete from 4.2.0 to 4.2.1
| * Bump clap_complete from 4.2.0 to 4.2.1dependabot[bot]2023-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1. - [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-v4.2.0...clap_complete-v4.2.1) --- 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 #1112 from svenstaro/dependabot/cargo/regex-1.8.1Sven-Hendrik Haase2023-04-241-4/+4
|\ \ | |/ |/| Bump regex from 1.8.0 to 1.8.1
| * Bump regex from 1.8.0 to 1.8.1dependabot[bot]2023-04-241-4/+4
|/ | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits/1.8.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1108 from svenstaro/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2023-04-222-45/+11
|\ | | | | Switch to dtolnay/rust-toolchain
| * Update checkout to v3origin/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2023-04-212-2/+2
| |
| * Use houseabsolute/actions-rust-cross for cross supportSven-Hendrik Haase2023-04-201-21/+5
| |
| * Switch to dtolnay/rust-toolchainSven-Hendrik Haase2023-04-202-30/+12
| |
* | Merge pull request #1107 from svenstaro/crt-staticSven-Hendrik Haase2023-04-221-0/+2
|\ \ | | | | | | Set +crt-static on x86_64-pc-windows-msvc
| * | Set +crt-static on x86_64-pc-windows-msvcSven-Hendrik Haase2023-04-201-0/+2
| |/
* | Merge pull request #1109 from svenstaro/dependabot/cargo/regex-1.8.0Sven-Hendrik Haase2023-04-211-6/+15
|\ \ | |/ |/| Bump regex from 1.7.3 to 1.8.0
| * Bump regex from 1.7.3 to 1.8.0dependabot[bot]2023-04-211-6/+15
|/ | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Switch from deprecated get_if_addrs to if-addrsSven-Hendrik Haase2023-04-203-51/+21
| | | | Fixes #1079.
* Bump depsSven-Hendrik Haase2023-04-201-12/+12
|
* chore: Release miniserve version 0.23.1v0.23.1Sven-Hendrik Haase2023-04-173-3/+6
|
* CHANGELOG entry for EC keysSven-Hendrik Haase2023-04-171-0/+1
|
* Add EC key support (closes #1080)Sven-Hendrik Haase2023-04-168-105/+160
|
* Document range request supportSven-Hendrik Haase2023-04-161-0/+1
|
* Bump depsSven-Hendrik Haase2023-04-162-88/+82
|
* Bump depsSven-Hendrik Haase2023-04-061-91/+150
|
* Merge pull request #1086 from svenstaro/dependabot/cargo/clap_complete-4.2.0Sven-Hendrik Haase2023-04-041-2/+2
|\ | | | | Bump clap_complete from 4.1.6 to 4.2.0
| * Bump clap_complete from 4.1.6 to 4.2.0dependabot[bot]2023-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.6 to 4.2.0. - [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-v4.1.6...clap_complete-v4.2.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1090 from svenstaro/dependabot/cargo/clap-4.2.1Sven-Hendrik Haase2023-04-041-8/+63
|\ \ | |/ |/| Bump clap from 4.1.14 to 4.2.1
| * Bump clap from 4.1.14 to 4.2.1dependabot[bot]2023-04-031-8/+63
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.2.1. - [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/v4.1.14...v4.2.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1092 from svenstaro/dependabot/cargo/comrak-0.18.0Sven-Hendrik Haase2023-04-032-3/+3
|\ | | | | Bump comrak from 0.17.1 to 0.18.0
| * Bump comrak from 0.17.1 to 0.18.0dependabot[bot]2023-04-032-3/+3
|/ | | | | | | | | | | | | | | Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.17.1...0.18.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1091 from svenstaro/dependabot/cargo/futures-0.3.28Sven-Hendrik Haase2023-03-311-19/+19
|\ | | | | Bump futures from 0.3.27 to 0.3.28
| * Bump futures from 0.3.27 to 0.3.28dependabot[bot]2023-03-311-19/+19
|/ | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28. - [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.27...0.3.28) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1081 from svenstaro/dependabot/cargo/clap-4.1.14Sven-Hendrik Haase2023-03-291-16/+17
|\ | | | | Bump clap from 4.1.13 to 4.1.14
| * Bump clap from 4.1.13 to 4.1.14dependabot[bot]2023-03-281-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14. - [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/v4.1.13...v4.1.14) --- 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 #1082 from svenstaro/dependabot/cargo/comrak-0.17.1Sven-Hendrik Haase2023-03-292-55/+3
|\ \ | | | | | | Bump comrak from 0.16.0 to 0.17.1
| * | Bump comrak from 0.16.0 to 0.17.1dependabot[bot]2023-03-282-55/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [comrak](https://github.com/kivikakk/comrak) from 0.16.0 to 0.17.1. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.16.0...0.17.1) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1083 from svenstaro/dependabot/cargo/reqwest-0.11.16Sven-Hendrik Haase2023-03-291-2/+2
|\ \ | | | | | | Bump reqwest from 0.11.15 to 0.11.16
| * | Bump reqwest from 0.11.15 to 0.11.16dependabot[bot]2023-03-281-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.15 to 0.11.16. - [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.15...v0.11.16) --- 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 #1084 from svenstaro/dependabot/cargo/clap_complete-4.1.6Sven-Hendrik Haase2023-03-291-2/+2
|\ \ | |/ |/| Bump clap_complete from 4.1.5 to 4.1.6
| * Bump clap_complete from 4.1.5 to 4.1.6dependabot[bot]2023-03-281-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.5 to 4.1.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/clap_complete-v4.1.5...clap_complete-v4.1.6) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-03-252-235/+250
|
* Merge pull request #1055 from svenstaro/dependabot/cargo/simplelog-0.12.1Sven-Hendrik Haase2023-03-031-2/+2
|\ | | | | Bump simplelog from 0.12.0 to 0.12.1
| * Bump simplelog from 0.12.0 to 0.12.1dependabot[bot]2023-03-031-2/+2
|/ | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.12.0 to 0.12.1. - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Release miniserve version 0.23.0v0.23.0Sven-Hendrik Haase2023-03-013-3/+6
|
* Split up wget testsSven-Hendrik Haase2023-03-011-23/+35
|
* Update depsSven-Hendrik Haase2023-03-012-54/+54
|
* Add CHANGELOG entry for #1043Sven-Hendrik Haase2023-03-011-0/+1
|
* Merge pull request #1043 from Yusuto/wget-fixSven-Hendrik Haase2023-03-013-30/+114
|\ | | | | Fix the wget footer
| * Added tests and small fixesSilux2023-02-252-8/+87
| | | | | | | | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs!