Commit Graph

  • 62430fd56e Annotate ESP-IDF EPERM error with eventfd info John Nunley 2024-01-27 10:31:27 -0800
  • ae484a0a12 tests: Fix clippy error in wait-signal John Nunley 2024-01-27 10:27:03 -0800
  • 3c2d2ce903
    Annotate ESP-IDF EPERM error with eventfd info John Nunley 2024-01-27 10:31:27 -0800
  • a9a75d81ba
    tests: Fix clippy error in wait-signal John Nunley 2024-01-27 10:27:03 -0800
  • cf25dd85f8
    feat: Add the ability to identify if the connection has failed irvingouj @ Devolutions 2024-01-26 15:58:39 -0500
  • 159ab1b540 ci, doc test irving ou 2024-01-26 13:34:01 -0500
  • 621584b128 ci irving ou 2024-01-26 13:29:25 -0500
  • 166a14f419 ci,fmt irving ou 2024-01-26 13:26:28 -0500
  • 68fd1dff44 Update epoll.rs irving ou 2024-01-26 13:24:51 -0500
  • a00420b597 update irving ou 2024-01-26 11:22:59 -0500
  • 31444043b3 refractor based on review irving ou 2024-01-26 10:05:19 -0500
  • 2089ce22c9 ci, fmt irving ou 2024-01-25 12:31:11 -0500
  • 6983e64570 more ci irving ou 2024-01-25 12:30:25 -0500
  • 13b09ae9ef ci, poll irving ou 2024-01-25 12:26:43 -0500
  • 903db6651d ci, kqueue irving ou 2024-01-25 12:24:17 -0500
  • dea4289d61 ci fmt irving ou 2024-01-25 12:20:25 -0500
  • 920ed83bf4 update example irving ou 2024-01-25 12:19:08 -0500
  • 7d587d86a5 update linux irving ou 2024-01-25 12:15:13 -0500
  • 9cd790291f add is connect failed irving ou 2024-01-25 11:29:09 -0500
  • 6125508c93
    v3.3.2 v3.3.2 John Nunley 2024-01-14 09:00:57 -0800
  • 85cd2144f6
    v3.3.2 John Nunley 2024-01-13 12:14:56 -0800
  • ea5a38a500
    feat(windows): AFD failure now sources underlying I/O error John Nunley 2024-01-08 16:34:13 -0800
  • 1f13664bbb
    ci: Add async-io tests back to CI John Nunley 2024-01-08 11:23:02 -0500
  • 89fa11aab2
    AFD failure now sources underlying I/O error John Nunley 2024-01-08 08:19:47 -0800
  • cab3fc3bc1
    Deduplicate patch John Nunley 2024-01-08 08:10:34 -0800
  • 7043049033
    Add async-io tests back to CI John Nunley 2024-01-05 20:19:58 -0800
  • 0c794fce50 Ignore dead_code warning for tuple struct Taiki Endo 2024-01-07 15:44:43 +0900
  • 94c5ebf78b ci: Temporarily disable riscv32imc-esp-espidf build Taiki Endo 2024-01-07 15:15:04 +0900
  • e956a8ad64 ci: Update FreeBSD image to 13.2 Taiki Endo 2024-01-07 15:10:09 +0900
  • 078c478346 ci: Use cargo-hack's --rust-version flag for msrv check Taiki Endo 2024-01-07 15:08:24 +0900
  • 6a8517ebae Ignore dead_code warning for tuple struct Taiki Endo 2024-01-07 15:44:43 +0900
  • d23d6def7e ci: Temporarily disable riscv32imc-esp-espidf build Taiki Endo 2024-01-07 15:15:04 +0900
  • 2ba5562d1b ci: Update FreeBSD image to 13.2 Taiki Endo 2024-01-07 15:10:09 +0900
  • eb5ec7f073 ci: Use cargo-hack's --rust-version flag for msrv check Taiki Endo 2024-01-07 15:08:24 +0900
  • 5c429bd4c4 Add add_outlives method to Poller brankokrstic94 2023-12-26 00:56:54 +0100
  • b57a7c32a2
    v3.3.1 v3.3.1 John Nunley 2023-11-24 08:22:27 -0800
  • 115fdc8747
    v3.3.1 John Nunley 2023-11-24 07:54:32 -0800
  • 08a316e1fc
    m: Update windows-sys requirement from 0.48 to 0.52 dependabot[bot] 2023-11-24 07:53:04 -0800
  • 8df247358b
    Correct windows-sys imports John Nunley 2023-11-24 07:38:33 -0800
  • e00482ff79
    Update windows-sys requirement from 0.48 to 0.52 dependabot[bot] 2023-11-20 14:45:53 +0000
  • 8087787ab2
    v3.3.0 v3.3.0 John Nunley 2023-10-28 18:54:47 -0700
  • c4945146d1
    v3.3.0 John Nunley 2023-10-28 18:35:32 -0700
  • b9ab821df1
    bugfix: Handle interrupts while polling John Nunley 2023-10-27 07:02:08 -0700
  • 069131b726
    Remove unused mut John Nunley 2023-10-22 11:49:45 -0700
  • b6262d9874
    Fix timeouts John Nunley 2023-10-21 22:16:33 -0700
  • bee0eea550
    Forgot to actually clear events John Nunley 2023-10-20 17:17:14 -0700
  • cbe20a29a2
    Handle interrupts while polling John Nunley 2023-10-20 17:09:59 -0700
  • 0575cbd4bc
    docs: Fix wrong link in docs of Poller::wait() Uli Schlachter 2023-10-20 18:49:44 +0200
  • 6a1c32a0e4 Fix wrong link in docs of Poller::wait() Uli Schlachter 2023-10-18 18:01:10 +0200
  • 37a1d4ecd2
    Remove needless imports (#159) Taiki Endo 2023-10-08 17:23:34 +0900
  • 411fd49c99 Remove needless imports Taiki Endo 2023-10-08 17:16:01 +0900
  • a559165acd
    Migrate to Rust 2021 (#158) Taiki Endo 2023-10-08 14:46:23 +0900
  • 41ad857277 Migrate to Rust 2021 Taiki Endo 2023-10-08 14:41:27 +0900
  • ceb88a46c4
    chore: prefer usize::MAX to std::usize::MAX tison 2023-10-06 11:10:18 +0800
  • 8fea306393
    dedup tison 2023-10-06 10:57:17 +0800
  • 1751f863d6
    feat: ensure impl Send and Sync for Event tison 2023-10-04 23:40:09 +0800
  • d9a65fdd73
    v3.2.0 v3.2.0 John Nunley 2023-10-02 07:37:32 -0700
  • b150d3d8eb make fallback_pipe handle more Al Hoang 2023-10-02 04:08:13 +0000
  • b24c5a7bd2
    v3.2.0 John Nunley 2023-10-01 21:06:20 -0700
  • 99a32b7607
    feat: Add support for Haiku OS Al Hoang 2023-10-01 20:57:41 -0700
  • fb1b0cc132 address ci Al Hoang 2023-10-01 06:26:54 +0000
  • 6993bf4e75 reduce pipe creation duplicates Al Hoang 2023-10-01 06:17:25 +0000
  • c6423ebf1e address ci Al Hoang 2023-10-01 00:44:12 +0000
  • bcb4aa670a consolidate haiku and non-esp notifier Al Hoang 2023-09-30 23:58:40 +0000
  • 560abdabaf add ci check for haiku Al Hoang 2023-09-30 07:02:59 +0000
  • 2897b7234f fix typo Al Hoang 2023-09-30 07:02:06 +0000
  • 537daacad3 formatting update Al Hoang 2023-09-29 10:14:35 +0000
  • c1919c42f7 use pipe instead of pipe2 for haiku Al Hoang 2023-09-29 10:01:00 +0000
  • 9e143a38e1
    bugfix: Manage sources being inserted into kqueue John Nunley 2023-09-27 21:30:46 -0700
  • 2de376e664
    Fix Windows compile failure John Nunley 2023-09-25 13:09:51 -0700
  • 07c032831d
    Add test for this use case John Nunley 2023-09-25 13:01:07 -0700
  • 7d9e452e9a
    Fix nightly-exempt issue John Nunley 2023-09-25 11:27:02 -0700
  • 25ade2537c
    Manage sources being inserted into kqueue John Nunley 2023-09-25 11:22:26 -0700
  • 45ebe3b904
    v3.1.0 v3.1.0 John Nunley 2023-09-25 09:42:41 -0700
  • 178f8e2bb7
    v3.1.0 John Nunley 2023-09-25 09:32:39 -0700
  • 254577da8d
    feat: introduce Event::new() David Hotham 2023-09-12 14:02:02 +0100
  • 6364096291
    introduce Event::new() David Hotham 2023-09-11 21:06:27 +0100
  • 8c99506375 Update actions/checkout action to v4 Taiki Endo 2023-09-10 18:28:12 +0900
  • 256542375c
    v3.0.0 v3.0.0 John Nunley 2023-09-04 18:41:32 -0700
  • 4003f31482
    v3.0.0 John Nunley 2023-08-19 18:16:59 -0700
  • 90c661f5e1 Remove the std default feature John Nunley 2023-09-04 13:08:47 -0700
  • 7718565d11
    Remove libc from dev deps (#146) John Nunley 2023-09-04 13:12:42 -0700
  • 24ac3436be
    Stray empty line John Nunley 2023-09-04 13:10:16 -0700
  • ac8c8e3dac
    Remove the std default feature John Nunley 2023-09-04 13:08:47 -0700
  • a89297b334
    Fix failing doctests John Nunley 2023-09-04 13:06:41 -0700
  • dabbde1d8a
    Remove libc from dev deps John Nunley 2023-09-04 12:55:44 -0700
  • 792618094c
    docs: Fix CI badge and update links Alex Touchet 2023-09-04 08:33:22 -0700
  • ef7f12b48e
    Fix CI badge and update links Alex Touchet 2023-09-03 11:42:27 -0700
  • fa6e404acb
    Merge 69cdbe83c0 into 9a3fe18981 John Nunley 2023-09-02 15:14:21 -0700
  • 9a3fe18981 Use std::os::raw::c_int and remove our own type alias Taiki Endo 2023-08-30 02:04:24 +0900
  • 41284ef6bc Use std::os::raw::c_int and remove our own type alias Taiki Endo 2023-08-30 02:04:24 +0900
  • d8595b56a5
    feat: Make the constructors for Event const tison 2023-08-22 09:32:21 +0800
  • ce2dd939f8
    feat: enable construct event constantly tison 2023-08-21 23:17:00 +0800
  • 69cdbe83c0
    fmt notgull/completion-block John Nunley 2023-08-16 14:23:35 -0700
  • 95a7bca842
    Fix bugs John Nunley 2023-08-16 12:33:31 -0700
  • 6aeb490882
    Use files instead of anonymous pipes John Nunley 2023-08-16 11:53:10 -0700
  • 8c01c4a2f1
    Add an example for registering a pipe John Nunley 2023-08-16 11:47:03 -0700
  • ff113312ec
    Add as_ptr() to CompletionBlock John Nunley 2023-08-16 11:27:45 -0700
  • a2a9ad820b
    Move the CompletionPacket type to the os module John Nunley 2023-08-16 10:59:52 -0700
  • c7cc91a1f1
    docs: Specify behavior when registered in multiple pollers John Nunley 2023-08-16 09:48:14 -0700