Commit graph

  • 9ae3d06aa3 Periodically check readiness Nikolay Kim 2024-11-04 21:17:24 +05:00
  • 48ce0ea2bb
    Periodically check readiness (#458) Nikolay Kim 2024-11-04 21:16:14 +05:00
  • 198193c1fc Periodically check readiness Nikolay Kim 2024-11-04 21:03:41 +05:00
  • ddbc4a722d
    Optimize readiness handling (#457) service-v3.3.1 Nikolay Kim 2024-11-04 18:18:15 +05:00
  • 707a0018b5 Optimize readiness handling Nikolay Kim 2024-11-04 17:56:53 +05:00
  • c26b336fe5
    Use updated Service trait for ntex (#456) util-v2.5.0 service-v3.3.0 server-v2.5.0 io-v2.8.0 Nikolay Kim 2024-11-04 14:04:00 +05:00
  • d861ed7319 prep rel Nikolay Kim 2024-11-04 13:43:15 +05:00
  • 91d54aaa34 wip Nikolay Kim 2024-11-04 13:38:48 +05:00
  • e8aa08ef66 Dont swallow error Nikolay Kim 2024-11-04 13:20:31 +05:00
  • ce1bf97068 Use updated Service trait for ntex Nikolay Kim 2024-11-04 13:15:31 +05:00
  • 5f6600c814
    Update Service trait and use unified Counter (#455) Nikolay Kim 2024-11-04 12:49:18 +05:00
  • 2f6935f10e wip Nikolay Kim 2024-11-04 12:11:12 +05:00
  • 39d53d7f84 Update Service trait and use unified Counter Nikolay Kim 2024-11-04 12:08:36 +05:00
  • 30115bf2d5
    Use updated Service trait (#454) Nikolay Kim 2024-11-04 11:20:55 +05:00
  • 2fae7c1869 wip Nikolay Kim 2024-11-03 22:31:49 +05:00
  • 5c64b13a8a Use updated Service trait Nikolay Kim 2024-11-03 22:16:03 +05:00
  • d004234f22
    Use updated Service trait (#453) Nikolay Kim 2024-11-03 21:27:34 +05:00
  • 8797e9e366 Use updated Service trait Nikolay Kim 2024-11-03 19:16:47 +05:00
  • c303d02f89
    Update buffer service (#452) Nikolay Kim 2024-11-03 13:39:11 +05:00
  • 32ca384486 tests Nikolay Kim 2024-11-03 12:21:09 +05:00
  • 4d070bcee6 tests Nikolay Kim 2024-11-03 12:17:55 +05:00
  • bc2ac87a9b tests Nikolay Kim 2024-11-03 11:48:33 +05:00
  • bcf97a8fa4 Update buffer service Nikolay Kim 2024-11-03 11:43:54 +05:00
  • a30147120d
    Deprecated std::task::ready re-export (#451) Nikolay Kim 2024-11-02 18:12:21 +05:00
  • 068c591b0c Deprecated std::task::ready re-export Nikolay Kim 2024-11-02 17:51:40 +05:00
  • 8288fc0364
    Use updated Service trait (#450) Nikolay Kim 2024-11-02 17:44:35 +05:00
  • e060136560 wip Nikolay Kim 2024-11-02 17:23:53 +05:00
  • f2b99a9b1e wip Nikolay Kim 2024-11-02 17:20:38 +05:00
  • 420aaf0c96 wip Nikolay Kim 2024-11-02 17:09:42 +05:00
  • bf34d51646 Use updated Service trait Nikolay Kim 2024-11-02 15:01:50 +05:00
  • 011e9cdfea
    Added Service::not_ready() method (#449) Nikolay Kim 2024-11-02 12:49:49 +05:00
  • 9e11822869 wip Nikolay Kim 2024-11-02 12:35:37 +05:00
  • 8502e834c7 wip Nikolay Kim 2024-11-02 12:04:41 +05:00
  • aec2908c96 wip Nikolay Kim 2024-11-02 11:46:51 +05:00
  • 415d4658dd Added Service::not_ready() method Nikolay Kim 2024-11-02 11:33:40 +05:00
  • 9ecf7c7e6c Refactor service Nikolay Kim 2024-11-02 10:26:45 +05:00
  • 5697be0f81 refactor Nikolay Kim 2024-10-31 23:08:45 +05:00
  • d8f2c87781
    It is not required to close compio sockets explicitly #444 (#446) compio-v0.2.1 Nikolay Kim 2024-10-31 16:21:20 +05:00
  • 397d36c2f9 It is not required to close compio sockets explicitly #444 Nikolay Kim 2024-10-31 15:41:22 +05:00
  • fc67031a3a
    Fix shared readiness notification (#445) service-v3.2.1 Nikolay Kim 2024-10-31 15:31:37 +05:00
  • ad3b86dba9 Fix shared readiness notification Nikolay Kim 2024-10-31 15:17:38 +05:00
  • 5429eb7d24
    Introduce PipelineTag, which allows to notify pipeline binding (#441) service-v3.2.0 Nikolay Kim 2024-10-19 09:42:28 +09:00
  • 50a5654acf Introduce PipelineTag, which allows to notify pipeline binding Nikolay Kim 2024-10-19 09:16:30 +09:00
  • 595c7332e6 Service readiness experiments Nikolay Kim 2024-10-18 14:50:01 +05:00
  • cb0c03f266
    Allow to skip runtime feature for clippy run (#440) rt-v0.4.20 Nikolay Kim 2024-10-17 17:22:37 +05:00
  • e9fa7b82e5 Allow to skip runtime feature for clippy run Nikolay Kim 2024-10-17 17:05:56 +05:00
  • dedb7de64c
    Better handling for h2 remote payload (#439) ntex-v2.7.0 Nikolay Kim 2024-10-16 20:46:40 +05:00
  • f793a89982 wip Nikolay Kim 2024-10-16 20:20:01 +05:00
  • d16c5714cd Better handling for h2 remote payload Nikolay Kim 2024-10-16 20:18:39 +05:00
  • 4f7d951f40
    Disconnect on error from service readiness check (#437) io-v2.7.1 Nikolay Kim 2024-10-15 18:36:30 +05:00
  • 0438165832 fmt Nikolay Kim 2024-10-15 17:59:26 +05:00
  • bde3c15ac2 wip Nikolay Kim 2024-10-15 17:48:39 +05:00
  • b5f7810b79 Disconnect on error from service readiness check Nikolay Kim 2024-10-15 17:34:44 +05:00
  • 5a907c8ed8
    Force runtime selection (#435) rt-v0.4.19 Nikolay Kim 2024-10-11 17:37:59 +05:00
  • 2e42850233 wip Nikolay Kim 2024-10-11 17:22:29 +05:00
  • c12cb47dc4 wip Nikolay Kim 2024-10-11 16:58:20 +05:00
  • 5d212e9e75 wip Nikolay Kim 2024-10-11 16:55:47 +05:00
  • 839809aaaf Force runtime feature selection Nikolay Kim 2024-10-11 16:32:40 +05:00
  • b0a7658bf1
    Fix tests (#434) io-v2.7.0 Nikolay Kim 2024-10-10 19:19:12 +05:00
  • 3e822f2988 Fix tests Nikolay Kim 2024-10-10 19:05:02 +05:00
  • d101fbc668 Do not check readiness for dispatcher call Nikolay Kim 2024-10-10 18:57:24 +05:00
  • c670b51983
    Return error for Io::poll_read_ready() if io is closed (#433) Nikolay Kim 2024-10-07 21:43:43 +02:00
  • f564d5ff41 Return error for Io::poll_read_ready() if io is closed Nikolay Kim 2024-10-07 21:26:58 +02:00
  • 3a7477004f
    Return error for IoRef::write(), IoRef::with_write_buf(), Io::poll_flush() if io is closed (#432) io-v2.6.0 Nikolay Kim 2024-10-07 20:26:40 +02:00
  • 21f84dafd5 Return error for IoRef::write(), IoRef::with_write_buf(), Io::poll_flush() if io is closed Nikolay Kim 2024-10-07 20:10:40 +02:00
  • effce6915f
    Notify readiness waiters if ready call get dropped (#431) service-v3.1.0 Nikolay Kim 2024-09-29 16:39:26 +05:00
  • 96d42341bc wip Nikolay Kim 2024-09-29 16:28:09 +05:00
  • a4c57d132d Notify readiness waiters if ready call get dropped Nikolay Kim 2024-09-29 16:03:00 +05:00
  • 0d6f348fc2
    Remove must_use from condition::Waiter (#430) util-v2.4.0 Nikolay Kim 2024-09-26 16:47:39 +05:00
  • 23f02bd41a Remove must_use from condition::Waiter Nikolay Kim 2024-09-26 16:33:43 +05:00
  • acb18e500c Enable rustls for docs.rs Nikolay Kim 2024-09-25 19:24:26 +05:00
  • 9406613908
    Disable default features for rustls (#429) rt-v0.4.18 ntex-v2.6.0 Nikolay Kim 2024-09-25 19:14:56 +05:00
  • 651cdd9310 wip Nikolay Kim 2024-09-25 18:52:38 +05:00
  • 4a604688c7 wip Nikolay Kim 2024-09-25 18:49:31 +05:00
  • a1f14637f0 wip Nikolay Kim 2024-09-25 18:46:18 +05:00
  • 70bfd545ac Disable default features for rustls Nikolay Kim 2024-09-25 18:41:19 +05:00
  • b0baf01576
    Upgrade to glommio 0.9 (#427) Nikolay Kim 2024-09-24 14:23:19 +05:00
  • 48fdf589e1 wip Nikolay Kim 2024-09-24 14:10:17 +05:00
  • bfacb20ae1 Upgrade to glommio 0.9 Nikolay Kim 2024-09-24 14:08:59 +05:00
  • 302e7951d6
    Allow to set io tag for web server (#426) ntex-v2.5.0 Nikolay Kim 2024-09-24 13:44:47 +05:00
  • 8573ed5dd1 wip Nikolay Kim 2024-09-24 13:30:13 +05:00
  • 95a0134c7b Allow to set io tag for web server Nikolay Kim 2024-09-24 13:06:48 +05:00
  • b50aa31fdc
    Upgrade to compio v0.12 (#425) compio-v0.2.0 Nikolay Kim 2024-09-24 12:37:26 +05:00
  • 45e2eab88f wip Nikolay Kim 2024-09-24 12:16:03 +05:00
  • 87f94d17de Upgrade compio v0.12 Nikolay Kim 2024-09-24 12:15:09 +05:00
  • c0d5da8a1e Prep release Nikolay Kim 2024-09-18 20:33:14 +05:00
  • 16bc0d61a7
    Publicize Connect trait access (#422) jamescarterbell 2024-09-18 11:18:49 -04:00
  • c128e9a9f3 Hide more James Bell 2024-09-18 15:17:20 +00:00
  • a1857806de Fmt James Bell 2024-09-18 15:11:49 +00:00
  • bc081d9d7e Hide connect James Bell 2024-09-18 15:10:16 +00:00
  • c0e5224cf7 Version bump James Bell 2024-09-18 14:44:03 +00:00
  • 9086bf135d Pubify clientresponse new James Bell 2024-09-17 20:42:08 +00:00
  • e0774cbd5d Make connect trait public James Bell 2024-09-17 14:50:50 +00:00
  • 69f150e3f6
    io cleanup (#418) io-v2.5.0 compio Nikolay Kim 2024-09-11 18:35:55 +05:00
  • 3dbea15d51 io cleanup Nikolay Kim 2024-09-11 18:35:22 +05:00
  • 1d529fab3c
    Refactor async io support (#417) Nikolay Kim 2024-09-11 18:18:45 +05:00
  • 15503f5a32 wip Nikolay Kim 2024-09-11 14:26:07 +05:00
  • 568df1cbe9 Refactor filter shutdown Nikolay Kim 2024-09-11 00:34:18 +05:00
  • a9407562b5 Async write support Nikolay Kim 2024-09-10 19:10:16 +05:00
  • f27996273c wip Nikolay Kim 2024-09-10 19:06:11 +05:00