Commit graph

115 commits

Author SHA1 Message Date
Nikolay Kim
12afaa00ea
Refactor uring feature (#518) 2025-03-12 15:12:28 +05:00
Nikolay Kim
5b11a3e30e
Clippy fixes (#503) 2025-01-15 18:27:00 +05:00
Nikolay Kim
4d4ab811bd
Retry middleware (#502) 2025-01-15 17:13:50 +05:00
Nikolay Kim
451f546a13
Future on-drop helper (#501) 2025-01-15 16:06:03 +05:00
Nikolay Kim
71ba4d28a3
Add EitherService/EitherServiceFactory (#500) 2025-01-15 15:59:26 +05:00
Nikolay Kim
e33149df1b
Added Service::poll() method (#481) 2024-12-04 13:33:20 +05:00
Nikolay Kim
80d20e4371
Add time::Sleep::elapse() method (#480) 2024-12-03 18:52:55 +05:00
Nikolay Kim
badf2a8cf8
Prep release (#470) 2024-11-23 22:18:12 -08:00
Nikolay Kim
3e564e68c9 Remove debug prints 2024-11-19 13:47:20 -08:00
Nikolay Kim
98646dee57
Use Cell instead of RefCell for timer (#467) 2024-11-19 13:32:07 -08:00
Nikolay Kim
5f6600c814
Update Service trait and use unified Counter (#455) 2024-11-04 12:49:18 +05:00
Nikolay Kim
c303d02f89
Update buffer service (#452) 2024-11-03 13:39:11 +05:00
Nikolay Kim
a30147120d
Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
Nikolay Kim
8288fc0364
Use updated Service trait (#450) 2024-11-02 17:44:35 +05:00
Nikolay Kim
0d6f348fc2
Remove must_use from condition::Waiter (#430) 2024-09-26 16:47:39 +05:00
Nikolay Kim
d061a1acf2
Cleanup (#402) 2024-08-26 19:06:21 +05:00
Nikolay Kim
9b24698087
Remove mpsc::Sender::downgrade() (#397) 2024-08-19 16:30:58 +05:00
Nikolay Kim
7445f7b45a
Allow to send clonable value via Condition (#396) 2024-08-19 15:02:13 +05:00
Nikolay Kim
d81e089059
Add LocalWaker::with() helper (#387) 2024-07-30 12:40:51 +02:00
Nikolay Kim
d39611d246
Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
Nikolay Kim
e3dd4b3908
Add task::yield_to() helper (#375) 2024-06-26 16:12:27 +05:00
Nikolay Kim
e0b5284fdd
More tests (#368) 2024-05-29 20:30:14 +05:00
Nikolay Kim
3b49828e5f
Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
Nikolay Kim
c52db3fd10
Re-enable BufferService (#365) 2024-05-28 18:12:24 +05:00
Nikolay Kim
b04bdf41f6
Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
msga-mmm
d8f55decb0
test: improve test coverage (#358)
* test(ntex-util): incrase time module coverage

* test(middleware): increase coverage in defaultheaders

* test(middleware/compress): improve test coverage
2024-05-13 13:41:26 +05:00
msga-mmm
33c8900172
test: improve coverage in client builder and time types (#357) 2024-05-10 09:25:13 +02:00
Nikolay Kim
316f9083d1
Change Extensions::insert() method according doc #345 (#347) 2024-04-29 15:11:04 +05:00
Nikolay Kim
d393d87164
Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
Nikolay Kim
661c5ea1fa Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
Nikolay Kim
a8447b1f6d
Update deps (#296) 2024-02-07 06:01:17 -06:00
Nikolay Kim
cad678d3d0
Refactor h1 dispatcher (#294)
* Define encoder/decoder errors
* Add http1/ control service, replaces expect, upgrade services
* Expose http/2 control service
2024-02-07 05:48:25 -06:00
Nikolay Kim
bf0b53c630
Allow to lock readiness for Condition (#286) 2024-01-19 17:04:04 +06:00
Nikolay Kim
e8c175a17f
More tests (#285) 2024-01-19 16:05:07 +06:00
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