summaryrefslogtreecommitdiff
path: root/monoio/Cargo.toml
AgeCommit message (Expand)Author
2023-08-07publish 0.1.7 (#200)ihc童鞋@提不起劲
2023-07-21fix: fix typos (#197)0x29a
2023-07-13feat: support auto-detected parallism (#194)ihc童鞋@提不起劲
2023-07-11refactor: detect feature instead of enable feature (#191)ihc童鞋@提不起劲
2023-07-11feat: support timeout with enter args (#190)ihc童鞋@提不起劲
2023-07-06fix: fix drop ordering issue (#186)ihc童鞋@提不起劲
2023-07-04Remove unneeded nightly features and improve documentation (#184)Guillem L. Jara
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-11publish 0.1.3 (#164)ihc童鞋@提不起劲
2023-04-18fix: apply lifetime for Sink ans SinkExt trait (#160)ihc童鞋@提不起劲
2023-04-18fix for new nightly toolchain (#159)ihc童鞋@提不起劲
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-01-13refactor: use auto-const-array to declare const array with cfg feature (#130)ihc童鞋@提不起劲
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-26chore(deps): update windows requirement from 0.42.0 to 0.43.0 (#122)dependabot[bot]
2022-10-21bump monoio and monoio-compat versions (#119)ihc童鞋@提不起劲
2022-10-09chore(deps): update windows requirement from 0.40.0 to 0.42.0 (#112)dependabot[bot]
2022-09-21chore: fix clippy and bump version (#110)ihc童鞋@提不起劲
2022-09-01chore(deps): update nix requirement from 0.24 to 0.25 (#99)dependabot[bot]
2022-09-01feat: support splice and zero_copy (#103)ihc童鞋@提不起劲
2022-08-10fix: remove OsSocketAddr on connect (#98)ihc童鞋@提不起劲
2022-07-27replace lazy_static with LazyLock (#94)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-06-06feat: better AsyncReadBuf and BufWriter (#76)ihc童鞋@提不起劲
2022-05-30Support legacy driver (#73)ihc童鞋@提不起劲
2022-02-07chore: fix typo of io_uring and minor refactor (#49)Lei Zhao
2022-01-26version: update monoio to 0.0.4 and monoio-compat to 0.0.5 (#47)ihc童鞋@提不起劲
2021-12-30feat: allow ReadHalf and WriteHalf reunite; add tests for TCP and UDS (#42)ihc童鞋@提不起劲
2021-12-29feat: use tracing instead of eprintln as debug output (#37)ihc童鞋@提不起劲
2021-12-28test: add basic tests for fs::File (#36)李冬冬
2021-12-02upgrade local-sync and fix features dependencyihciah
2021-12-02Init: open-sourceihciah