index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
base64.c
Commit message (
Expand
)
Author
Age
*
Handle newline-trimmed input TEXT correctly in base64, base85 UDFs.
larrybr
2023-04-25
*
Check for OOM sqlite_value_x() returns in base64, base85 extensions.
larrybr
2023-04-25
*
Clear executable bit on base64.c
larrybr
2023-04-02
*
Employ deliberate_fall_through macro to quiet some compilers.
larrybr
2023-01-04
*
Add base64() and base85() text/blob conversions to the CLI.
larrybr
2022-12-23
*
Avoid several -Wall warnings in textfixture build.
larrybr
2022-12-06
*
Sync w/trunk, zap surplus space.
larrybr
2022-11-28
*
Speed up base85() conversions and sync w/trunk.
larrybr
2022-11-24
*
Speed up base64 conversions, and add test with more data for the baseNN conve...
larrybr
2022-11-24
*
Add more baseNN tests, get oversize error trapping working, and sync w/trunk
larrybr
2022-11-22
*
Add test/basexx1.test to test is_base85(t), base85(x) and base64(x). Sync w/t...
larrybr
2022-11-22
*
Get clean builds for MS tools. Add build examples for extension glommer (base...
larrybr
2022-11-21
*
Fix a base64 decode bug. Provide for convenient inclusion of extension(s) bui...
larrybr
2022-11-21
*
New extensions for base85 and base64 conversion UDFs
larrybr
2022-11-19