Commit graph

115 commits

Author SHA1 Message Date
Nikolay Kim
1fd6311a5d Update changes 2023-06-22 18:43:25 +06:00
Nikolay Kim
6382ef6b40
Refactor service pipelines (#214) 2023-06-22 18:39:09 +06:00
Nikolay Kim
108e2ac20a Rename Ctx to ServiceCtx 2023-06-19 18:47:15 +06:00
Nikolay Kim
1b199712a9 Update versions 2023-06-16 20:32:52 +06:00
Nikolay Kim
4650a41648 Update changes 2023-06-16 00:16:14 +06:00
Nikolay Kim
7960b550c9 Migrate to ntex-service 1.2 (#209)
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Nikolay Kim
a35535da32
Refactor timer driver (#207)
* Refactor timer driver
2023-06-04 11:20:14 +06:00
Nikolay Kim
adb74edf01
Fix borrow mut panic #204 (#205)
* Fix borrow mut panic #204
2023-05-30 19:38:58 +06:00
Nikolay Kim
77ec745ed5
Add OneRequest service (#199)
* Add OneRequest service, service that allows to handle one request at time
2023-04-21 11:18:36 -07:00
Nikolay Kim
44ff6a8ee6
Remove Rc<S> where S: Service as it brakes readiness check validity (#198)
* Add SharedService, a service that can be checked for readiness by multiple tasks
2023-04-14 09:48:27 -07:00
Nikolay Kim
29e04cf478
Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
Nikolay Kim
fc7553b8bc
Improve tests coverage (#161)
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
15019a2a43
More tests (#159)
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
f47e830cfb
Improve tests (#158)
* Improve tests
2023-01-06 17:08:24 +01:00
Nikolay Kim
f44cad4512 Prepare release 2023-01-04 12:19:52 +01:00
Nikolay Kim
a54f6f7ac2 Prepare release 2022-12-28 13:02:24 +01:00
Nikolay Kim
67eb653ef2 Prepare ntex-service release 2022-12-28 09:45:41 +01:00
Nikolay Kim
b416386bae Update versions 2022-12-28 09:36:16 +01:00
Nikolay Kim
537d8dc18d
Use GAT (#153)
* Rename Transform to Middleware

* Drop FnService's shutdown helper

* refactor Service trait to use GAT

* Migrate ntex to new service

* move Stack to service

* use BoxFuture

* simplify poll_shitdown method
2022-12-26 19:58:38 +01:00
Nikolay Kim
0217a2e835 Add BoxFuture helper type alias 2022-12-13 11:03:33 +01:00
Nikolay Kim
d947f7f08c Add Extensions::extend() and Extensions::is_empty() methods 2022-11-25 16:44:51 +01:00
Nikolay Kim
60d7646ba4 Clippy 2022-11-10 00:39:31 +01: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