aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/base64.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
* Clear executable bit on base64.clarrybr2023-04-02
* Employ deliberate_fall_through macro to quiet some compilers.larrybr2023-01-04
* Add base64() and base85() text/blob conversions to the CLI.larrybr2022-12-23
* Avoid several -Wall warnings in textfixture build.larrybr2022-12-06
* Sync w/trunk, zap surplus space.larrybr2022-11-28
* Speed up base85() conversions and sync w/trunk.larrybr2022-11-24
* Speed up base64 conversions, and add test with more data for the baseNN conve...larrybr2022-11-24
* Add more baseNN tests, get oversize error trapping working, and sync w/trunklarrybr2022-11-22
* Add test/basexx1.test to test is_base85(t), base85(x) and base64(x). Sync w/t...larrybr2022-11-22
* Get clean builds for MS tools. Add build examples for extension glommer (base...larrybr2022-11-21
* 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