Commit graph

45 commits

Author SHA1 Message Date
Nikolay Kim
a06c2e3bcd wip 2022-10-17 18:45:46 +02:00
Nikolay Kim
43badfe59c test tokio timer 2022-10-17 07:11:06 +02:00
Nikolay Kim
7ce1927566 clippy 2022-10-03 10:21:08 +02:00
Nikolay Kim
88c7fd3116
Switch to ntex-h2 for http/2 support (#120)
* switch server to ntex-h2 for http/2 support
2022-06-27 15:28:44 +06:00
Nikolay Kim
40aa4542ce fix tests 2022-06-23 14:36:27 +06:00
Nikolay Kim
d7261e2dd7 Move basic http types to separeate crate 2022-06-13 22:04:16 +06:00
Nikolay Kim
27f434797f Allow to reset time::Deadline 2022-05-25 16:48:53 +06:00
Nikolay Kim
84be13de5c Add time::Deadline future 2022-02-19 19:00:50 +06:00
Nikolay Kim
75820af5a6 Add test for 0 millis timer 2022-02-18 16:05:30 +06:00
Nikolay Kim
bd18c122b4 Fix update timer handle with 0 millis, do not keep old bucket 2022-02-18 15:20:40 +06:00
Nikolay Kim
2664a2e66d time::sleep() always sleeps one tick (16 millis) even for 0 millis 2022-02-17 20:35:04 +06:00
Nikolay Kim
cb4dbe0131 Clippy fixes 2022-02-11 17:25:18 +06:00
Nikolay Kim
6b35f10c2f Tests cleanups 2022-02-02 17:22:23 +06:00
Nikolay Kim
16fcd6dc58 Update utils tests 2022-01-31 18:16:06 +06:00
Nikolay Kim
b026e0fda7 Add Default impl to oneshots pool 2022-01-27 18:02:36 +06:00
Nikolay Kim
9fc02c5555 Backward compat 2022-01-27 02:02:59 +06:00
Nikolay Kim
cb7af434ea
Optimize Millis and Io memory layout (#100)
* Optimize Millis and Io memory layout
2022-01-27 01:25:44 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues (#99)
* fix clippy issues

* implement std error for ntex errors and bound WebResponseError

* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
5d9a653f70
Refactor web websockets support (#97)
* Refactor ws handling
2022-01-23 19:56:56 +06:00
Nikolay Kim
e5efdab4ed Fix deprecated warnings 2022-01-19 16:55:52 +06:00
Nikolay Kim
05f3231180 Add types::Payload::recv() and types::Payload::poll_recv() methods 2022-01-19 16:45:10 +06:00
Nikolay Kim
14a1cd0b12 Add time::query_system_time(), it does not use async runtime 2022-01-17 21:27:49 +06:00
Nikolay Kim
fcf7022059 Add Pool::shrink_to_fit() method 2022-01-12 22:06:03 +06:00
Nikolay Kim
cb25c8d0b9 Add poll_recv/recv helper methods 2022-01-09 18:56:03 +06:00
Nikolay Kim
9cb52bd37b Add time::timeout_checked, if duration is zero then timeout is disabled 2022-01-04 18:40:38 +06:00
Nikolay Kim
fe3f810a90 update changes 2022-01-03 22:04:47 +06:00
Nikolay Kim
bf808d4d18
Move util services to ntex-util (#89)
* move util services to ntex-util

* update versions
2022-01-03 21:59:35 +06:00
Nikolay Kim
847f2738dd
Refactor async runtimes support (#88)
* refactor async runtimes support
2022-01-03 21:24:49 +06:00
Nikolay Kim
8b3a1bc474 Fix borrow error when timer get dropped immidietly after start 2021-12-27 23:14:52 +06:00
Nikolay Kim
15025b89c1 fmt 2021-12-24 03:54:57 +06:00
Nikolay Kim
8bbbfde22d cleanup Filter trait 2021-12-22 13:50:14 +06:00
Nikolay Kim
38258c5019 add Receiver::poll_recv() method 2021-12-21 17:11:10 +06:00
Nikolay Kim
d1071a1f18 update tls filters 2021-12-19 10:55:42 +06:00
Nikolay Kim
d7083c15d8 add ntex-io changes 2021-12-18 20:40:33 +06:00
Nikolay Kim
4d5395c89a deps 2021-12-18 20:28:44 +06:00
Nikolay Kim
6698c829fb move mpsc to ntex-util 2021-12-18 20:25:56 +06:00
Nikolay Kim
087078da51 allow to replace signals impl 2021-12-18 18:11:53 +06:00
Nikolay Kim
aa5f6e4b55
Replace mio with polling for accept loop (#71)
* replace mio with poller for accept loop
2021-12-18 00:49:27 +06:00
Nikolay Kim
6bc654762d cleanup api; update tests 2021-12-17 09:52:00 +06:00
Nikolay Kim
841ad736d4
Refactor framed io (#67)
* refactor framed io

* allow to add filters

* move io code to separate module

* add into_boxed()

* remove uneeded IO_STOP state

* simplify on_disconnect storage

* cleanup io state

* add io connector
2021-12-13 17:19:43 +06:00
Nikolay Kim
2188d92725
Refactor ntex::time (#68)
* move time to util crate

* update changes
2021-12-10 18:20:16 +06:00
Nikolay Kim
42b8292ecd
Refactor bytes impl (#64)
* remove mut api for Bytes

* refactor Vec layout

* track allocations in memory pools

* integrate memory pools to framed

* add pool async readiness polling

* optimize readiness check

* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
Nikolay Kim
3bcd870565 better names for util functions 2021-04-11 11:57:57 +06:00
Nikolay Kim
7b0a74fc61 update tests 2021-04-04 01:24:44 +06:00
Nikolay Kim
91ee6762e7 move low level utils to separate crate 2021-04-04 01:20:18 +06:00