Fixing two crashes on corrupted files
Dependencies
- [2]
P5NWMJ2HVersion bump - [3]
YWFYZNLZCleanup + inter-process concurrency - [4]
OP6SVMODResetting history - [5]
5LSYTRQ6More docs, example, and fixing the free page diagnostic function for mutable transactions - [6]
BPR2HVMRVersion bump - [7]
E4MD6T3LProofreading and commenting of this crate (massive bug fixes included) - [8]
2ZRCQBXPVersion bump - [9]
TJ2R4HAZAccessing the root pages (unsafely, of course) - [10]
M6PHQUGLfallocate only when necessary - [11]
DASFQGORDebugging - [12]
WTXLZDYIFixing bus errors on a full disk - [13]
OHUZ73MKVersions - [14]
FQ567GAXVersion bumps - [15]
OFINGD26implementing prev() on cursors (+ some cleanup)
Change contents
- replacement in ""sanakirja/src/environment/muttxn.rs"" at line 633
Some(*db)if *db == 0 {None} else {Some(*db)} - replacement in ""sanakirja/src/environment/mod.rs"" at line 176
assert_eq!(g.version, CURRENT_VERSION);if g.version != CURRENT_VERSION {return Err(Error::VersionMismatch)} - replacement in ""sanakirja/Cargo.toml"" at line 3
version = "1.2.9"version = "1.2.11"