summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21初始化运行环境masterzy
2023-08-17refactor: use thread_local (#204)ihc童鞋@提不起劲
2023-08-16feat: support JoinHandle is_finished (#203)ihc童鞋@提不起劲
2023-08-07fix: fix clippy warning for monoio-compat (#201)ihc童鞋@提不起劲
2023-08-07publish 0.1.7 (#200)ihc童鞋@提不起劲
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-13feat: support auto-detected parallism (#194)ihc童鞋@提不起劲
2023-07-12feat: add file read and write function(but with directly statx) (#193)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-07feat: support UnixSeqpacket and its listener (#187)ihc童鞋@提不起劲
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-07-02feat: impl async_buf_read_ext (#181)neetdai
2023-06-22fix: remove split which violate unsafe rule and publish 0.1.5 (#178)ihc童鞋@提不起劲
2023-06-20feat: implement buffer primitives on windows (#175)Jin Wei Tan
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-31Bump up monoio-compat version (#172)Harsha
2023-05-25Minor documentation edit for prefixedIO (#169)Harsha
2023-05-24Expose MaybeArmedBoxFuture API (#170)Harsha
2023-05-18fix: accept new thread pool impl (#167)ihc童鞋@提不起劲
2023-05-12fix: fix TCP_FASTOPEN on macos (#165)ihc童鞋@提不起劲
2023-05-11publish 0.1.3 (#164)ihc童鞋@提不起劲
2023-05-05feat: add from_std for UnixListener (#163)ihc童鞋@提不起劲
2023-04-28feat: support TCP_FASTOPEN (#161)ihc童鞋@提不起劲
2023-04-18fix: apply lifetime for Sink ans SinkExt trait (#160)ihc童鞋@提不起劲
2023-04-18fix for new nightly toolchain (#159)ihc童鞋@提不起劲
2023-04-09chore(deps): update syn requirement from 1.0 to 2.0 (#157)Ivan Tham
2023-03-09publish 0.1.0 (#151)ihc童鞋@提不起劲
2023-02-27chore(deps): update socket2 requirement from 0.4 to 0.5 (#149)dependabot[bot]
2023-02-27docs: add io-cancel related docs (#148)ihc童鞋@提不起劲
2023-02-27fix: blocked when main task becomes ready after pending (#147)ihc童鞋@提不起劲
2023-02-27feat: cancelable io (#144)ihc童鞋@提不起劲
2023-02-24fix: not close OwnedWriteHalf on reunite (#145)ihc童鞋@提不起劲
2023-02-23chore: improve stream.read examples (#143)LinFeng
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
2023-01-13refactor: use auto-const-array to declare const array with cfg feature (#130)ihc童鞋@提不起劲
2023-01-13chore: use more suitable memory ordering; solve clippy warnings (#135)ihc童鞋@提不起劲
2022-11-22feat: compatiable with tokio io trait when only legacy is enabled (#127)ihc童鞋@提不起劲