| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-21 | 初始化运行环境master | zy | |
| 2023-08-17 | refactor: use thread_local (#204) | ihc童鞋@提不起劲 | |
| 2023-08-16 | feat: support JoinHandle is_finished (#203) | ihc童鞋@提不起劲 | |
| 2023-08-07 | fix: fix clippy warning for monoio-compat (#201) | ihc童鞋@提不起劲 | |
| 2023-08-07 | publish 0.1.7 (#200) | ihc童鞋@提不起劲 | |
| 2023-07-25 | feat: implement poll op on windows (#198) | Jin Wei Tan | |
| 2023-07-21 | fix: fix typos (#197) | 0x29a | |
| * fix: fix typos * rm .vscode * ignore .vscode | |||
| 2023-07-18 | feat: support more addr features for non-linux unix (#196) | ihc童鞋@提不起劲 | |
| 2023-07-13 | feat: support auto-detected parallism (#194) | ihc童鞋@提不起劲 | |
| 2023-07-12 | feat: add file read and write function(but with directly statx) (#193) | ihc童鞋@提不起劲 | |
| 2023-07-12 | refactor: use pread and pwrite for legacy path (#192) | ihc童鞋@提不起劲 | |
| 2023-07-11 | refactor: detect feature instead of enable feature (#191) | ihc童鞋@提不起劲 | |
| 2023-07-11 | feat: support timeout with enter args (#190) | ihc童鞋@提不起劲 | |
| 2023-07-11 | implement open op on windows (#189) | Jin Wei Tan | |
| 2023-07-10 | feat: implement accept, close, connect, fsync ops on windows (#188) | Jin Wei Tan | |
| * feat: implement accept, close, connect, fsync ops on windows * fix errors | |||
| 2023-07-07 | feat: support UnixSeqpacket and its listener (#187) | ihc童鞋@提不起劲 | |
| 2023-07-06 | fix: fix drop ordering issue (#186) | ihc童鞋@提不起劲 | |
| 2023-07-04 | feat: implement windows driver (#185) | Jin Wei Tan | |
| * feat: implement windows driver * fmt & fix errors | |||
| 2023-07-04 | Remove unneeded nightly features and improve documentation (#184) | Guillem L. Jara | |
| * Remove unnecessary nightly features Some were unneeded, others were easily replaceable. * Fix documentation * Revert compatibility lint removal | |||
| 2023-07-03 | feat: support unix datagram (#183) | ihc童鞋@提不起劲 | |
| * feat: support unix datagram * fix: clippy | |||
| 2023-07-02 | feat: impl async_buf_read_ext (#181) | neetdai | |
| * feat: impl async_buf_read_ext * style: fix style warning | |||
| 2023-06-22 | fix: remove split which violate unsafe rule and publish 0.1.5 (#178) | ihc童鞋@提不起劲 | |
| 2023-06-20 | feat: implement buffer primitives on windows (#175) | Jin Wei Tan | |
| * feat: implement buffer primitives on windows * fix: add cfg(windows) * fmt | |||
| 2023-06-09 | feat: support ctrlc (#176) | ihc童鞋@提不起劲 | |
| 2023-06-02 | refactor: deprecate pin and use std pin; upgrade dependencies (#174) | ihc童鞋@提不起劲 | |
| 2023-06-01 | fix: fix wrong feature switch and publish 0.1.4 (#173) | ihc童鞋@提不起劲 | |
| 2023-05-31 | Bump up monoio-compat version (#172) | Harsha | |
| 2023-05-25 | Minor documentation edit for prefixedIO (#169) | Harsha | |
| 2023-05-24 | Expose MaybeArmedBoxFuture API (#170) | Harsha | |
| - Useful when porting Tokio specific poll based crates like H2 to monoio | |||
| 2023-05-18 | fix: accept new thread pool impl (#167) | ihc童鞋@提不起劲 | |
| 2023-05-12 | fix: fix TCP_FASTOPEN on macos (#165) | ihc童鞋@提不起劲 | |
| 2023-05-11 | publish 0.1.3 (#164) | ihc童鞋@提不起劲 | |
| 2023-05-05 | feat: add from_std for UnixListener (#163) | ihc童鞋@提不起劲 | |
| 2023-04-28 | feat: support TCP_FASTOPEN (#161) | ihc童鞋@提不起劲 | |
| 2023-04-18 | fix: apply lifetime for Sink ans SinkExt trait (#160) | ihc童鞋@提不起劲 | |
| 2023-04-18 | fix for new nightly toolchain (#159) | ihc童鞋@提不起劲 | |
| 2023-04-09 | chore(deps): update syn requirement from 1.0 to 2.0 (#157) | Ivan Tham | |
| 2023-03-09 | publish 0.1.0 (#151) | ihc童鞋@提不起劲 | |
| 2023-02-27 | chore(deps): update socket2 requirement from 0.4 to 0.5 (#149) | dependabot[bot] | |
| Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2023-02-27 | docs: add io-cancel related docs (#148) | ihc童鞋@提不起劲 | |
| 2023-02-27 | fix: blocked when main task becomes ready after pending (#147) | ihc童鞋@提不起劲 | |
| 2023-02-27 | feat: cancelable io (#144) | ihc童鞋@提不起劲 | |
| 2023-02-24 | fix: not close OwnedWriteHalf on reunite (#145) | ihc童鞋@提不起劲 | |
| 2023-02-23 | chore: improve stream.read examples (#143) | LinFeng | |
| 2023-02-22 | feat: support UdpSocket and readable/writable (#142) | ihc童鞋@提不起劲 | |
| * feat: support UdpSocket * feat: support readable and writable | |||
| 2023-02-15 | Expose capability of configuring IoUring through io_uring::Builder (#141) | Zhanhui Li | |
| Signed-off-by: Li Zhanhui <[email protected]> | |||
| 2023-01-31 | Implement OpenOptionsExt trait for OpenOptions (#139) | Zhanhui Li | |
| * Implement OpenOptionsExt trait for OpenOptions Signed-off-by: Li Zhanhui <[email protected]> * Initialize custom_flags if target_os is unix Signed-off-by: Li Zhanhui <[email protected]> --------- Signed-off-by: Li Zhanhui <[email protected]> | |||
| 2023-01-13 | refactor: use auto-const-array to declare const array with cfg feature (#130) | ihc童鞋@提不起劲 | |
| * refactor: use auto-const-array to declare const array with cfg feature * fix clippy issues | |||
| 2023-01-13 | chore: use more suitable memory ordering; solve clippy warnings (#135) | ihc童鞋@提不起劲 | |
| 2022-11-22 | feat: compatiable with tokio io trait when only legacy is enabled (#127) | ihc童鞋@提不起劲 | |
| * feat: compatiable with tokio io trait when only legacy is enabled * fix set init bug in poll_read; add hyper client example * feat: support writev for tokio zero cost compat mode * fix testing issue for macos since simulator of github is slow... | |||
