aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor(router): Reduce allocationsFuwn2026-01-121-87/+152
|
* refactor(response): Optimise response buildingFuwn2026-01-121-9/+16
|
* docs(router): Update options-related documentationFuwn2025-07-081-4/+4
|
* feat(router): Add case-insensitive route matching optionFuwn2025-07-082-0/+11
|
* docs(router_option): Expand documentationFuwn2025-07-081-4/+4
|
* refactor(RouterOption): Rename trailing slash trimming optionFuwn2025-07-082-2/+4
|
* feat(router): Add missing trailing slash correctorFuwn2025-07-082-8/+24
|
* refactor(router): Smarter trailing slash clipperFuwn2025-07-082-35/+12
|
* feat(router): Add options systemFuwn2025-07-083-12/+66
|
* refactor(router): Manually implement trailing slash clipperFuwn2025-07-082-5/+31
|
* fix(router): Compliant empty path handlingFuwn2025-05-271-5/+5
|
* feat(router): Add set_listener_addressFuwn2025-05-271-5/+31
|
* refactor: Update Makefile.toml and source to follow new toolchain checks and ↵Fuwn2025-04-081-11/+15
| | | | lints
* fix(router): ensure route-time locksv0.3.11Fuwn2024-07-171-17/+21
|
* feat(router): setters for direct key and certificate contentv0.3.10Fuwn2024-06-242-10/+73
|
* build(rustc): update toolchainFuwn2024-04-011-1/+1
|
* fix(clippy): lintsFuwn2023-09-262-2/+2
|
* docs(router): run docFuwn2023-05-221-1/+1
|
* docs(router): ignore attach_async exampleFuwn2023-05-051-4/+4
|
* docs: fix for preludeFuwn2023-05-051-31/+33
|
* feat(windmark): prelude feature flagFuwn2023-05-058-18/+46
|
* docs(router): remove useless assignmentFuwn2023-05-051-1/+1
|
* refactor: simplify importsFuwn2023-05-053-5/+5
|
* fix(ci): fix tests and doc examplesFuwn2023-04-271-24/+33
|
* chore: update copyright headersFuwn2023-04-1820-40/+20
|
* feat: async-std support !!Fuwn2023-04-183-4/+38
|
* feat: improve macro hygienev0.3.5Fuwn2023-04-161-14/+14
|
* refactor(hooks): implement call for hooksFuwn2023-04-153-15/+30
|
* refactor(partial): into traitFuwn2023-04-102-7/+16
|
* fix(macros): restrict macro nameFuwn2023-04-101-3/+3
|
* fix(router): tokio namespacev0.3.4Fuwn2023-04-081-2/+2
|
* refactor(context): rename params to parametersFuwn2023-04-062-7/+6
|
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-0611-36/+51
|
* feat(response): async error handlerFuwn2023-04-063-20/+43
|
* feat(context): bring back peer addressFuwn2023-04-064-13/+31
|
* refactor(router): simplify context creationFuwn2023-04-063-53/+19
|
* fix(context): fix async sharingFuwn2023-04-065-85/+64
|
* refactor(router): block macroFuwn2023-04-061-5/+11
|
* feat(macros): async response macrosFuwn2023-04-061-18/+47
|
* refactor(router): no need for pinFuwn2023-04-061-3/+1
|
* style(router): add associated typesFuwn2023-04-051-5/+5
|
* fix(module): bring backFuwn2023-04-052-0/+61
|
* feat(route): merge async and sync mount functions !!Fuwn2023-04-053-48/+37
|
* feat(module): async module supportFuwn2023-04-043-14/+100
|
* feat(route): native async route support !!Fuwn2023-04-042-14/+65
|
* style: seperate blocksFuwn2023-04-031-0/+5
|
* fix(context): clippy lintsFuwn2023-04-036-4/+9
|
* refactor(handler): move traitsFuwn2023-04-0310-0/+310
|
* refactor(handler): misc. renameFuwn2023-04-032-7/+7
|
* refactor(context): callback -> hookFuwn2023-04-033-13/+13
|