SQLite

All files named ”ext/misc/sha1.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/sha1.c

2024-09-12
14:43
[cb5002148c] part of check-in [fe65821a3b] Add sha1() functions to the CLI. Fix sha1b() such that it actually returns a BLOB. (check-in: [fe65821a3b] user: drh branch: sqlite3-rsync, size: 12904)
2024-09-11
17:02
[dfd26eb343] part of check-in [fa06977b6d] Progress on the sqlite3-rsync utility. This is an incremental check-in. It does compile, but it does not work. (check-in: [fa06977b6d] user: drh branch: sqlite3-rsync, size: 12711)
2021-12-01
11:03
[4011aef176] part of check-in [8c98678254] Add the "static" qualifier to some internal functions in code for various SQLite extensions. (check-in: [8c98678254] user: dan branch: trunk, size: 12373)
2020-07-29
16:18
[69c8a8768b] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 12367)
2020-02-10
19:24
[c8f2253c87] part of check-in [7d8dcfb95c] Mark the sha1() extension function as SQLITE_DETERMINISTIC. (check-in: [7d8dcfb95c] user: drh branch: trunk, size: 12366)
2020-01-07
19:45
[1190aec0d9] part of check-in [4c21373c21] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c21] user: drh branch: new-security-options, size: 12317)
2019-11-20
12:07
[d8125a88ee] part of check-in [2575a68c39] Changes to extensions and test logic so that the build works with gcc and with -std=iso9899:1999 (check-in: [2575a68c39] user: drh branch: trunk, size: 12248)
2018-09-26
03:43
[df0a667211] part of check-in [4ed9d83a0b] Fix typos in the header comment for the sha1 and sha3 hash extensions in the ext/misc folder. (check-in: [4ed9d83a0b] user: drh branch: trunk, size: 12701)
2017-02-02
19:24
[0b9e9b8553] part of check-in [5a0da77c22] Fix issues in the sha1 extension seen with MSVC. (check-in: [5a0da77c22] user: mistachkin branch: trunk, size: 12703)
2017-01-27
19:27
Added: [b2e4eb8e26] part of check-in [24e77c1cef] Add the sha1.c loadable extension that implements the sha1() and sha1_query() SQL functions. (check-in: [24e77c1cef] user: drh branch: trunk, size: 12607)