stephan
|
da5f813878
|
Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text.
FossilOrigin-Name: f50c21484d3cac73589da0376c423de39ae8b842218105786c5aa3726e4dcaed
|
2025-02-27 21:17:55 +00:00 |
|
stephan
|
76412af157
|
Minor doc correction in ext/misc/shathree.c, as reported in the forum. No functional changes.
FossilOrigin-Name: 3b82d2c6b732617b9be205efadd07326057c93b71c47ffd42de63fc05093667b
|
2024-12-04 16:01:25 +00:00 |
|
stephan
|
ff7200e75b
|
Doc typo correction reported in the forum.
FossilOrigin-Name: 48900a867cc4b6d733d2a3533a553af3dfadf96d3ef7ddf4c72bd432e7bf0f76
|
2024-08-14 20:00:03 +00:00 |
|
drh
|
78f9ba9774
|
Improved documentation for the sha3() SQL functions in the shathree.c
extension in ext/misc.
FossilOrigin-Name: 0ce609103eb35cfa26d9b6fa1769679be7e2b9032c37cc8c00a194fe355b06a4
|
2024-08-14 17:58:46 +00:00 |
|
drh
|
797fcb8433
|
Add the sha3_agg() aggregate to the shathree extension.
FossilOrigin-Name: c4d7f9996ce4f5f6d08d83fc3abdb81b6825cfb556318f90c6896736a1da5175
|
2024-08-13 21:04:00 +00:00 |
|
larrybr
|
69881887b8
|
For sha3 extension, mention NIST standard implemented.
FossilOrigin-Name: 529ab138a438379f0cbd170bff5211aee1c327a1b3119a714ee15f68fd2239f3
|
2023-04-10 23:21:19 +00:00 |
|
mistachkin
|
c620522175
|
Avoid naming collision between the sha1 and shathree extensions.
FossilOrigin-Name: 9ec923b5dc24d6082da8d42bc0ee8ab1c418912625c0c56de9627be2c818ef98
|
2022-11-22 20:04:00 +00:00 |
|
drh
|
d1f0a86c12
|
Fix unimportant typos in comment text.
FossilOrigin-Name: 393460132994d6ca133e52af57374e43a2795a9e7fc7781bd9dea752a2b52c6a
|
2022-02-25 11:30:29 +00:00 |
|
drh
|
621a5e0c47
|
New defenses against OOM and corrupt database problems in the CLI.
FossilOrigin-Name: 5c9fd7fde16d8e335488b8bf5c691961d2636201b034d1f29d25de8708de291d
|
2021-12-16 17:35:27 +00:00 |
|
drh
|
1242c0ccf4
|
Fix an issue with sha3_query() when the first argument contains blank
SQL statements.
FossilOrigin-Name: 24baab9a9faab50c26d7167821031cd66aaf784baefbc0f92354ae54ac43a714
|
2021-01-08 19:53:18 +00:00 |
|
dan
|
7710878333
|
Add an "#ifndef SQLITE_AMALGAMATION" block around the typedef for u64 in shathree.c.
FossilOrigin-Name: b411f29e1a6415f4a241777c45591b8389e746cd8b40d9b225e073bcb0a3bdbf
|
2020-12-11 16:03:19 +00:00 |
|
drh
|
2b1c2aad9f
|
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
the risk rank for many virtual tables.
FossilOrigin-Name: 4c21373c21c9b17b222ae65297a039a035e6ec6b505c00c33704e3c03f94f834
|
2020-01-07 19:45:40 +00:00 |
|
drh
|
6b26a7b950
|
Fix typos in the header comment for the sha1 and sha3 hash extensions
in the ext/misc folder.
FossilOrigin-Name: 4ed9d83a0b14a22b3ecf25785b03b5a824d260e01a608aea85231df9b816421d
|
2018-09-26 03:43:42 +00:00 |
|
drh
|
0872e268ab
|
Lowercase local variable names in the SHA3 extension in order to avoid
collisions with macros in termios.h.
FossilOrigin-Name: 3ec7371161bd617e40328aa015b09acc2b37b0b5d269a87050a0c57163f92801
|
2017-12-20 23:46:29 +00:00 |
|
drh
|
9c4527e57d
|
Improved header comment on the shathree.c extension. No changes to code.
FossilOrigin-Name: 84f2e3d5f611b35de16684956d842df6c93d858e8187f17eb27452758a752c57
|
2017-03-15 13:47:39 +00:00 |
|
drh
|
4146b4e34a
|
Improved comments explaining the sha3_query() format. Fix a performance #ifdef
error in the sha3 implementation.
FossilOrigin-Name: 54ef7abd7f5b16f4b29c9519d283e142c9340fbf
|
2017-03-08 15:03:12 +00:00 |
|
drh
|
acc83d2e4f
|
Add the shathree.c extension for implementing SHA3() and SHA3_QUERY() SQL
functions.
FossilOrigin-Name: f7ca9193ddafd3676406bdfeb1b7d21182c2a3c1
|
2017-03-08 13:50:40 +00:00 |
|