This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
turso
Watch
1
Star
0
Fork
0
You've already forked turso
mirror of
https://github.com/aljazceru/turso.git
synced
2026-01-04 00:44:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04cd6555743d5ff53571bb963b871cee69460f81
turso
/
core
/
io
History
Jorge López
2f90a06533
core/io/unix: replace O_NONBLOCK flag from libc with equivalent from rustix
2025-01-13 21:03:05 +01:00
..
common.rs
O_DIRECT disable on WAL
2024-11-13 13:45:42 +00:00
generic.rs
core: add debug line when an IO backend is created. A user can check that the correct one has been selected.
2025-01-11 16:08:41 +01:00
io_uring.rs
core/io/io_uring: remove unnecessary path prefix for log macros, and replace one unwrap with ?
2025-01-13 20:21:37 +01:00
memory.rs
core: add debug line when an IO backend is created. A user can check that the correct one has been selected.
2025-01-11 16:08:41 +01:00
mod.rs
core: expose UnixIO apart from PlatformIO on any Unix, and expose UringIO on Linux with feature io_uring.
2025-01-11 15:21:26 +01:00
unix.rs
core/io/unix: replace O_NONBLOCK flag from libc with equivalent from rustix
2025-01-13 21:03:05 +01:00
windows.rs
core: add debug line when an IO backend is created. A user can check that the correct one has been selected.
2025-01-11 16:08:41 +01:00