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
2025-12-28 13:34:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e687ae3bdf1e91d4b474cc441a70ce45f3eaec26
turso
/
core
/
io
History
Pekka Enberg
5c9505e8f7
Revert "core/io/io_uring: replace nix and libc calls with their rustix counterparts."
...
This reverts commit
b146f5d4cb
because it causes tests to hang.
2025-01-14 10:25:23 +02: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
Revert "core/io/io_uring: replace nix and libc calls with their rustix counterparts."
2025-01-14 10:25:23 +02: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