Nikolay Kim
e30d5c0fa5
Prep ntex release
2024-01-09 22:25:07 +06:00
Nikolay Kim
c864b10e62
Prepare release
2024-01-09 20:17:07 +06:00
Nikolay Kim
48eb1c5e54
Update license
2024-01-08 21:32:26 +06:00
Nikolay Kim
174b5d86f0
Refactor filter factories ( #278 )
2024-01-08 15:22:38 +06:00
Nikolay Kim
412944e973
Prepare release
2024-01-07 20:26:26 +06:00
Nikolay Kim
4950eb4167
Migrate ntex to async fn in trait
2024-01-07 19:26:44 +06:00
Nikolay Kim
9119f997fd
Migrate ntex-util to async fn in trait
2024-01-07 11:33:43 +06:00
Nikolay Kim
20e27b3f39
Prep release
2023-11-06 16:39:56 +06:00
tt rt
bf7e5f7174
Add UnwindSafe trait on Receiver<T> ( #239 )
2023-11-06 16:38:45 +06:00
Nikolay Kim
e4c58fa363
Prep release
2023-11-02 16:14:43 +06:00
tt rt
5c17aa1f99
Add FusedStream trait on Receiver<T> ( #235 )
2023-11-02 10:22:45 +01:00
msga-mmm
9bb4a60ad4
test: improve coverage ( #231 )
...
* feat(ntex-glommio): remove unused mut
* test(ntex-io): check Debug implementation for FilterServiceFactory
* chore: format code
* feat(ntex-util): check Debug and poll_ready for KeepAlive
* test(ntex-util): wait a bit until the poll is ready
* test(ntex-bytes): assert error for implementation try_from for BytesVec
* feat(ntex-tokio): remove unused mut
* feat(ntex-tls): use add_trust_anchors instead of add_server_trust_anchors
* chore: format code
* feat(ntex-util): check readiness after sleeping but before expiring
* feat(ntex-util): remove unnecessary assertion
2023-10-17 19:14:40 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps ( #228 )
...
* Update bitflags crate
* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls ( #224 )
...
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
19cc8ab315
Clippy
2023-09-05 15:49:49 +06:00
Will Brown
eea5b3b539
Synchronized buffer ( #216 )
...
* added a new function to servicecall to allow only advancing to the service call and then returning the service response future
* buffer can maintain order/backpressure by implementing strict readiness and synchronous calling
* buffer can flush in order or cancel pending buffered futures on shutdown
2023-06-26 09:19:56 +06:00
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