summaryrefslogtreecommitdiff
path: root/src/io.rs (unfollow)
AgeCommit message (Collapse)Author
2022-01-08Move Ino, Ttl, Timestamp to crate::ioAlejandro Soto
2022-01-08Fix unnecessary references to nix itemsAlejandro Soto
2022-01-06Implement Fsync/FsyncdirAlejandro Soto
2022-01-04Move crate::fuse::* to the top-levelAlejandro Soto
2022-01-03Implement Timestamp::new()Alejandro Soto
2022-01-03Replace Reply::fallible() with Reply::and_then()Alejandro Soto
This new API is more general on the error type. It also preserves the error value with a dedicated tuple struct io::Failed. This introduces a new trait io::Finish that may be used in the future for similar purposes.
2022-01-03Split io::Known into io::Known and io::StatAlejandro Soto
2022-01-03Add Attrs::device()Alejandro Soto
2022-01-03Fix ctime which is change (not creation) timeAlejandro Soto
2022-01-03Split Attrs::block_size() from Attrs::blocks()Alejandro Soto
2022-01-02Prepare for releaseAlejandro Soto
2021-12-30Add Reply::flags() for OpenAlejandro Soto
2021-12-29Refactor FsInfo APIAlejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Add Ttl::NULLAlejandro Soto
2021-12-28Rename TimeToLive as TtlAlejandro Soto
2021-12-28Add Reply::not_permitted()Alejandro Soto
2021-12-28Redesign the API around a user-provided main loopAlejandro Soto
This is basically a full library rewrite.
2021-12-24Fix old warningsAlejandro Soto