aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(cargo): bump 0.2.1 -> 0.2.2v0.2.2Fuwn2023-03-302-4/+4
|
* refactor(router): change response-related settersFuwn2023-03-301-6/+10
|
* docs: fix old response documentationFuwn2023-03-302-9/+9
|
* feat: overhaul response systemFuwn2023-03-304-191/+146
|
* feat(cargo): bump version to 0.2.1Fuwn2023-03-292-4/+4
|
* feat(router): modify content from post-route callbackFuwn2023-03-293-41/+50
|
* refactor(returnable): unify callback contextFuwn2023-03-293-22/+24
|
* ci(check): use table toolchainFuwn2023-03-211-1/+1
| | | I’m not sure why this never got bumped. I’m guessing it just hadn’t caused any problems until now.
* feat: windmark 0.1.19 -> 0.2.0v0.2.0Fuwn2023-03-212-4/+4
|
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-212-19/+36
| | | | | | I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
* deps(matchit): 0.5.0 -> 0.6.0Fuwn2023-03-211-1/+1
|
* style(router.rs): clippy lintsFuwn2023-02-042-33/+13
|
* docs(README.md): fix markdown urlFuwn2022-07-311-1/+1
|
* docs(README.md): update outdated readmeFuwn2022-07-312-3/+7
|
* feat: drop rust nightly requirement!!!v0.1.20Fuwn2022-07-316-53/+29
|
* docs(README.md): add nightly toolchain noticeFuwn2022-07-311-0/+6
|
* feat(response): success with mime responsev0.1.19Fuwn2022-07-095-7/+26
|
* chore(cargo): republish with --all-featuresv0.1.18Fuwn2022-07-092-4/+4
|
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-07-095-121/+18
|
* docs(cargo): bump version 0.1.15 -> 0.1.160.1.16Fuwn2022-06-132-6/+5
|
* refactor(router): remove useless clonesFuwn2022-06-131-2/+1
|
* feat(router): allow access to client certsFuwn2022-06-133-27/+75
| | | | Pretty happy to finally get this one over with...
* refactor: fix qualificationsFuwn2022-06-132-11/+5
|
* docs(cargo): bump version0.1.15Fuwn2022-06-013-88/+12
| | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
* refactor(router): move router to seperate fileFuwn2022-06-013-752/+773
|
* fix(lib.rs): response content no leading whitespaceFuwn2022-06-011-1/+1
|
* docs(cargo): bump version0.1.14Fuwn2022-04-203-7/+7
|
* fix(handle): response spacingFuwn2022-04-201-3/+3
|
* docs(cargo): bump version0.1.13Fuwn2022-04-153-7/+7
|
* feat(handler): expose handler typesFuwn2022-04-151-1/+1
|
* feat: handle bad requestFuwn2022-04-141-19/+29
|
* feat(handle): return bad requestFuwn2022-04-141-1/+15
|
* docs(cargo): bump version to 0.1.120.1.12Fuwn2022-04-073-7/+7
|
* fix: trailing for fixFuwn2022-04-072-1/+8
|
* fix: try to fix path0.1.11Fuwn2022-04-074-8/+12
|
* docs(cargo): bump version0.1.10Fuwn2022-04-073-7/+7
|
* feat(router): allow path fixingFuwn2022-04-071-1/+22
|
* refactor(examples): bind routerFuwn2022-04-071-141/+138
|
* docs(readme): link to example gemini capsuleFuwn2022-04-062-0/+10
|
* docs(cargo): bump to 0.1.90.1.9Fuwn2022-04-033-9/+11
|
* feat(refactor): no late init contentFuwn2022-04-031-18/+14
|
* feat(router): allow multiple headers and footersFuwn2022-04-032-36/+55
|
* docs(cargo): bump version to 0.1.80.1.8Fuwn2022-04-023-5/+13
|
* feat(router): stateful modules!Fuwn2022-04-024-8/+189
|
* build(cargo): simplify example usageFuwn2022-04-021-0/+4
|
* docs(readme): add modules and capsules sectionFuwn2022-04-012-1/+31
|
* fix(router): conditional feature args0.1.7Fuwn2022-03-313-5/+7
|
* feat(cargo): bump version0.1.6Fuwn2022-03-313-5/+5
|
* feat(features): auto-deduce-mimeFuwn2022-03-315-27/+147
|
* fix(router): use different certificate fileFuwn2022-03-304-29/+29
|