aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1327 from cyqsimon/sanitize_path_usageSven-Hendrik Haase2024-01-282-5/+6
|\ | | | | Fix inaccurate uses of `sanitize_path`
| * Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-262-5/+6
|/
* Bump depsSven-Hendrik Haase2024-01-211-28/+26
|
* Merge pull request #1320 from svenstaro/dependabot/cargo/clap-4.4.18Sven-Hendrik Haase2024-01-171-4/+4
|\ | | | | Bump clap from 4.4.17 to 4.4.18
| * Bump clap from 4.4.17 to 4.4.18dependabot[bot]2024-01-171-4/+4
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18. - [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.17...v4.4.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Add CHANGELOG entry for #1315Sven-Hendrik Haase2024-01-161-0/+1
|
* Update README for -CSven-Hendrik Haase2024-01-161-0/+9
|
* Reformat args helpSven-Hendrik Haase2024-01-161-3/+5
|
* Merge pull request #1315 from zuisong/opt_compress_responseSven-Hendrik Haase2024-01-163-0/+20
|\ | | | | Optional enable compression middleware to reduce response size (disabled by default)
| * Add option for compress responsezuisong2024-01-163-1/+20
| |
| * Compress response using `actix_web::middleware::compress`Dean Li2024-01-141-0/+1
| |
* | Bump depsSven-Hendrik Haase2024-01-161-28/+12
|/
* 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