aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/sha1.c
Commit message (Expand)AuthorAge
* Add sha1() functions to the CLI. Fix sha1b() such that it actually returnsdrh2024-09-12
* Progress on the sqlite3-rsync utility. This is an incremental check-in. Itdrh2024-09-11
* Add the "static" qualifier to some internal functions in code for various SQL...dan2021-12-01
* Mark the sha1() extension function as SQLITE_DETERMINISTIC.drh2020-02-10
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Changes to extensions and test logic so that the build works with gccdrh2019-11-20
* Fix typos in the header comment for the sha1 and sha3 hash extensionsdrh2018-09-26
* Fix issues in the sha1 extension seen with MSVC.mistachkin2017-02-02
* Add the sha1.c loadable extension that implements the sha1() and sha1_query()drh2017-01-27