limbo/core/storage
2025-12-21 18:38:01 +02:00
..
btree.rs Improve MVCC DX by dropping --experimental-mvcc flag 2025-12-19 12:59:42 +02:00
buffer_pool.rs Rewrite and simplify slot bitmap to remove unused two pointer optimization 2025-12-17 21:41:30 -05:00
checksum.rs set encryption context for page and wal in init_pager 2025-12-05 02:04:06 -03:00
database.rs set encryption context for page and wal in init_pager 2025-12-05 02:04:06 -03:00
encryption.rs set encryption context for page and wal in init_pager 2025-12-05 02:04:06 -03:00
journal_mode.rs implement state machine for op_journal_mode 2025-12-18 01:23:24 -03:00
mod.rs add JournalMode to parse the requested journal mode and handle changes in modes 2025-12-17 10:49:25 -03:00
page_cache.rs Disable spilling temporarily on wasm targets due to synchronous IO in read_page 2025-12-17 11:57:39 -05:00
pager.rs Fix commit path and fix io_uring issues 2025-12-19 12:58:47 -05:00
slot_bitmap.rs Rewrite and simplify slot bitmap to remove unused two pointer optimization 2025-12-17 21:41:30 -05:00
sqlite3_ondisk.rs Fix error handling in the WAL checkpoint path 2025-12-19 12:58:48 -05:00
state_machines.rs refactor/idx_insert: move seeking to VDBE instead of BTreeCursor 2025-08-19 19:04:42 +03:00
subjournal.rs do not allow to commit/rollback if another write statement is in progress 2025-12-08 16:34:12 +04:00
wal.rs rename with_shared_mut to with_shared_mut_dangerous 2025-12-21 18:38:01 +02:00