aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: Release miniserve version 0.26.0v0.26.0Sven-Hendrik Haase2024-01-133-3/+6
|
* Add CHANGELOG entry for #1308Sven-Hendrik Haase2024-01-132-2/+5
|
* Make default sorting test more meaningfulSven-Hendrik Haase2024-01-131-12/+27
|
* Tighter code formattingSven-Hendrik Haase2024-01-131-3/+0
|
* Clean up default order functionSven-Hendrik Haase2024-01-136-64/+45
| | | | I removed the stringly typing as we already have enums for this that we can make use of.
* Fix formattingSven-Hendrik Haase2024-01-131-1/+1
|
* Merge pull request #1308 from ↵Sven-Hendrik Haase2024-01-137-5/+116
|\ | | | | | | | | ElliottLandsborough/set_sorting_order_with_arguments Set default sorting order and method with arguments
| * Set default sorting order and method with argumentselandsborough2024-01-137-5/+116
| |
* | Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase2024-01-135-10/+14
| |
* | Refer to Helm chart by @wrenix (fixes #1215)Sven-Hendrik Haase2024-01-131-1/+3
| |
* | Bump depsSven-Hendrik Haase2024-01-131-53/+47
| |
* | Fix formattingSven-Hendrik Haase2024-01-131-8/+14
| |
* | Add CHANGELOG entry for #1310Sven-Hendrik Haase2024-01-131-0/+1
| |
* | Merge pull request #1310 from ViRb3/masterSven-Hendrik Haase2024-01-131-11/+15
|\ \ | | | | | | Ignore readonly metadata and handle errors instead
| * | Ignore readonly metadata and handle errors insteadVictor2024-01-111-11/+15
| |/
* | Merge pull request #1306 from svenstaro/dependabot/cargo/clap-4.4.14Sven-Hendrik Haase2024-01-121-4/+4
|\ \ | | | | | | Bump clap from 4.4.13 to 4.4.14
| * | Bump clap from 4.4.13 to 4.4.14dependabot[bot]2024-01-091-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.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.4.13...v4.4.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 #1309 from svenstaro/dependabot/cargo/actix-files-0.6.5Sven-Hendrik Haase2024-01-122-3/+3
|\ \ | |/ |/| Bump actix-files from 0.6.4 to 0.6.5
| * Bump actix-files from 0.6.4 to 0.6.5dependabot[bot]2024-01-102-3/+3
|/ | | | | | | | | | | | | | | Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.5/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: actix-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Skip newline test case on WindowsSven-Hendrik Haase2024-01-071-0/+1
|
* chore: Release miniserve version 0.25.0v0.25.0Sven-Hendrik Haase2024-01-073-3/+6
|
* Add CHANGELOG entry for #1294Sven-Hendrik Haase2024-01-071-0/+1
|
* Fix serving files with a newline (fixes #1294)Sven-Hendrik Haase2024-01-073-41/+42
|
* Add CHANGELOG entry for #1285Sven-Hendrik Haase2024-01-031-0/+1
|
* Merge pull request #1285 from cyqsimon/listing-crash-fixSven-Hendrik Haase2024-01-031-6/+11
|\ | | | | Prevent illegal request path from crashing program
| * Prevent illegal request path from crashing programcyqsimon2023-12-061-6/+11
| |
* | Merge pull request #1290 from 5long/remove-content-encodingSven-Hendrik Haase2024-01-032-10/+0
|\ \ | | | | | | Remove header Content-Encoding when archiving
| * | Remove header Content-Encoding when archivingWhyme Lyu2023-12-112-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Content-Encoding is a representation header which kinda means "same content, presented differently to different clients" or "encoded & decoded on-the-fly, guided by content negotiation". In the case of downloading an archive, MDN docs explicitly says that (quoted from https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding): > If the original media is encoded in some way (e.g. a zip file) then this > information would not be included in the Content-Encoding header. Thus this patch. Also fixes !1187.
* | | Add CHANGELOG entry for #1290Sven-Hendrik Haase2024-01-031-0/+1
| | |
* | | Update actix-multipart to 0.6.1Sven-Hendrik Haase2024-01-034-10/+80
| | |
* | | Remove now-unsupported mips architecturesSven-Hendrik Haase2024-01-031-8/+0
| | | | | | | | | | | | Apparently these are now Tier 3.
* | | Bump depsSven-Hendrik Haase2024-01-032-146/+124
|/ /
* | Bump depsSven-Hendrik Haase2023-12-101-90/+71
| |
* | Merge pull request #1286 from svenstaro/dependabot/cargo/if-addrs-0.11.0Sven-Hendrik Haase2023-12-062-4/+4
|\ \ | | | | | | Bump if-addrs from 0.10.2 to 0.11.0
| * | Bump if-addrs from 0.10.2 to 0.11.0dependabot[bot]2023-12-062-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1287 from svenstaro/dependabot/cargo/clap-4.4.11Sven-Hendrik Haase2023-12-061-4/+4
|\ \ | |/ |/| Bump clap from 4.4.10 to 4.4.11
| * Bump clap from 4.4.10 to 4.4.11dependabot[bot]2023-12-061-4/+4
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.11. - [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.4.10...v4.4.11) --- 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 #1282 from svenstaro/dependabot/cargo/comrak-0.20.0Sven-Hendrik Haase2023-11-302-3/+3
|\ | | | | Bump comrak from 0.19.0 to 0.20.0
| * Bump comrak from 0.19.0 to 0.20.0dependabot[bot]2023-11-302-3/+3
|/ | | | | | | | | | | | | | | Bumps [comrak](https://github.com/kivikakk/comrak) from 0.19.0 to 0.20.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.19.0...0.20.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-11-281-98/+208
|
* Merge pull request #1275 from svenstaro/dependabot/cargo/url-2.5.0Sven-Hendrik Haase2023-11-271-8/+8
|\ | | | | Bump url from 2.4.1 to 2.5.0
| * Bump url from 2.4.1 to 2.5.0dependabot[bot]2023-11-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1274 from svenstaro/dependabot/cargo/serde-1.0.193Sven-Hendrik Haase2023-11-271-4/+4
|\ \ | |/ |/| Bump serde from 1.0.192 to 1.0.193
| * Bump serde from 1.0.192 to 1.0.193dependabot[bot]2023-11-211-4/+4
|/ | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.192 to 1.0.193. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1264 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.4Sven-Hendrik Haase2023-11-201-2/+2
|\ | | | | Bump rustls-pemfile from 1.0.3 to 1.0.4
| * Bump rustls-pemfile from 1.0.3 to 1.0.4dependabot[bot]2023-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 1.0.4. - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.3...v/1.0.4) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1268 from svenstaro/dependabot/cargo/clap-4.4.8Sven-Hendrik Haase2023-11-201-4/+4
|\ \ | | | | | | Bump clap from 4.4.7 to 4.4.8
| * | Bump clap from 4.4.7 to 4.4.8dependabot[bot]2023-11-131-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.8. - [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.4.7...v4.4.8) --- 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 #1273 from svenstaro/32bit-windowsSven-Hendrik Haase2023-11-202-0/+7
|\ \ | |/ |/| Add i686-pc-windows-msvc target
| * Add i686-pc-windows-msvc targetSven-Hendrik Haase2023-11-202-0/+7
|/ | | | Fixes #1272.