aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Better help for -uSven-Hendrik Haase2023-11-091-0/+5
|
* Bump depsSven-Hendrik Haase2023-11-091-182/+221
|
* Bump depsSven-Hendrik Haase2023-10-101-158/+107
|
* Fix incorrect conditional compilationSven-Hendrik Haase2023-10-101-3/+1
|
* Bump depsSven-Hendrik Haase2023-10-032-45/+150
|
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-247-168/+192
|\ | | | | Minor refactor on upload code
| * Fix clippy complaintscyqsimon2023-09-052-37/+37
| |
| * Fix incorrect usage of app data extractorcyqsimon2023-09-051-1/+1
| | | | | | | | - `Data` extractor can only be used when app data is wrapped with `Data`
| * Minor code style refactorscyqsimon2023-09-052-21/+27
| |
| * Use distinct query type for file op APIscyqsimon2023-09-053-18/+20
| |
| * rename `file_upload` to `file_op`cyqsimon2023-09-052-2/+4
| | | | | | | | - This is in preparation for adding deletion code
| * Rewrite `contains_symlink`cyqsimon2023-09-052-29/+41
| |
| * Make file util functions genericcyqsimon2023-07-101-4/+4
| |
| * Create shared file utiity modulecyqsimon2023-07-104-86/+88
| |
* | Merge pull request #1237 from svenstaro/fix-ciSven-Hendrik Haase2023-09-243-220/+158
|\ \ | | | | | | Try to fix CI
| * | Bump depsSven-Hendrik Haase2023-09-242-212/+158
| | |
| * | Try to fix CISven-Hendrik Haase2023-09-241-8/+0
|/ /
* | Bump depsSven-Hendrik Haase2023-08-261-59/+58
| |
* | Merge pull request #1206 from svenstaro/dependabot/cargo/reqwest-0.11.19Sven-Hendrik Haase2023-08-221-7/+14
|\ \ | | | | | | Bump reqwest from 0.11.18 to 0.11.19
| * | Bump reqwest from 0.11.18 to 0.11.19dependabot[bot]2023-08-221-7/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.19. - [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.18...v0.11.19) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>