Commit Graph

620 Commits

Author SHA1 Message Date
Stjepan Glavina 16a14a6981
Update README.md 2020-04-27 18:57:50 +02:00
Stjepan Glavina 2ff9e2cbf3 Less dependencies 2020-04-27 18:57:16 +02:00
dignifiedquire cdfeae8bd9 ci: test on a wider varitey of systems 2020-04-27 18:55:12 +02:00
Stjepan Glavina 0f049564de
Merge pull request #33 from creativcoder/example
Refactor examples into its own crate
2020-04-27 09:52:25 -07:00
creativcoder cc536c20a7 Add README.md guide to run examples and update build and test yaml 2020-04-27 22:15:17 +05:30
Stjepan Glavina 973851a1d7 Reshuffle some things 2020-04-27 16:47:01 +02:00
Stjepan Glavina 4f718bac35
Merge branch 'master' into example 2020-04-27 07:32:32 -07:00
Stjepan Glavina 440eee9f28
Fix discord link 2020-04-27 16:06:56 +02:00
Stjepan Glavina 44b7426abd Bump to v0.1.2 2020-04-27 16:04:51 +02:00
Stjepan Glavina 6341f5872f Reword some comments 2020-04-27 16:02:56 +02:00
creativcoder 3ed10062b4 Add workspace section to root Cargo.toml and update examples deps 2020-04-27 19:23:40 +05:30
Stjepan Glavina d954e46252 Fix the version in examples 2020-04-27 15:15:17 +02:00
Stjepan Glavina fce8487385 Retry on EINTR 2020-04-27 15:10:29 +02:00
Stjepan Glavina 530f43203d Fix a typo 2020-04-27 14:23:18 +02:00
creativcoder 495c3244bf Refactor examples into its own crate 2020-04-27 16:41:48 +05:30
Stjepan Glavina 1bf45e54a1 Bump to v0.1.1 2020-04-27 12:33:16 +02:00
Stjepan Glavina 6a4beecd89 Upgrade dependencies 2020-04-27 12:33:16 +02:00
Stjepan Glavina a34cd7e3f9
Update README.md 2020-04-27 12:32:50 +02:00
Stjepan Glavina b294936605
Update README.md 2020-04-27 12:25:51 +02:00
Stjepan Glavina 8293817139
Merge pull request #27 from stjepang/feat/vectored
feat(async_io): support vectored methods
2020-04-26 13:17:48 -07:00
Stjepan Glavina 90e824c0ce Remove coverage workflow 2020-04-26 22:00:14 +02:00
Stjepan Glavina 508c2cfe1e
Merge pull request #31 from stjepang/update-webpoll
feat: update to wepoll-bindings@2.0
2020-04-26 12:56:21 -07:00
dignifiedquire cc562d97c5 fix imports 2020-04-26 21:26:07 +02:00
dignifiedquire 958efe0a8c feat(async_io): support vectored methods 2020-04-26 21:05:05 +02:00
dignifiedquire 8a0fec7749 feat: update to wepoll-bindings@2.0
Closes #23
2020-04-26 21:04:40 +02:00
Stjepan Glavina c68d07ab01 Fix a typo 2020-04-26 20:42:09 +02:00
Stjepan Glavina a85941b4e1 Use a proper version of piper 2020-04-26 20:04:50 +02:00
Stjepan Glavina 955da96b36 Check the entire repo 2020-04-26 19:59:38 +02:00
Stjepan Glavina bac8fd255c Add instructions for tokio02 2020-04-26 19:58:21 +02:00
Stjepan Glavina f1722c3164 Fill in missing info 2020-04-26 19:51:03 +02:00
Stjepan Glavina 1d14d3d187 Fix the badge link 2020-04-26 19:50:44 +02:00
Stjepan Glavina 254e1f1ee9 Update 2020-04-26 19:44:48 +02:00
Stjepan Glavina 3e899311b0 More docs and comments 2020-04-26 19:38:08 +02:00
Stjepan Glavina fc0e27aa4a
Merge pull request #28 from stjepang/k-nasa/refactor_github_actions_workflow
refactor workflows/build-and-test.yaml
2020-04-26 10:19:54 -07:00
k-nasa ac7b5bd783 git grep --name-only 'checkout@v1' .github/workflows | uniq | xargs gsed -i 's/checkout@v1/checkout@v2/' 2020-04-27 00:02:04 +09:00
k-nasa 3e7a0c6d4b dont't run coverage 2020-04-26 23:54:22 +09:00
k-nasa d1965eb7d0 refactor workflows/build-and-test.yaml 2020-04-26 23:07:49 +09:00
Stjepan Glavina 6278e9f70b Add changelog and coc 2020-04-26 14:14:51 +02:00
Stjepan Glavina 6a02cbb054 More docs 2020-04-25 23:19:52 +02:00
Stjepan Glavina e8f797bb9b
Merge pull request #13 from stjepang/leo-lb-add-ci
Add Github Actions CI
2020-04-25 13:11:59 -07:00
Leo Le Bouter 05c90e6bca
Add Github Actions CI 2020-04-25 21:41:59 +02:00
Leo Le Bouter b1c738b412
Fix IntowRawSocket -> IntoRawSocket typo 2020-04-25 21:40:55 +02:00
Stjepan Glavina eef5d79f48
Merge pull request #25 from dignifiedquire/ideas-and-helpers
Ideas and helpers
2020-04-25 10:03:47 -07:00
dignifiedquire 9b44f7f839 remove unused import 2020-04-25 19:02:10 +02:00
Friedel Ziegelmayer 0d6ea14e5c
remove unneeded FromRawFd
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
2020-04-25 19:01:24 +02:00
dignifiedquire 258147d15c undo detach change, implment Into<JoinHandle> for Task 2020-04-25 18:44:22 +02:00
Stjepan Glavina 55f360bdd7 Fix a bug in timers 2020-04-25 17:45:45 +02:00
dignifiedquire b81bc1c2af fix into_raw and add from_raw 2020-04-25 16:50:09 +02:00
dignifiedquire c94f74249c task: return JoinHandle from detach 2020-04-25 16:50:09 +02:00
dignifiedquire 9299935e43 async_io: implement IntoRawSocket and IntoRawFd 2020-04-25 16:50:09 +02:00