Rob Ede
d5a9a6a1c5
prepare actix-utils release 3.0.1
2022-10-21 03:15:48 +01:00
Rob Ede
ade71b7bd3
address soundness footgun in poll_fn
2022-10-21 03:14:38 +01:00
Rob Ede
66756bc448
update all crates msrv to 1.57 ( #464 )
2022-07-23 00:51:12 +01:00
Rob Ede
41ed48219d
bump lower msrv to 1.49
2022-03-02 16:40:11 +00:00
Rob Ede
621deba990
fix changelog bullet points
2021-12-18 02:49:23 +00:00
Rob Ede
6a9f13c8b4
inline simple future functions
2021-12-18 02:18:01 +00:00
Rob Ede
705b31230f
fix impl assertion tests
2021-12-18 02:17:48 +00:00
Rob Ede
90f205a465
standardize crate level lints
2021-12-08 06:09:46 +00:00
fakeshadow
7e7df2f931
add timeout for accepting tls connections ( #393 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-16 00:22:24 +00:00
Rob Ede
38caa8f088
Fix server arbiter support ( #417 )
2021-11-14 19:45:15 +00:00
Rob Ede
978e4f25fb
prepare actix-utils release 3.0.0 ( #342 )
2021-04-17 02:00:36 +01:00
Rob Ede
6d66cfb06a
prepare utils release 3.0.0-beta.4
2021-04-01 13:57:08 +01:00
Rob Ede
fb27ffc525
add future::Either type to utils ( #305 )
2021-04-01 13:53:44 +01:00
Rob Ede
4eebdf4070
prepare actix-utils release 3.0.0-beta.3
2021-04-01 09:31:42 +01:00
Rob Ede
8becb0db70
refactor crates for better api stability ( #301 )
2021-03-30 13:39:10 +01:00
Rob Ede
746cc2ab89
prepare service release 2.0.0-beta.5
2021-03-15 23:09:34 +00:00
Rob Ede
0a705b1023
add docs for *_ready macros
2021-03-10 02:23:24 +00:00
Rob Ede
382830a37e
refactor dispatcher / add Receiver::recv ( #286 )
2021-02-28 21:11:16 +00:00
Rob Ede
7e483cc356
tweak task and stream docs
2021-02-20 17:34:04 +00:00
Juan Aguilar
2cfe1d88ad
Refactor LocalWaker for use Cell and remove deprecated methods ( #278 )
2021-02-19 17:12:30 +00:00
Rob Ede
16ba77c4c8
prepare next set of betas ( #273 )
2021-02-06 19:24:52 +00:00
Rob Ede
a77b70aed2
prepare service 2.0.0-beta.4 release ( #269 )
2021-02-04 20:44:13 +00:00
Rob Ede
4ec358575e
prepare actix-rt v2.0.0 release ( #262 )
2021-02-03 10:25:31 +00:00
Rob Ede
66bd5bf4a2
prepare macros v0.2.0 release ( #261 )
2021-02-02 02:07:58 +00:00
Rob Ede
cff9deb729
attribute nits
2021-01-26 09:45:43 +00:00
fakeshadow
636cef8868
service trait takes shared self reference ( #247 )
2021-01-23 03:06:22 +00:00
fakeshadow
874e5f2e50
change default name resolver and allow custom resolvers ( #248 )
2021-01-23 01:33:50 +00:00
Rob Ede
6112a47529
update local deps
2021-01-09 15:19:16 +00:00
Rob Ede
f751cf5acb
use convert err on forward_ready! ( #246 )
2021-01-09 14:13:16 +00:00
Rob Ede
5285656bdc
prepare next beta releases
2021-01-03 04:39:37 +00:00
Rob Ede
a09f9abfcb
prepare utils release 3.0.0-beta.1
2020-12-28 03:32:28 +00:00
fakeshadow
2ee8f45f5d
update actix-codec and actix-utils to tokio 1.0 ( #237 )
2020-12-28 03:16:37 +00:00
Rob Ede
8a58a341a4
service improvements ( #233 )
2020-12-27 14:15:42 +00:00
Rob Ede
3ab8c3eb69
service trait takes request type parameter ( #232 )
2020-12-27 04:28:00 +00:00
fakeshadow
43ce25cda1
Remove unused mods in actix-utils ( #229 )
2020-12-26 21:27:59 +00:00
Juan Aguilar
02a902068f
Refactor LocalWaker ( #224 )
2020-12-13 19:26:57 +00:00
Rob Ede
4e43216b99
standardise compiler lints across all crates ( #226 )
2020-12-12 23:24:00 +00:00
ghizzo01
704af672b9
Bump pin-project to 1.0 ( #202 )
2020-10-25 19:42:40 +09:00
Rob Ede
d28687d0d7
promote codec/utils out of beta ( #184 )
2020-08-24 09:18:37 +01:00
Rob Ede
27c6be9881
remove unused type parameter from Framed::replace_codec ( #183 )
2020-08-20 00:30:26 +01:00
Rob Ede
119dc39f5b
prepare codec and utils betas ( #182 )
2020-08-19 11:00:12 +01:00
Rob Ede
b3010c13e0
solve framed integration with actix-http ( #179 )
2020-08-18 23:27:37 +01:00
Rob Ede
fb098536ee
bump MSRV to 1.42 ( #180 )
2020-08-17 15:37:57 +01:00
Yuki Okushi
0dca1a705a
actix-utils: Remove unsound custom Cell as well ( #161 )
2020-07-22 01:14:32 +01:00
Rob Ede
334c98575a
Upgrade tokio utils to 0.3 ( #138 )
2020-07-20 05:44:26 +09:00
Yuki Okushi
10b4c30a06
Use OR
instead of deprecated /
in license field ( #155 )
2020-07-14 11:11:30 +01:00
Taiki Endo
9528df4486
Remove uses of pin_project::project attribute
...
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
Yuki Okushi
e6b6f08369
actix-utils: Minimize futures-*
dependencies
2020-03-12 07:13:32 +09:00
Aaron Hill
c41b5d8dd4
Replace calls to Pin::new_unchecked
with pin_project
.
...
This is a breaking change, as it changes some public methods to take
`Pin<&mut Self>` rather than `&mut self`.
This brings these methods into line with `Stream::poll_next`, which also
takes a `Pin<&mut Self>`
2020-03-04 12:08:52 -05:00
Yuki Okushi
d5a6c83207
Suppress/fix clippy warnings
2020-01-29 12:05:55 +09:00