Commit Graph

  • fb5f596757 Use epoll_create() directly instead of probing for epoll_create1() v0.6.22br Curt Brune 2019-08-27 13:20:56 -0700
  • a053539bd8 Release v0.6.22 Patrick Mooney 2020-05-01 13:15:47 -0500
  • 6df2fb1abb Update cargo package excludes/includes Patrick Mooney 2020-05-01 13:13:34 -0500
  • c0d8804d87 Update repository URLs Patrick Mooney 2020-05-01 13:03:29 -0500
  • 0aed20ae81 Add support for illumos target Patrick Mooney 2020-04-14 03:23:16 +0000
  • a169a606f8
    Update FreeBSD version in CI (#1300) Kevin Leimkuhler 2020-04-20 17:06:16 -0700
  • cd0423c472
    chore: prepare v0.6.21 release (#1173) Carl Lerche 2019-11-27 12:49:38 -0800
  • fa23f6ea1a Remove = requirement and use cargo update --precise instead est31 2019-11-27 01:33:07 +0100
  • ba26c767b9
    prepare v0.6.20 (#1163) Carl Lerche 2019-11-21 22:33:15 -0800
  • 56831e931d
    windows: use the default IOCP concurrency value. (#1161) Carl Lerche 2019-11-21 22:08:00 -0800
  • a1de661e22
    chore: bump CI nightly (#1162) Carl Lerche 2019-11-21 21:53:40 -0800
  • aa90e8ee2b Ensure pipe is closed when fcntl calls fail Thomas de Zeeuw 2019-10-01 12:38:32 +0200
  • c68cde44c5 Fix setting FD_CLOEXEC in pipe Thomas de Zeeuw 2019-09-25 11:04:42 +0200
  • 1bb1749ddb Lock cfg-if in Cargo.toml Kevin Leimkuhler 2019-10-04 08:04:40 -0700
  • 92db541d17 Lock cfg-if to 1.9 Kevin Leimkuhler 2019-10-03 22:30:53 -0700
  • 1251c288ab Set default toolchain differently Kevin Leimkuhler 2019-10-03 21:54:58 -0700
  • f2c88b8750 Add small pipeline changes Kevin Leimkuhler 2019-10-03 21:24:20 -0700
  • 42611b1c06 Bump nightly again Kevin Leimkuhler 2019-10-03 18:28:30 -0700
  • 62b8ed700c Bump pinned nightly version because it may no longer be nightly Kevin Leimkuhler 2019-10-03 18:10:40 -0700
  • 453dc1e331 Remove HUP checks on kqueue platforms Kevin Leimkuhler 2019-10-03 17:46:35 -0700
  • 82468508a8 Test: Silence warnings on different Rust versions Kevin Leimkuhler 2019-10-03 16:46:27 -0700
  • c61547611c Use epoll_create() directly instead of probing for epoll_create1() v0.6.19br Curt Brune 2019-08-27 13:20:56 -0700
  • ce3dabc5bb Deploy Mio API documentation gh-pages Deployment Bot (from Azure Pipelines) 2019-08-29 19:00:58 +0000
  • 803573fa28 Replace IRC channel with Gitter (#1069) master Thomas de Zeeuw 2019-08-29 18:56:08 +0000
  • 017d018d75 try fixing ci again Carl Lerche 2019-08-27 11:06:47 -0700
  • d6edcd13fd fix CI Carl Lerche 2019-08-27 11:00:58 -0700
  • 092d6fdc7d fix clippy Carl Lerche 2019-08-27 10:50:56 -0700
  • 5a5b5f7d43 include testing --release in CI Carl Lerche 2019-08-27 10:50:03 -0700
  • 29fd58deda Fix size test Carl Lerche 2019-08-27 10:37:23 -0700
  • 19d5ebe61c misc cleanup Carl Lerche 2019-08-26 22:30:03 -0700
  • 3550494f0b Use consistent use statement order Thomas de Zeeuw 2019-08-19 21:06:09 +0200
  • 72a001a8e3 Use Selector::try_clone in kqueue::Waker Thomas de Zeeuw 2019-08-19 21:04:38 +0200
  • e739790cb8 Add a test for polling with zero duration (#1065) Thomas de Zeeuw 2019-08-22 02:35:13 +0000
  • e054a7d587 Fix issue in #1062 PerfectLaugh 2019-08-21 19:48:40 +0800
  • 4276d071e3 Reverts two issues PerfectLaugh 2019-08-21 19:07:03 +0800
  • d07989a3b8 Make is_read_hup detects AFD_POLL_DISCONNECT PerfectLaugh 2019-08-21 19:06:02 +0800
  • c7674d64ad Add test in pr #1065 PerfectLaugh 2019-08-21 18:50:18 +0800
  • d7fa70644f Fix udp issue in #1062 PerfectLaugh 2019-08-21 18:49:34 +0800
  • 588e808576 Changed as requested PerfectLaugh 2019-08-20 06:58:25 +0800
  • 1dd6000a6d Recover non-blocking connect and bind PerfectLaugh 2019-08-19 11:41:33 +0800
  • 2653117b84 Fix several flags handling PerfectLaugh 2019-08-19 04:49:22 +0800
  • 5de1317418 Refactored InternalState, improved select timeout handling and AFD flags fixes PerfectLaugh 2019-08-19 03:47:53 +0800
  • bbc2f774c9 Improve afd_group locks PerfectLaugh 2019-08-17 20:03:34 +0800
  • 6b810629c3 Changes RefCell to UnsafeCell PerfectLaugh 2019-08-17 19:16:35 +0800
  • 4dc7bae2a0 Comply with rustfmt PerfectLaugh 2019-08-17 10:24:40 +0800
  • 7b06041b4c Test without timeout PerfectLaugh 2019-08-17 10:19:02 +0800
  • fbecef6684 Test with extended time length. PerfectLaugh 2019-08-17 10:07:33 +0800
  • b60218d9b2 Cancel ignore of test_registry_behind_arc PerfectLaugh 2019-08-17 09:56:47 +0800
  • c6d88a5810 Fix for https://github.com/tokio-rs/mio/issues/1041#issuecomment-519674615 PerfectLaugh 2019-08-17 09:35:08 +0800
  • 8e0b0364ab Temporary fix for https://github.com/tokio-rs/mio/issues/1041#issuecomment-519674615 PerfectLaugh 2019-08-17 08:21:10 +0800
  • fd0b32d38f
    enable log by default to not break existing users eliza/tracing Eliza Weisman 2019-08-20 11:13:42 -0700
  • b65ed09f63
    emit structured tracing events Eliza Weisman 2019-08-20 10:59:21 -0700
  • de27ab47ec
    replace log dependency with tracing Eliza Weisman 2019-08-20 10:59:09 -0700
  • 3626fdd2e5 Rename Interests::and to Interests::add Thomas de Zeeuw 2019-08-20 18:21:50 +0200
  • ce66285747 Make Interests::is_* methods constant Thomas de Zeeuw 2019-08-05 11:40:20 +0200
  • 7f7c62de8d Add Interests::and Thomas de Zeeuw 2019-08-05 11:38:25 +0200
  • fd38052231 Test cleanups (#1063) Thomas de Zeeuw 2019-08-20 15:25:44 +0000
  • e134e798d8 Add a regression test for issue 776 Thomas de Zeeuw 2019-08-19 20:53:24 +0200
  • eee0a9f10a Small cleanups in poll module Thomas de Zeeuw 2019-08-19 19:59:38 +0200
  • 9ae6ee58b4 Test with minimal versions on CI Thomas de Zeeuw 2019-08-19 16:41:59 +0200
  • 0b81ecb175 Change checking source back to cargo check Thomas de Zeeuw 2019-08-19 17:35:08 +0200
  • e0be6e4fb3 Rename Linux targets that actually use Android Thomas de Zeeuw 2019-08-19 16:31:30 +0200
  • 9a246b632e Fix FreeBSD i686 target CI Thomas de Zeeuw 2019-08-19 16:29:34 +0200
  • d43717e44c Add more CI targets for cross compilation Carl Lerche 2019-05-23 13:52:34 -0700
  • 2c0ecd2dbf Update Bytes to v0.5 (unreleased) Thomas de Zeeuw 2019-08-19 17:32:18 +0200
  • 59443cd224 Remove poll interruptible (#1056) Thomas de Zeeuw 2019-08-19 15:18:49 +0000
  • 51e1c4587f Disable test_registry_behind_arc on Windows Thomas de Zeeuw 2019-08-13 12:02:51 +0200
  • 200aaa7a2c Remove repr(transparent) from Registry and Poll Thomas de Zeeuw 2019-08-08 12:27:33 +0200
  • 6072de2b84 Remove Deref<Registry> from Poll Thomas de Zeeuw 2019-08-08 12:24:36 +0200
  • 6668d44d3b Add writable interests in test_registry_behind_arc Thomas de Zeeuw 2019-08-06 22:34:37 +0200
  • 254e537e22 Fix unused mut warning Thomas de Zeeuw 2019-08-06 22:31:59 +0200
  • fe5d6caed7 Add test for use of Registry behind an Arc Thomas de Zeeuw 2019-08-03 13:09:29 +0200
  • 14c049b923 Remove Arc from Poll and Registry Thomas de Zeeuw 2019-08-03 13:07:49 +0200
  • f30debef5c Remove net2 dependency (#1029) Thomas de Zeeuw 2019-08-13 17:02:58 +0000
  • 2f688de26c Add UdpSocket::peek(_from) methods (#1052) Thomas de Zeeuw 2019-08-07 22:32:12 +0000
  • 211223e928 Improve overlapped deallocation strategy and docs (#1042) PerfectLaugh 2019-08-08 03:09:20 +0800
  • cd7331ad05 Add test for registering after de-registering (#1043) Thomas de Zeeuw 2019-07-22 16:47:09 +0000
  • a160244f1d Split Event::is_hup into is_hup and is_read_hup and refer to OS selector docs (#1037) Thomas de Zeeuw 2019-07-21 17:57:47 +0000
  • 65f19ddcb3 rewrite windows implementation (#1034) PerfectLaugh 2019-07-20 01:05:04 +0800
  • 7f89495375 Remove the IoVec dependency Thomas de Zeeuw 2019-07-05 10:17:55 +0200
  • 5aeebe2b4e Remove UdpSocket::{recv_bufs, send_bufs} Thomas de Zeeuw 2019-07-05 10:17:37 +0200
  • 2a55db6314 Implement vectored I/O for TcpStream (#1016) Thomas de Zeeuw 2019-07-16 17:07:51 +0000
  • ec0f5c9fad Move write_then_drop tests into tcp test file Thomas de Zeeuw 2019-07-06 16:44:43 +0200
  • b09bcd7253 Move test_echo_server into tcp test file Thomas de Zeeuw 2019-07-06 16:42:33 +0200
  • b63d2ca4fb Move local_addr_ready test into the tcp test file Thomas de Zeeuw 2019-07-06 16:38:56 +0200
  • 5439526f7b Use Events::is_empty in expect_no_events Thomas de Zeeuw 2019-07-06 16:37:21 +0200
  • c59dbc1812 Remove the sleep_ms helper function Thomas de Zeeuw 2019-07-06 16:35:38 +0200
  • ce76cf6d2b Move all registering tests into a single file Thomas de Zeeuw 2019-07-06 16:32:38 +0200
  • e5b46055a4 Update Evented name in evented tests Thomas de Zeeuw 2019-07-06 16:26:39 +0200
  • d1879f4a90 Move multicast test into udp test file Thomas de Zeeuw 2019-07-06 16:23:56 +0200
  • 0f09be5bd9 test_write_shutdown test into tcp test file Thomas de Zeeuw 2019-07-06 16:20:12 +0200
  • e5288e06eb Remove benchmarks Thomas de Zeeuw 2019-07-06 16:13:29 +0200
  • 5a6bb732bd Move tests to tests directory Thomas de Zeeuw 2019-07-06 16:10:59 +0200
  • 79123b738e Remove unused import Thomas de Zeeuw 2019-07-11 23:19:05 +0200
  • 512230851d Don't leak file descriptors if registering Waker fails Thomas de Zeeuw 2019-07-11 23:11:06 +0200
  • d312503a84 Replace unsafe transmute with to_ne_bytes in Waker Thomas de Zeeuw 2019-07-11 23:08:17 +0200
  • eadafc2bed Run Clippy on Ubuntu image Thomas de Zeeuw 2019-07-11 18:56:19 +0200
  • 754d4c0022 Force rustup update after installing on Azure Thomas de Zeeuw 2019-07-11 18:47:59 +0200
  • 96ccddf7e2 Reduce unsafe scope in pipe::Waker::new Thomas de Zeeuw 2019-07-11 14:15:53 +0200
  • af47a84ea1 Update minimum Rust version to 1.36 in CI Thomas de Zeeuw 2019-07-11 11:37:23 +0200