Commit Graph

620 Commits

Author SHA1 Message Date
Stjepan Glavina 39e7a853ef Bump to v0.1.10 2020-05-22 22:23:52 +02:00
Stjepan Glavina 7e428f8255
Merge pull request #130 from stjepang/take-error-in-connect
Use take_error after connecting
2020-05-22 13:16:22 -07:00
Stjepan Glavina c7bc1bed0f Also use take_error after writing 2020-05-22 20:29:50 +02:00
Stjepan Glavina 7ac8969f45 Call take_error inside the wait_connect loop 2020-05-22 20:22:41 +02:00
Stjepan Glavina 702e1f8097 Mark unix-specific tests with cfg 2020-05-22 20:18:52 +02:00
Stjepan Glavina f245693472 Use take_error after connecting 2020-05-22 20:12:54 +02:00
Stjepan Glavina 28b1b4391a Bump to v0.1.9 2020-05-22 16:05:36 +02:00
Stjepan Glavina 4a67e61647 Formatting 2020-05-22 16:02:17 +02:00
Stjepan Glavina 423affa235
Merge pull request #127 from stjepang/split-with
Split with() into read_with() and write_with()
2020-05-22 07:01:45 -07:00
Stjepan Glavina 72db1bc982
Merge pull request #128 from Keruspe/master
fix build with piper 0.1.2
2020-05-22 07:01:10 -07:00
Stjepan Glavina d7b06dd6b0 Clear local event when triggered 2020-05-22 14:08:53 +02:00
Stjepan Glavina 56e459e966 Fix a compilation error 2020-05-22 13:49:27 +02:00
Stjepan Glavina b62db64e6a Fix a compilation error 2020-05-22 13:49:04 +02:00
Stjepan Glavina da002315ed Fix a bug in kqueue bindings 2020-05-22 13:48:15 +02:00
Stjepan Glavina f1a22d9cc2 Remove readable and writable 2020-05-22 13:17:08 +02:00
Stjepan Glavina 3805d8c082
Merge pull request #121 from ctiller/rel
Update cargo.toml for new release
2020-05-22 02:29:05 -07:00
Marc-Antoine Perennou 622a6e723d fix build with piper 0.1.2
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-05-22 08:35:59 +02:00
Stjepan Glavina f2f549c090 Remove cross section 2020-05-22 00:25:47 +02:00
Stjepan Glavina c45f9249cf Retab 2020-05-22 00:19:20 +02:00
Stjepan Glavina b3042fea79 Fix the cross section 2020-05-22 00:18:38 +02:00
Stjepan Glavina 3c763c7e63 Add cross check 2020-05-22 00:16:43 +02:00
Stjepan Glavina 32721399ff Remove cross compile 2020-05-22 00:10:14 +02:00
Stjepan Glavina 43aee08ab0 Replace tabs with spaces 2020-05-22 00:04:59 +02:00
Stjepan Glavina 687e4deb70 Change cross compilation targets 2020-05-21 23:59:21 +02:00
Stjepan Glavina 26a3208342 Fix errors 2020-05-21 23:47:17 +02:00
Stjepan Glavina 6d4bffa124 Fix a compilation error in a doctest 2020-05-21 20:11:47 +02:00
Stjepan Glavina c5e57ee346 Check for errors after connecting 2020-05-21 20:06:31 +02:00
Stjepan Glavina 76aa1ea654 Split with() into read_with() and write_with() 2020-05-21 19:17:33 +02:00
Stjepan Glavina 914f3b2d17
Merge pull request #124 from polachok/eventfd-close
fix: add Drop for eventfd
2020-05-20 12:35:59 -07:00
Alexander Polakov efcb9e7e40 fix: add Drop for eventfd 2020-05-20 20:21:33 +03:00
Stjepan Glavina 009db3a5c0 Limit number of concurent tasks 2020-05-20 10:54:43 +02:00
Stjepan Glavina 1487fa52bc
Merge pull request #120 from Byron/some-tests-for-tasks
Tests to prevent against recent regression of Task::blocking(…).detach()
2020-05-19 14:02:25 -07:00
Craig Tiller ce762a8836 Update cargo.toml for new release 2020-05-18 09:43:09 -07:00
Sebastian Thiel 4d3cf03c4f
Tests to prevent against recent regression of Task::blocking(…).detach() 2020-05-18 21:57:06 +08:00
Stjepan Glavina 301939c7e0 Bump to v0.1.8 2020-05-18 11:33:11 +02:00
Stjepan Glavina 811e748e6d Revert the use of blocking crate 2020-05-18 11:32:41 +02:00
Stjepan Glavina 280d2c7b5e Bump to v0.1.7 2020-05-17 23:56:22 +02:00
Stjepan Glavina ce315f3d9a Update blocking 2020-05-17 23:55:23 +02:00
Stjepan Glavina 00b495f0ce Bump to v0.1.6 2020-05-17 17:26:30 +02:00
Stjepan Glavina 566cfe95b5 Remove coverage 2020-05-17 13:48:05 +02:00
Stjepan Glavina 2354f0d500 Cargo check with dev_dep feature 2020-05-17 13:41:34 +02:00
Stjepan Glavina 028c02d575 Simplify CI 2020-05-17 13:26:01 +02:00
Stjepan Glavina 3674e8996f
Merge pull request #118 from Byron/explicit-futures-dependencies
Refer to futures sub-crates explicitly
2020-05-17 04:17:52 -07:00
Sebastian Thiel 8d0cd19ce9
Refer to futures sub-crates explicitly 2020-05-17 18:30:25 +08:00
Stjepan Glavina 226de450e0
Merge pull request #117 from stjepang/reregister-ioevent
Always re-register IoEvent
2020-05-17 03:18:46 -07:00
Stjepan Glavina e46e410d86 Always re-register IoEvent 2020-05-17 10:58:06 +02:00
Stjepan Glavina 21e65af190 Fix a missing line in docs 2020-05-17 10:00:39 +02:00
Stjepan Glavina 40d7998d9f
Update CODE_OF_CONDUCT.md 2020-05-16 22:34:11 +02:00
Stjepan Glavina 85ce918357
Merge pull request #112 from sopium/windows-tcp-connect-take-error
Correctly detect TCP connect failures on Windows
2020-05-15 06:50:08 -07:00
Stjepan Glavina d025a92a06 Fix a typo 2020-05-15 14:56:44 +02:00