limbo/core/storage
2025-09-18 19:00:03 +05:30
..
btree.rs bugfix: clear reserved space for a reused page 2025-09-18 19:00:03 +05:30
buffer_pool.rs Use BufferPool owned by Database instead of a static global 2025-08-14 10:29:52 +03:00
checksum.rs Add checksums behind a feature flag 2025-09-13 11:00:39 +05:30
database.rs rename method to verify_checksum 2025-09-13 11:00:39 +05:30
encryption.rs clean up encryption feature flag usage 2025-09-17 16:30:51 +05:30
mod.rs Add checksum module 2025-09-13 11:00:37 +05:30
page_cache.rs Fix page cache clear method to not re-initialize every slot 2025-09-09 15:55:59 -04:00
pager.rs Merge 'Remove serialization of normal write/commit path' from Preston Thorpe 2025-09-17 17:30:45 +03:00
slot_bitmap.rs Rename page -> slot for arenas + buffer pool 2025-08-12 11:36:49 -04:00
sqlite3_ondisk.rs Merge 'Remove serialization of normal write/commit path' from Preston Thorpe 2025-09-17 17:30:45 +03:00
state_machines.rs refactor/idx_insert: move seeking to VDBE instead of BTreeCursor 2025-08-19 19:04:42 +03:00
wal.rs Merge 'core/mvcc: introduce with_header for MVCC header update tracking' from Pere Diaz Bou 2025-09-18 08:13:14 +03:00