aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * tweak test assertionsCarson McManus2024-01-301-1/+5
| |
| * add test for disabled archivesCarson McManus2024-01-301-0/+28
| |
| * add short version of `--disable-indexing` cli argCarson McManus2024-01-301-1/+2
| |
| * add unit testsCarson McManus2024-01-301-0/+31
| |
| * add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-294-1/+20
| |
* | Merge pull request #1331 from cyqsimon/error-refactorSven-Hendrik Haase2024-01-308-133/+143
|\ \ | | | | | | Refactor errors
| * | Rename `StartError` -> `StartupError`cyqsimon2024-01-302-11/+12
| | |
| * | Write changelogcyqsimon2024-01-291-0/+1
| | |
| * | Refactor errorscyqsimon2024-01-297-134/+142
| |/ | | | | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code
* | Bump depsSven-Hendrik Haase2024-01-291-21/+21
| |
* | Merge pull request #1330 from svenstaro/dependabot/cargo/strum-0.26.1Sven-Hendrik Haase2024-01-291-2/+2
|\ \ | |/ |/| Bump strum from 0.26.0 to 0.26.1
| * Bump strum from 0.26.0 to 0.26.1dependabot[bot]2024-01-291-2/+2
|/ | | | | | | | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.26.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-01-282-23/+23
|
* 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