aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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!
| * Switched from using AsRef<str> to using &UriSilux2023-02-222-16/+17
| | | | | | | | | | | | | | | | I honestly just switched the definition and then frantically changed small things based on rusts error messages, but it passes fmt, clippy and tests so I think it's fine. This allow a bit finer control over the URI, but is honetly a bit insignificant.
| * Make the wget footer click to copySilux2023-02-221-1/+5
| |
| * Cleaned up thewget_footer function and generated commandSilux2023-02-221-18/+14
| | | | | | | | | | | | | | The command now has slightly more concise flags, the cut_dir flag gets omitted when it would be zero, if downloading root put files in a folder named the title of the page, use match claues instead of ifs, bit more concise I think
| * Fix the wget footerSilux2023-02-211-7/+11
| | | | | | | | ...by having it use the absolute url instead of the breadcrumbs
* | Merge pull request #1045 from svenstaro/dependabot/cargo/clap_mangen-0.2.9Sven-Hendrik Haase2023-02-231-2/+2
|\ \ | | | | | | Bump clap_mangen from 0.2.8 to 0.2.9
| * | Bump clap_mangen from 0.2.8 to 0.2.9dependabot[bot]2023-02-231-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.8 to 0.2.9. - [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_mangen-v0.2.8...clap_mangen-v0.2.9) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Add CHANGELOG entry for sorting subdir fixSven-Hendrik Haase2023-02-211-0/+1
| |
* | Merge pull request #991 from Vam-Jam/sort_down_fixSven-Hendrik Haase2023-02-211-1/+1
|\ \ | | | | | | [fix] Sorting breaks subdir downloading
| * | [fix] Sorting breaks subdir downloadingVamist2022-12-061-1/+1
| | | | | | | | | - Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a /
* | | Merge pull request #1041 from svenstaro/dependabot/cargo/grass-0.12.3Sven-Hendrik Haase2023-02-211-5/+4
|\ \ \ | | | | | | | | Bump grass from 0.12.2 to 0.12.3
| * | | Bump grass from 0.12.2 to 0.12.3dependabot[bot]2023-02-201-5/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.12.2 to 0.12.3. - [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 #1040 from svenstaro/dependabot/cargo/http-0.2.9Sven-Hendrik Haase2023-02-211-2/+2
|\ \ \ | | | | | | | | Bump http from 0.2.8 to 0.2.9
| * | | Bump http from 0.2.8 to 0.2.9dependabot[bot]2023-02-201-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 0.2.9. - [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.8...v0.2.9) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>