summaryrefslogtreecommitdiff
path: root/monoio/src/driver
AgeCommit message (Expand)Author
2023-09-27更多注释zy
2023-09-016/51zy
2023-09-01driver 一些注释zy
2023-08-31task drive 相关梳理zy
2023-08-23一些注释zy
2023-07-25feat: implement poll op on windows (#198)Jin Wei Tan
2023-07-21fix: fix typos (#197)0x29a
2023-07-18feat: support more addr features for non-linux unix (#196)ihc童鞋@提不起劲
2023-07-12refactor: use pread and pwrite for legacy path (#192)ihc童鞋@提不起劲
2023-07-11refactor: detect feature instead of enable feature (#191)ihc童鞋@提不起劲
2023-07-11feat: support timeout with enter args (#190)ihc童鞋@提不起劲
2023-07-11implement open op on windows (#189)Jin Wei Tan
2023-07-10feat: implement accept, close, connect, fsync ops on windows (#188)Jin Wei Tan
2023-07-06fix: fix drop ordering issue (#186)ihc童鞋@提不起劲
2023-07-04feat: implement windows driver (#185)Jin Wei Tan
2023-07-04Remove unneeded nightly features and improve documentation (#184)Guillem L. Jara
2023-07-03feat: support unix datagram (#183)ihc童鞋@提不起劲
2023-06-09feat: support ctrlc (#176)ihc童鞋@提不起劲
2023-06-02refactor: deprecate pin and use std pin; upgrade dependencies (#174)ihc童鞋@提不起劲
2023-06-01fix: fix wrong feature switch and publish 0.1.4 (#173)ihc童鞋@提不起劲
2023-05-12fix: fix TCP_FASTOPEN on macos (#165)ihc童鞋@提不起劲
2023-04-28feat: support TCP_FASTOPEN (#161)ihc童鞋@提不起劲
2023-02-27feat: cancelable io (#144)ihc童鞋@提不起劲
2023-02-22feat: support UdpSocket and readable/writable (#142)ihc童鞋@提不起劲
2023-02-15Expose capability of configuring IoUring through io_uring::Builder (#141)Zhanhui Li
2023-01-31Implement OpenOptionsExt trait for OpenOptions (#139)Zhanhui Li
2022-11-22feat: compatiable with tokio io trait when only legacy is enabled (#127)ihc童鞋@提不起劲
2022-11-01feat: support spawn_blocking (#124)ihc童鞋@提不起劲
2022-10-26fix: make waker Send + Sync when across threads because we cannot stop users ...ihc童鞋@提不起劲
2022-09-01feat: support splice and zero_copy (#103)ihc童鞋@提不起劲
2022-08-22fix: remove libc::EFD_NONBLOCK from eventfd flags (#100)Yuefeng Zhu
2022-08-10fix: remove OsSocketAddr on connect (#98)ihc童鞋@提不起劲
2022-07-27replace lazy_static with LazyLock (#94)ihc童鞋@提不起劲
2022-07-27chore: add rustfmt.toml & do fmt (#93)ihc童鞋@提不起劲
2022-07-27improve: remove default box for op (#92)ihc童鞋@提不起劲
2022-07-25write stub code for pass compile on windows system (#88)LemonHX.eth
2022-06-14remove dependency futures and update crate version (#80)ihc童鞋@提不起劲
2022-05-31refactor: rewrite monoio-compat and provide TcpStreamCompatUnsafe which does ...ihc童鞋@提不起劲
2022-05-30Support legacy driver (#73)ihc童鞋@提不起劲
2022-05-06Rewrite slab to make it cheap to expand and allow memory deallocation (#70)ihc童鞋@提不起劲
2022-05-06optimize uds_accept (#67)cssivision
2022-02-24feat(send): add threshold for MSG_ZEROCOPY (#51)Schrodinger ZHU Yifan
2022-02-07chore: fix typo of io_uring and minor refactor (#49)Lei Zhao
2022-01-26refactor: update iovec trait (#46)ihc童鞋@提不起劲
2021-12-30refactor: change IoBuf and IoBufMut pointer semantics and implement them for ...ihc童鞋@提不起劲
2021-12-29feat: use tracing instead of eprintln as debug output (#37)ihc童鞋@提不起劲
2021-12-22refactor: make IoBuf and IoBufMut independent (#30)ihc童鞋@提不起劲
2021-12-10docs: fix typo (#14)Wu Aoxiang
2021-12-06feat: prevent io starvation (#3)ihc童鞋@提不起劲
2021-12-05fix: fix default slab size when sync feature is enabledihciah