summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
magisterRely on `(scheme eval)' rather than `(ice-9 safe-r5rs)'.W. Kosior12 months
 
TagDownloadAuthorAge
v2025.3.21cantius-2025.3.21.tar.gz  cantius-2025.3.21.zip  W. Kosior13 months
v2025.3.26cantius-2025.3.26.tar.gz  cantius-2025.3.26.zip  W. Kosior13 months
v2025.2.17cantius-2025.2.17.tar.gz  cantius-2025.2.17.zip  W. Kosior14 months
v2025.2.11cantius-2025.2.11.tar.gz  cantius-2025.2.11.zip  W. Kosior14 months
 
AgeCommit messageAuthor
2025-03-21Bump version date.v2025.3.21W. Kosior
2025-03-21(BREAKING!) Use srfi-247 syntactic monads instead of parameters.•••This is a rework of most of Cantius, including its API. W. Kosior
2025-02-17Bump version date.v2025.2.17W. Kosior
2025-02-14Use format's tilde+newline sequence to break long strings.•••Some might argue it is better to just keep long strings in the source code, for readability. But this is not that readable when, e.g., editing the code in a narrow Emacs window. W. Kosior
2025-02-14Update copyright years.W. Kosior
2025-02-14Add `parse-request-multipart/form-data'.•••This commit also adds the star variant of this procedure (returning alist) and an analogous star variant of `parse-multipart/form-data'. Tests are included. W. Kosior
2025-02-11Start date-versioning Cantius.v2025.2.11W. Kosior
2025-02-11Update copyright years.W. Kosior
2025-02-11Avoid `with-parameters*' which creates a continuation barrier.W. Kosior
2024-07-28Only display backtrace when a `CANTIUS_DEBUG' env var is set.•••This is to avoid leaking sensitive information through backtraces and exception messages. W. Kosior
[...]