index
:
cantius
magister
A Guile web server library, dedicated to St. John Cantius
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-06
Rely on `(scheme eval)' rather than `(ice-9 safe-r5rs)'.
HEAD
magister
W. Kosior
2025-05-06
Add newlines between groups of imports in test code.
W. Kosior
2025-05-06
Make bindings from `(scheme base)' the default in test code.
W. Kosior
2025-05-06
Import `(ice-9 regex)' with `reg:' prefix.
W. Kosior
2025-05-06
Do not import `(rnrs bytevectors)'.
W. Kosior
2025-05-06
Import SRFI-1 with `s1:' prefix.
W. Kosior
2025-03-27
For other content types return nil from `multipart/form-data' proc.
W. Kosior
2025-03-27
(BREAKING!) Make monadic versions of helper procedures.
W. Kosior
2025-03-27
Make Cantius syntactic monad refer to bound `let*-values'.
W. Kosior
2025-03-26
Allow using custom syntactic monad when defining an endpoint.
W. Kosior
2025-03-26
Do not use programmer-supplied HTTP headers on automatic redirect.
W. Kosior
2025-03-26
Bump version date.
v2025.3.26
W. Kosior
2025-03-26
Make Autoconf check for srfi-247 in Guile.
W. Kosior
2025-03-26
Export list of monad argument names.
W. Kosior
2025-03-21
Bump version date.
v2025.3.21
W. Kosior
2025-03-21
(BREAKING!) Use srfi-247 syntactic monads instead of parameters.
W. Kosior
2025-02-17
Bump version date.
v2025.2.17
W. Kosior
2025-02-14
Use format's tilde+newline sequence to break long strings.
W. Kosior
2025-02-14
Update copyright years.
W. Kosior
2025-02-14
Add `parse-request-multipart/form-data'.
W. Kosior
2025-02-11
Start date-versioning Cantius.
v2025.2.11
W. Kosior
2025-02-11
Update copyright years.
W. Kosior
2025-02-11
Avoid `with-parameters*' which creates a continuation barrier.
W. Kosior
2024-07-28
Only display backtrace when a `CANTIUS_DEBUG' env var is set.
W. Kosior
2024-07-28
Use a redirect type that doesn't change method.
W. Kosior
2024-07-23
Write tests for `parse-cookies' procedure.
W. Kosior
2024-07-23
Add `parse-cookies' procedure.
W. Kosior
2024-07-23
Test `parse-multipart/form-data' procedure.
W. Kosior
2024-07-23
Add `parse-multipart/form-data' procedure.
W. Kosior
2024-07-18
Improve the mechanism of conditions tied to HTTP error codes.
W. Kosior
2024-07-18
Order imports alphabetically.
W. Kosior
2024-01-26
Rename `normalized-path-string` nested function.
Wojtek Kosior
2024-01-26
Normalize resource path in `find-resource-file`.
Wojtek Kosior
2024-01-26
Add `normalize-path` function.
Wojtek Kosior
2024-01-25
Add tests for `find-resource-file` and exceptions it raises.
Wojtek Kosior
2024-01-25
Better use of srfi-35 conditions.
Wojtek Kosior
2024-01-25
Forbid `.` and `..` in loaded resource file paths.
Wojtek Kosior
2024-01-20
Fix syntax error in .dir-locals.el.
Wojtek Kosior
2023-12-19
Test the values of %current-path and %current-path-string.
Wojtek Kosior
2023-12-19
Allow handlers to only return response body.
Wojtek Kosior
2023-12-19
Adjust backtrace frame range.
Wojtek Kosior
2023-12-19
Fix mismatched parenthesis in .dir-locals.el.
Wojtek Kosior
2023-12-16
Facilitate using parameters for endpoint-specific behavior.
Wojtek Kosior
2023-12-16
Make GUILE_TEST_DRIVER precious with AC_ARG_VAR().
Wojtek Kosior
2023-12-16
Initial commit.
Wojtek Kosior