Commit graph

4701 commits

Author SHA1 Message Date
Nikolay Kim
d6feeec933
Fix signals support #324 2024-03-30 09:03:36 +01:00
Nikolay Kim
f8d03f1c8e
Fix glommio compat feature #327 2024-03-30 08:48:03 +01:00
Nikolay Kim
baca449ba4
Add Connect::map_addr() helper method (#326) 2024-03-29 21:48:11 +01:00
Nikolay Kim
18d3516343
Fix windows signals support (#325) 2024-03-29 20:56:19 +01:00
Nikolay Kim
0e21f46210
Feature gate brotli2 encoder (#321) 2024-03-28 10:56:36 +01:00
Sergey Vilgelm
d3499feb80
Move the websocket code to a separate ws feature (#320) 2024-03-28 10:00:43 +01:00
Nikolay Kim
4ed6712ac4
Add signals support (#316) 2024-03-25 12:10:57 +01:00
Nikolay Kim
20a53c3fd1
Server::build() method (#315) 2024-03-24 16:15:42 +01:00
Nikolay Kim
baabcff4a6
Refactor ntex-connect (#314) 2024-03-24 15:33:08 +01:00
Andrey Voronkov
5414e2096a
Update rustls to 0.23.x (#311)
* ntex-tls: update rustls

* ntex-connect: update rustls to 0.23.x

* ntex: update rustls to 0.23.x

---------

Co-authored-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-03-24 07:24:29 +01:00
Nikolay Kim
b71cad76bf
Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
Nikolay Kim
d393d87164
Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
Nikolay Kim
ca16e4a5e4
Prep release (#309) 2024-03-12 19:38:37 +06:00
Nikolay Kim
0786d3302d Fix typo 2024-03-12 17:55:36 +05:00
Nikolay Kim
30ba29d18a Clippy (#308) 2024-03-12 17:53:28 +05:00
Nikolay Kim
5d4da464ac Update ntex-h2 dep 2024-03-12 17:53:28 +05:00
Nikolay Kim
3bd15f633f Fix h1 encoder error 2024-03-12 17:53:28 +05:00
Nikolay Kim
b15f393140 Make EncodeError Send + Sync (#306) 2024-03-12 17:53:28 +05:00
Nikolay Kim
661c5ea1fa Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
Nikolay Kim
68e158d877 Remove Control::Connection 2024-02-07 06:58:39 -06: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
b19cb340a7
Add fmt::Debug impl for PipelineCall (#295) 2024-02-07 04:29:35 -06:00
Nikolay Kim
46c3f2640e
Add IoBoxed::take() method (#292) 2024-02-05 18:54:33 +06:00
Nikolay Kim
dc4bbf02c8
Bytes checked api (#288) 2024-02-01 20:28:17 +06:00
Nikolay Kim
18680ea05b Revert changes to release shared_vec 2024-01-19 17:17:08 +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
5a04548e13 Update http dep 2024-01-16 20:04:25 +06:00
Nikolay Kim
d99178519e
Use const generics for helper traits (From, PartialEq, PartialOrd) (#284) 2024-01-16 19:18:17 +06:00
Nikolay Kim
f40608633e Miri error 2024-01-16 13:24:25 +06:00
Nikolay Kim
112c127eb9
Use async fn for Responder and Handler traits (#283) 2024-01-09 23:26:17 +06:00
Nikolay Kim
e30d5c0fa5 Prep ntex release 2024-01-09 22:25:07 +06:00
Nikolay Kim
db671bdb7f Prepare connect release 2024-01-09 21:56:05 +06:00
Nikolay Kim
16d5d1d3f4 Update changes 2024-01-09 21:12:43 +06:00
Nikolay Kim
587b248b57 Prepare io release 2024-01-09 21:10:26 +06:00
Nikolay Kim
c864b10e62 Prepare release 2024-01-09 20:17:07 +06:00
Nikolay Kim
5869141954
Various cleanups (#282) 2024-01-09 19:35:38 +06:00
Nikolay Kim
48eb1c5e54 Update license 2024-01-08 21:32:26 +06:00
Nikolay Kim
944e704ad2
Update cookie dep (#280) 2024-01-08 17:07:54 +06:00
Nikolay Kim
3f976ca71e
Refactor FromRequest trait, use async fn (#279) 2024-01-08 15:46:47 +06:00
Nikolay Kim
174b5d86f0
Refactor filter factories (#278) 2024-01-08 15:22:38 +06:00
Nikolay Kim
a13f677df8 Use crate release 2024-01-07 21:24:36 +06:00
Nikolay Kim
0ba753c967
Adjust min io timeout (#275) 2024-01-07 21:15:40 +06:00
Nikolay Kim
566339ee70
Merge pull request #277 from ntex-rs/async-fn-in-trait
Use  "async fn in trait" for Service definition
2024-01-07 20:43:45 +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
2e12cc6edf Migrate ntex-connect to async fn in trait 2024-01-07 11:39:57 +06:00
Nikolay Kim
60620d4587 Migrate ntex-io to async fn in trait 2024-01-07 11:34:29 +06:00
Nikolay Kim
9119f997fd Migrate ntex-util to async fn in trait 2024-01-07 11:33:43 +06:00