limbo/core
Pekka Enberg 15d45e3f68
Merge 'Refactor encryption to manage authentication tag internally' from bit-aloo
This PR updates the internal encryption framework to handle
authentication tags explicitly rather than relying on the underlying
cipher libraries to append/verify them automatically.
closes: #2850

Reviewed-by: Avinash Sajjanshetty (@avinassh)

Closes #2858
2025-09-02 09:44:22 +03:00
..
benches adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
ext Remove extension Conn from VirtualTable to survive schema changes 2025-08-06 16:27:26 -04:00
functions core/printf: %o substitution type implementation 2025-08-30 21:55:22 -03:00
incremental adjust views to use circuits 2025-08-27 14:21:32 -05:00
io Merge 'Evict page from cache if page is unlocked and unloaded' from Pedro Muniz 2025-09-02 09:08:12 +03:00
json remove Result from signature 2025-08-21 14:45:00 -04:00
mvcc remove unnecessary argument 2025-08-25 12:24:39 +04:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Merge 'Refactor encryption to manage authentication tag internally' from bit-aloo 2025-09-02 09:44:22 +03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'Unify handling of grouped and ungrouped aggregations' from Piotr Rżysko 2025-09-02 09:11:40 +03:00
vdbe Merge 'Evict page from cache if page is unlocked and unloaded' from Pedro Muniz 2025-09-02 09:08:12 +03:00
vector rename functions 2025-08-15 17:08:53 -04:00
assert.rs core: Add Antithesis-aware turso_assert 2025-06-29 11:46:18 +03:00
build.rs
Cargo.toml Add support for lord AEGIS, the fastest and the greatest 2025-08-24 16:15:11 +05:30
error.rs impl Error for CacheError and propagate it into LimboError 2025-09-01 11:10:39 -03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs fix: reintroduce rename 2025-08-30 03:10:39 -03:00
info.rs
lib.rs support cipher and encryption key URI options 2025-08-30 10:29:41 -03:00
parameters.rs
pragma.rs core: Initial pass on synchronous pragma 2025-08-28 16:02:41 +03:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs Fix transaction read0 shortcut in WAL and track whether we have snapshot 2025-07-30 14:08:33 +03:00
schema.rs feat: add AlterColumn instruction 2025-08-30 03:10:39 -03:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
types.rs Merge 'core/printf: support for more basic substitution types' from Luiz Gustavo 2025-09-02 09:10:03 +03:00
util.rs Merge 'Implement libSQL's ALTER COLUMN extension' from Levy A. 2025-09-02 09:06:03 +03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs complete parser integration 2025-08-21 15:23:59 -03:00
vtab_view.rs Implement very basic views using DBSP 2025-08-10 23:34:04 -05:00