index
:
mesalab_git/zhangyang/monoio.git
comment
master
Repository for zhangyang/monoio
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monoio
/
src
/
io
Age
Commit message (
Expand
)
Author
2023-08-07
fix: fix clippy warning for monoio-compat (#201)
ihc童鞋@提不起劲
2023-07-21
fix: fix typos (#197)
0x29a
2023-07-04
Remove unneeded nightly features and improve documentation (#184)
Guillem L. Jara
2023-07-02
feat: impl async_buf_read_ext (#181)
neetdai
2023-06-22
fix: remove split which violate unsafe rule and publish 0.1.5 (#178)
ihc童鞋@提不起劲
2023-06-02
refactor: deprecate pin and use std pin; upgrade dependencies (#174)
ihc童鞋@提不起劲
2023-05-25
Minor documentation edit for prefixedIO (#169)
Harsha
2023-04-18
fix: apply lifetime for Sink ans SinkExt trait (#160)
ihc童鞋@提不起劲
2023-02-27
feat: cancelable io (#144)
ihc童鞋@提不起劲
2023-02-24
fix: not close OwnedWriteHalf on reunite (#145)
ihc童鞋@提不起劲
2022-10-26
chore: add inline mark for short functions (#114)
ihc童鞋@提不起劲
2022-10-21
fix: adjust to latest nightly api changing (#118)
ihc童鞋@提不起劲
2022-09-01
feat: make `split/into_split` generic (#105)
Kingtous
2022-09-01
feat: support splice and zero_copy (#103)
ihc童鞋@提不起劲
2022-07-27
chore: add rustfmt.toml & do fmt (#93)
ihc童鞋@提不起劲
2022-07-27
improve: remove default box for op (#92)
ihc童鞋@提不起劲
2022-07-22
fix: change type alias restriction to satisfy latest nightly (#89)
ihc童鞋@提不起劲
2022-07-12
fix: replace RawBuf with IoVecWrapper for drop safe; impl SinkExt (#84)
ihc童鞋@提不起劲
2022-06-13
move monoio::stream trait to monoio::io::stream; add sink trait; impl AsyncRe...
ihc童鞋@提不起劲
2022-06-10
fix: fix read amount returned and write pointer for BufReader and BufWriter (...
ihc童鞋@提不起劲
2022-06-08
impl prefixed_io and read_u8 etc (#77)
ihc童鞋@提不起劲
2022-06-06
feat: better AsyncReadBuf and BufWriter (#76)
ihc童鞋@提不起劲
2022-05-31
make AsyncReadRent and AsyncWriteRent take &mut self instead of &self (#74)
ihc童鞋@提不起劲
2022-05-30
Support legacy driver (#73)
ihc童鞋@提不起劲
2022-05-06
Rewrite slab to make it cheap to expand and allow memory deallocation (#70)
ihc童鞋@提不起劲
2021-12-30
feat: allow not Sized type for AsyncRentExts and implement io copy util (#41)
ihc童鞋@提不起劲
2021-12-27
refactor: refactor read_exact and write_all (#34)
李冬冬
2021-12-23
feat: add async buf read trait and BufReader (#31)
ihc童鞋@提不起劲
2021-12-22
refactor: make IoBuf and IoBufMut independent (#30)
ihc童鞋@提不起劲
2021-12-20
feat: allow using shutdown to close connection write (#27)
ihc童鞋@提不起劲
2021-12-02
Init: open-source
ihciah