1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00
Commit Graph

147 Commits

Author SHA1 Message Date
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
Nikolay Kim
3551d6674d Add Clone impl for condition::Waiter 2020-01-08 11:18:56 +06:00
Nikolay Kim
9f00daea80 add Condition and Pool 2020-01-08 10:59:27 +06:00
Nikolay Kim
05549f0b42 Add methods to check LocalWaker registration state 2019-12-20 09:13:11 +06:00
Nikolay Kim
33fd6adc11 better InOrder test 2019-12-12 06:56:45 +06:00
Nikolay Kim
4305cdba2c Revert InOrder service changes 2019-12-11 23:10:02 +06:00
Nikolay Kim
52ecb4bcc5 Add oneshot::Sender::is_canceled() method 2019-12-11 20:52:57 +06:00