| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-05 | Refactor impls of Reply as individual traits | Alejandro Soto | |
| 2022-01-04 | Remove use of individual ops in ext2 example | Alejandro Soto | |
| 2022-01-04 | Add example: passthrough | Alejandro Soto | |
| 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 | Fix ctime which is change (not creation) time | Alejandro Soto | |
| 2022-01-03 | Split Attrs::block_size() from Attrs::blocks() | Alejandro Soto | |
| 2021-12-29 | Refactor FsInfo API | Alejandro Soto | |
| 2021-12-29 | Implement buffered readdir | Alejandro Soto | |
| 2021-12-28 | Rename TimeToLive as Ttl | 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 | Update dependencies | Alejandro Soto | |
