Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | tweak test assertions | Carson McManus | 2024-01-30 | 1 | -1/+5 | |
| | | ||||||
| * | add test for disabled archives | Carson McManus | 2024-01-30 | 1 | -0/+28 | |
| | | ||||||
| * | add short version of `--disable-indexing` cli arg | Carson McManus | 2024-01-30 | 1 | -1/+2 | |
| | | ||||||
| * | add unit tests | Carson McManus | 2024-01-30 | 1 | -0/+31 | |
| | | ||||||
| * | add `--disable-indexing` cli flag to completely disable directory indexing | Carson McManus | 2024-01-29 | 4 | -1/+20 | |
| | | ||||||
* | | Merge pull request #1331 from cyqsimon/error-refactor | Sven-Hendrik Haase | 2024-01-30 | 8 | -133/+143 | |
|\ \ | | | | | | | Refactor errors | |||||
| * | | Rename `StartError` -> `StartupError` | cyqsimon | 2024-01-30 | 2 | -11/+12 | |
| | | | ||||||
| * | | Write changelog | cyqsimon | 2024-01-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Refactor errors | cyqsimon | 2024-01-29 | 7 | -134/+142 | |
| |/ | | | | | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | |||||
* | | Bump deps | Sven-Hendrik Haase | 2024-01-29 | 1 | -21/+21 | |
| | | ||||||
* | | Merge pull request #1330 from svenstaro/dependabot/cargo/strum-0.26.1 | Sven-Hendrik Haase | 2024-01-29 | 1 | -2/+2 | |
|\ \ | |/ |/| | Bump strum from 0.26.0 to 0.26.1 | |||||
| * | Bump strum from 0.26.0 to 0.26.1 | dependabot[bot] | 2024-01-29 | 1 | -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 deps | Sven-Hendrik Haase | 2024-01-28 | 2 | -23/+23 | |
| | ||||||
* | Merge pull request #1327 from cyqsimon/sanitize_path_usage | Sven-Hendrik Haase | 2024-01-28 | 2 | -5/+6 | |
|\ | | | | | Fix inaccurate uses of `sanitize_path` | |||||
| * | Fix inaccurate uses of `sanitize_path` | cyqsimon | 2024-01-26 | 2 | -5/+6 | |
|/ | ||||||
* | Bump deps | Sven-Hendrik Haase | 2024-01-21 | 1 | -28/+26 | |
| | ||||||
* | Merge pull request #1320 from svenstaro/dependabot/cargo/clap-4.4.18 | Sven-Hendrik Haase | 2024-01-17 | 1 | -4/+4 | |
|\ | | | | | Bump clap from 4.4.17 to 4.4.18 | |||||
| * | Bump clap from 4.4.17 to 4.4.18 | dependabot[bot] | 2024-01-17 | 1 | -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 #1315 | Sven-Hendrik Haase | 2024-01-16 | 1 | -0/+1 | |
| | ||||||
* | Update README for -C | Sven-Hendrik Haase | 2024-01-16 | 1 | -0/+9 | |
| | ||||||
* | Reformat args help | Sven-Hendrik Haase | 2024-01-16 | 1 | -3/+5 | |
| | ||||||
* | Merge pull request #1315 from zuisong/opt_compress_response | Sven-Hendrik Haase | 2024-01-16 | 3 | -0/+20 | |
|\ | | | | | Optional enable compression middleware to reduce response size (disabled by default) | |||||
| * | Add option for compress response | zuisong | 2024-01-16 | 3 | -1/+20 | |
| | | ||||||
| * | Compress response using `actix_web::middleware::compress` | Dean Li | 2024-01-14 | 1 | -0/+1 | |
| | | ||||||
* | | Bump deps | Sven-Hendrik Haase | 2024-01-16 | 1 | -28/+12 | |
|/ | ||||||
* | chore: Release miniserve version 0.26.0v0.26.0 | Sven-Hendrik Haase | 2024-01-13 | 3 | -3/+6 | |
| | ||||||
* | Add CHANGELOG entry for #1308 | Sven-Hendrik Haase | 2024-01-13 | 2 | -2/+5 | |
| | ||||||
* | Make default sorting test more meaningful | Sven-Hendrik Haase | 2024-01-13 | 1 | -12/+27 | |
| | ||||||
* | Tighter code formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -3/+0 | |
| | ||||||
* | Clean up default order function | Sven-Hendrik Haase | 2024-01-13 | 6 | -64/+45 | |
| | | | | I removed the stringly typing as we already have enums for this that we can make use of. | |||||
* | Fix formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1308 from ↵ | Sven-Hendrik Haase | 2024-01-13 | 7 | -5/+116 | |
|\ | | | | | | | | | ElliottLandsborough/set_sorting_order_with_arguments Set default sorting order and method with arguments | |||||
| * | Set default sorting order and method with arguments | elandsborough | 2024-01-13 | 7 | -5/+116 | |
| | | ||||||
* | | Use tokio::fs instead of std::fs to enable async file operations (fixes #445) | Sven-Hendrik Haase | 2024-01-13 | 5 | -10/+14 | |
| | | ||||||
* | | Refer to Helm chart by @wrenix (fixes #1215) | Sven-Hendrik Haase | 2024-01-13 | 1 | -1/+3 | |
| | | ||||||
* | | Bump deps | Sven-Hendrik Haase | 2024-01-13 | 1 | -53/+47 | |
| | | ||||||
* | | Fix formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -8/+14 | |
| | | ||||||
* | | Add CHANGELOG entry for #1310 | Sven-Hendrik Haase | 2024-01-13 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #1310 from ViRb3/master | Sven-Hendrik Haase | 2024-01-13 | 1 | -11/+15 | |
|\ \ | | | | | | | Ignore readonly metadata and handle errors instead | |||||
| * | | Ignore readonly metadata and handle errors instead | Victor | 2024-01-11 | 1 | -11/+15 | |
| |/ | ||||||
* | | Merge pull request #1306 from svenstaro/dependabot/cargo/clap-4.4.14 | Sven-Hendrik Haase | 2024-01-12 | 1 | -4/+4 | |
|\ \ | | | | | | | Bump clap from 4.4.13 to 4.4.14 | |||||
| * | | Bump clap from 4.4.13 to 4.4.14 | dependabot[bot] | 2024-01-09 | 1 | -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.5 | Sven-Hendrik Haase | 2024-01-12 | 2 | -3/+3 | |
|\ \ | |/ |/| | Bump actix-files from 0.6.4 to 0.6.5 | |||||
| * | Bump actix-files from 0.6.4 to 0.6.5 | dependabot[bot] | 2024-01-10 | 2 | -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 Windows | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 | |
| | ||||||
* | chore: Release miniserve version 0.25.0v0.25.0 | Sven-Hendrik Haase | 2024-01-07 | 3 | -3/+6 | |
| | ||||||
* | Add CHANGELOG entry for #1294 | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 | |
| | ||||||
* | Fix serving files with a newline (fixes #1294) | Sven-Hendrik Haase | 2024-01-07 | 3 | -41/+42 | |
| | ||||||
* | Add CHANGELOG entry for #1285 | Sven-Hendrik Haase | 2024-01-03 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #1285 from cyqsimon/listing-crash-fix | Sven-Hendrik Haase | 2024-01-03 | 1 | -6/+11 | |
|\ | | | | | Prevent illegal request path from crashing program |