| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-03 | Replace 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-03 | Split io::Known into io::Known and io::Stat | Alejandro Soto | |
| 2022-01-03 | Add Attrs::device() | Alejandro Soto | |
| 2022-01-03 | Fix ctime which is change (not creation) time | Alejandro Soto | |
| 2022-01-03 | Split Attrs::block_size() from Attrs::blocks() | Alejandro Soto | |
| 2022-01-02 | Prepare for release | Alejandro Soto | |
| 2022-01-02 | Remove unused feature flags | Alejandro Soto | |
| 2021-12-30 | Add xattr filesystem calls | Alejandro Soto | |
| 2021-12-30 | Enforce common init flags | Alejandro Soto | |
| 2021-12-30 | Add Reply::flags() for Open | Alejandro Soto | |
| 2021-12-30 | Fix use semantics of Incoming<'o, O>::owned() | Alejandro Soto | |
| Lifetime requirements involving Done<'o> previously prevented any proper use of Owned<O>. | |||
| 2021-12-29 | Add missing dispatch variants | Alejandro Soto | |
| 2021-12-29 | Make Reply::ok_with_handle() public | Alejandro Soto | |
| 2021-12-29 | Mark Reply as #[must_use] | Alejandro Soto | |
| 2021-12-29 | Add Reply::ok() for Release/Releasedir | Alejandro Soto | |
| 2021-12-29 | Refactor FsInfo API | Alejandro Soto | |
| 2021-12-29 | Implement Reply::slice() for Read | Alejandro Soto | |
| 2021-12-29 | Implement Reply::all() for Write | Alejandro Soto | |
| 2021-12-29 | Implement buffered readdir | Alejandro Soto | |
| 2021-12-28 | Add missing request accessors | Alejandro Soto | |
| 2021-12-28 | Add Ttl::NULL | Alejandro Soto | |
| 2021-12-28 | Rename TimeToLive as Ttl | Alejandro Soto | |
| 2021-12-28 | Reimplement Release/Releasedir | Alejandro Soto | |
| 2021-12-28 | Expose Operation<'o> in the public API | Alejandro Soto | |
| 2021-12-28 | Reimplement Forget/BatchForget | Alejandro Soto | |
| 2021-12-28 | Add Reply::not_permitted() | Alejandro Soto | |
| 2021-12-28 | Handle destroy requests | Alejandro Soto | |
| This is a temporary fix for what appears to be a Tokio issue. See tokio-rs/tokio#4349. | |||
| 2021-12-28 | Implement init hook | Alejandro Soto | |
| 2021-12-28 | Redesign the API around a user-provided main loop | Alejandro Soto | |
| This is basically a full library rewrite. | |||
| 2021-12-24 | Fix old warnings | Alejandro Soto | |
| 2021-12-24 | Migrate to 2021 edition | Alejandro Soto | |
| 2021-12-24 | Update dependencies | Alejandro Soto | |
| 2021-12-23 | Initial commit | Alejandro Soto | |
| I started this project on February 2021, but postponed further development until now. The only modification introduced since then is try_trait_v2 (try_trait no longer exists). | |||
