aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/base85.c
Commit message (Expand)AuthorAge
* Handle newline-trimmed input TEXT correctly in base64, base85 UDFs.larrybr2023-04-25
* Check for OOM sqlite_value_x() returns in base64, base85 extensions.larrybr2023-04-25
* Fix compiler warning in base85.c.drh2023-01-27
* Add base64() and base85() text/blob conversions to the CLI.larrybr2022-12-23
* Sync w/trunk, zap surplus space.larrybr2022-11-28
* Speed up base85() conversions and sync w/trunk.larrybr2022-11-24
* Add more baseNN tests, get oversize error trapping working, and sync w/trunklarrybr2022-11-22
* Fix a base64 decode bug. Provide for convenient inclusion of extension(s) bui...larrybr2022-11-21
* New extensions for base85 and base64 conversion UDFslarrybr2022-11-19