limbo/core/storage
2025-12-22 12:24:06 +02:00
..
btree.rs fix setup_test_env(): initialize page 1 2025-12-22 12:24:06 +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 fix page_cache tests not to use page id 1 which is never evictable 2025-12-22 12:24:06 +02:00
pager.rs fix test_pager_setup: page1 should be initialized properly 2025-12-22 12:24:06 +02: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 Fix incorrect error expectation in test_wal_stale_snapshot 2025-12-22 12:24:06 +02:00