This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2025-09-11 08:30:57 +03:00
Code
Activity
Files
sahpool-digest
sqlite
/
ext
/
wasm
/
tests
/
opfs
/
sahpool
History
stephan
69eaadbee3
Merge trunk into the sahpool-digest branch.
...
FossilOrigin-Name: fc1eeb7d1f2880907b0fe71a8c572dd7cd74a5d65ec0177332976ad2f8c2b216
2025-02-26 03:32:52 +00:00
..
digest-worker.js
More work on the sahpool digest fix. New/fixed versions can read legacy (no digest) files but the reverse is only possible in limited circumstances (when files originated from a legacy version). The burning question is whether the real fix would be to remove this digest check altogether, as it only applies in a very limited context, and the fact that it was broken for some 18 months unnoticed suggests that its value might not be worth the CPU cycles.
2025-02-26 03:03:08 +00:00
digest.html
More work on the sahpool digest fix. New/fixed versions can read legacy (no digest) files but the reverse is only possible in limited circumstances (when files originated from a legacy version). The burning question is whether the real fix would be to remove this digest check altogether, as it only applies in a very limited context, and the fact that it was broken for some 18 months unnoticed suggests that its value might not be worth the CPU cycles.
2025-02-26 03:03:08 +00:00
index.html
Add a small test app demonstrating cooperative semi-concurrency of the opfs-sahpool VFS using its un/pauseVfs() APIs.
2025-01-31 16:25:18 +00:00
sahpool-pausing.js
Minor cleanups in the opfs-sahpool pause/unpause API demo.
2025-01-31 17:47:47 +00:00
sahpool-worker.js
Add the conventional license header to sahpool-worker.js and correct the date on the header in sahpool-pausing.js.
2025-01-31 16:34:52 +00:00