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
/
net
Age
Commit message (
Expand
)
Author
2023-08-23
一些注释
zy
2023-08-17
refactor: use thread_local (#204)
ihc童鞋@提不起劲
2023-07-21
fix: fix typos (#197)
0x29a
2023-07-18
feat: support more addr features for non-linux unix (#196)
ihc童鞋@提不起劲
2023-07-07
feat: support UnixSeqpacket and its listener (#187)
ihc童鞋@提不起劲
2023-07-03
feat: support unix datagram (#183)
ihc童鞋@提不起劲
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-12
fix: fix TCP_FASTOPEN on macos (#165)
ihc童鞋@提不起劲
2023-05-05
feat: add from_std for UnixListener (#163)
ihc童鞋@提不起劲
2023-04-28
feat: support TCP_FASTOPEN (#161)
ihc童鞋@提不起劲
2023-02-27
docs: add io-cancel related docs (#148)
ihc童鞋@提不起劲
2023-02-27
feat: cancelable io (#144)
ihc童鞋@提不起劲
2023-02-24
fix: not close OwnedWriteHalf on reunite (#145)
ihc童鞋@提不起劲
2023-02-22
feat: support UdpSocket and readable/writable (#142)
ihc童鞋@提不起劲
2022-11-22
feat: compatiable with tokio io trait when only legacy is enabled (#127)
ihc童鞋@提不起劲
2022-10-26
chore: add inline mark for short functions (#114)
ihc童鞋@提不起劲
2022-10-26
fix: make waker Send + Sync when across threads because we cannot stop users ...
ihc童鞋@提不起劲
2022-10-21
fix: adjust to latest nightly api changing (#118)
ihc童鞋@提不起劲
2022-10-18
implement from_std for TcpStream (#115)
Juan Aguilar
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-25
write stub code for pass compile on windows system (#88)
LemonHX.eth
2022-07-22
fix: change type alias restriction to satisfy latest nightly (#89)
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-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童鞋@提不起劲
2022-05-06
optimize uds_accept (#67)
cssivision
2021-12-30
feat: allow ReadHalf and WriteHalf reunite; add tests for TCP and UDS (#42)
ihc童鞋@提不起劲
2021-12-30
feat: support UnixDatagram; allow split for unix stream; change listener defa...
ihc童鞋@提不起劲
2021-12-20
chore: fix warnings (#29)
ihc童鞋@提不起劲
2021-12-20
feat: allow using shutdown to close connection write (#27)
ihc童鞋@提不起劲
2021-12-09
typo: fix `listenr_config` (#11)
John
2021-12-02
Init: open-source
ihciah