Files
turso/bindings
Pekka Enberg d959319b42 Merge 'Use u64 for file offsets in I/O and calculate such offsets in u64' from Preston Thorpe
Using `usize` to compute file offsets caps us at ~16GB on 32-bit
systems. For example, with 4 KiB pages we can only address up to 1048576
pages; attempting the next page overflows a 32-bit usize and can wrap
the write offset, corrupting data. Switching our I/O APIs and offset
math to u64 avoids this overflow on 32-bit targets

Closes #2791
2025-09-02 09:06:49 +03:00
..
2025-08-13 16:47:14 +04:00
2025-08-31 16:15:37 +09:00
2025-08-15 17:08:53 -04:00
2025-08-21 18:28:16 +04:00