aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: Bump version patch to v0.4.2v0.4.2Fuwn2026-01-212-5/+5
|
* fix(rossweisse): Fix all clippy pedantic and nursery lint errorsFuwn2026-01-214-44/+46
|
* perf(router): Reduce per-connection overhead with shared RequestHandlerFuwn2026-01-211-283/+278
|
* fix(router): Use warn! macro instead of println! for stream errorsFuwn2026-01-211-1/+1
|
* refactor(router): Replace unwrap() with expect() for better panic messagesFuwn2026-01-211-8/+11
|
* refactor(router): Remove unreachable dead code in run()Fuwn2026-01-211-2/+0
|
* fix(router): Replace std::env::set_var with builder API for loggingFuwn2026-01-211-10/+14
|
* fix(deps): Replace deprecated tree_magic with tree_magic_miniFuwn2026-01-212-3/+3
|
* chore: Bump versionv0.4.1Fuwn2026-01-122-5/+5
|
* refactor(router): Reduce allocationsFuwn2026-01-121-87/+152
|
* refactor(response): Optimise response buildingFuwn2026-01-121-9/+16
|
* chore: Increment minor versionv0.4.0Fuwn2025-07-082-5/+5
|
* docs(README): Fix example use declarationsFuwn2025-07-081-5/+5
|
* docs(router): Update options-related documentationFuwn2025-07-081-4/+4
|
* feat(router): Add case-insensitive route matching optionFuwn2025-07-083-2/+16
|
* docs(router_option): Expand documentationFuwn2025-07-081-4/+4
|
* refactor(RouterOption): Rename trailing slash trimming optionFuwn2025-07-083-3/+5
|
* feat(router): Add missing trailing slash correctorFuwn2025-07-083-9/+28
|
* refactor(router): Smarter trailing slash clipperFuwn2025-07-082-35/+12
|
* feat(router): Add options systemFuwn2025-07-084-13/+67
|
* refactor(router): Manually implement trailing slash clipperFuwn2025-07-082-5/+31
|
* chore: Suggest stable Rust toolchainFuwn2025-07-081-1/+1
|
* chore: Bump version patchv0.3.12Fuwn2025-05-271-1/+1
|
* fix(router): Compliant empty path handlingFuwn2025-05-271-5/+5
|
* feat(router): Add set_listener_addressFuwn2025-05-271-5/+31
|
* chore: Migrate to just from cargo-makeFuwn2025-05-263-93/+53
|
* chore(git): Update ignored filesFuwn2025-05-261-0/+3
|
* docs(README): Clean up details and additional informationFuwn2025-04-131-5/+6
|
* docs(README): Update Windmark version in examples snippetsFuwn2025-04-081-4/+4
|
* refactor: Update Makefile.toml and source to follow new toolchain checks and ↵Fuwn2025-04-082-17/+32
| | | | lints
* chore: Bump Rust toolchainFuwn2025-04-081-1/+1
|
* docs(readme): extend useful sectionsFuwn2024-09-291-15/+11
|
* fix(router): ensure route-time locksv0.3.11Fuwn2024-07-172-18/+22
|
* feat(router): setters for direct key and certificate contentv0.3.10Fuwn2024-06-243-11/+74
|
* chore(examples): update rossweisse exampleFuwn2024-04-102-12/+20
|
* feat(rossweisse): bump versionFuwn2024-04-011-1/+1
|
* docs(readme): add rossweisse usage exampleFuwn2024-04-012-12/+35
|
* feat(rossweisse): remove required phantom dataFuwn2024-04-012-22/+36
|
* build(rustc): update toolchainFuwn2024-04-012-2/+2
|
* fix(clippy): lintsFuwn2023-09-262-2/+2
|
* deps(pretty_env_logger): 0.4.0 -> 0.5.0Fuwn2023-05-281-1/+1
|
* docs(router): run docFuwn2023-05-221-1/+1
|
* deps(tokio): restrict tokio featuresFuwn2023-05-101-1/+1
|
* deps(windmark): remove unused regexFuwn2023-05-101-1/+0
|
* docs(cargo): bump windmark and rossweisse for preludev0.3.9Fuwn2023-05-053-7/+7
|
* docs(readme): add feature flag tableFuwn2023-05-051-0/+12
|
* docs(router): ignore attach_async exampleFuwn2023-05-051-4/+4
|
* docs: fix for preludeFuwn2023-05-054-43/+48
|
* feat(windmark): prelude feature flagFuwn2023-05-0530-56/+88
|
* docs(rossweisse): revert to implementationFuwn2023-05-052-2/+6
|