index
:
archived-windmark
main
origin/main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore: Bump version to v0.6.1
HEAD
v0.6.1
main
Fuwn
2026-04-27
2
-5
/
+5
|
*
fix(docs): Mark set_ssl_acceptor doctest no_run
Fuwn
2026-04-27
1
-1
/
+1
|
*
fix(docs): Repair stale doctests exposed by cargo test step
Fuwn
2026-04-27
2
-9
/
+9
|
*
ci: Enable response-macros feature so examples build under cargo test
Fuwn
2026-04-27
1
-1
/
+1
|
*
fix(examples): Update binary example after LICENSE rename
Fuwn
2026-04-27
1
-2
/
+2
|
*
chore: Bump version to v0.6.0
Fuwn
2026-04-27
2
-5
/
+5
|
*
refactor(response)!: Mark Response non_exhaustive to insulate downstream ↵
Fuwn
2026-04-27
1
-0
/
+1
|
|
|
|
from future field additions
*
fix(response): Add missing certificate_not_authorised response macro
Fuwn
2026-04-27
1
-0
/
+1
|
*
ci: Run cargo test in addition to cargo check
Fuwn
2026-04-27
1
-0
/
+7
|
*
fix(response)!: Preserve non-UTF-8 bytes in binary success responses
Fuwn
2026-04-27
3
-29
/
+88
|
*
fix(ci): Use ** instead of * in workflow path filters
Fuwn
2026-04-27
1
-2
/
+2
|
*
fix(rossweisse): Align Cargo.toml licence with README licence
Fuwn
2026-04-27
1
-1
/
+1
|
*
chore: Bump version to v0.5.0
v0.5.0
Fuwn
2026-04-14
2
-5
/
+5
|
*
perf(router): Cache joined languages string at RequestHandler construction
Fuwn
2026-04-14
1
-6
/
+6
|
*
perf(router): Eliminate redundant url clone on every request
Fuwn
2026-04-14
1
-4
/
+3
|
*
perf(router)!: Replace per-request locks with lock-free frozen storage
Fuwn
2026-04-14
4
-40
/
+41
|
*
perf(router)!: Pass RouteContext by reference to Partial headers and footers
Fuwn
2026-04-14
3
-13
/
+13
|
*
perf(context)!: Replace HashMap parameters with Parameters newtype backed by Vec
Fuwn
2026-04-14
5
-18
/
+39
|
*
perf(router)!: Pass HookContext by reference to modules and hooks
Fuwn
2026-04-14
8
-32
/
+26
|
*
perf(router)!: Remove AsyncMutex from route and error handlers
Fuwn
2026-04-14
4
-29
/
+29
|
*
chore(license): Relicense under MIT OR Apache-2.0
origin/main
Fuwn
2026-02-20
56
-1529
/
+220
|
*
chore: Bump version patch to v0.4.2
Fuwn
2026-01-21
2
-5
/
+5
|
*
fix(rossweisse): Fix all clippy pedantic and nursery lint errors
Fuwn
2026-01-21
4
-44
/
+46
|
*
perf(router): Reduce per-connection overhead with shared RequestHandler
Fuwn
2026-01-21
1
-283
/
+278
|
*
fix(router): Use warn! macro instead of println! for stream errors
Fuwn
2026-01-21
1
-1
/
+1
|
*
refactor(router): Replace unwrap() with expect() for better panic messages
Fuwn
2026-01-21
1
-8
/
+11
|
*
refactor(router): Remove unreachable dead code in run()
Fuwn
2026-01-21
1
-2
/
+0
|
*
fix(router): Replace std::env::set_var with builder API for logging
Fuwn
2026-01-21
1
-10
/
+14
|
*
fix(deps): Replace deprecated tree_magic with tree_magic_mini
Fuwn
2026-01-21
2
-3
/
+3
|
*
chore: Bump version
Fuwn
2026-01-12
2
-5
/
+5
|
*
refactor(router): Reduce allocations
Fuwn
2026-01-12
1
-87
/
+152
|
*
refactor(response): Optimise response building
Fuwn
2026-01-12
1
-9
/
+16
|
*
chore: Increment minor version
Fuwn
2025-07-08
2
-5
/
+5
|
*
docs(README): Fix example use declarations
Fuwn
2025-07-08
1
-5
/
+5
|
*
docs(router): Update options-related documentation
Fuwn
2025-07-08
1
-4
/
+4
|
*
feat(router): Add case-insensitive route matching option
Fuwn
2025-07-08
3
-2
/
+16
|
*
docs(router_option): Expand documentation
Fuwn
2025-07-08
1
-4
/
+4
|
*
refactor(RouterOption): Rename trailing slash trimming option
Fuwn
2025-07-08
3
-3
/
+5
|
*
feat(router): Add missing trailing slash corrector
Fuwn
2025-07-08
3
-9
/
+28
|
*
refactor(router): Smarter trailing slash clipper
Fuwn
2025-07-08
2
-35
/
+12
|
*
feat(router): Add options system
Fuwn
2025-07-08
4
-13
/
+67
|
*
refactor(router): Manually implement trailing slash clipper
Fuwn
2025-07-08
2
-5
/
+31
|
*
chore: Suggest stable Rust toolchain
Fuwn
2025-07-08
1
-1
/
+1
|
*
chore: Bump version patch
Fuwn
2025-05-27
1
-1
/
+1
|
*
fix(router): Compliant empty path handling
Fuwn
2025-05-27
1
-5
/
+5
|
*
feat(router): Add set_listener_address
Fuwn
2025-05-27
1
-5
/
+31
|
*
chore: Migrate to just from cargo-make
Fuwn
2025-05-26
3
-93
/
+53
|
*
chore(git): Update ignored files
Fuwn
2025-05-26
1
-0
/
+3
|
*
docs(README): Clean up details and additional information
Fuwn
2025-04-13
1
-5
/
+6
|
*
docs(README): Update Windmark version in examples snippets
Fuwn
2025-04-08
1
-4
/
+4
|
[next]