1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 20:57:43 +02:00
Commit Graph

166 Commits

Author SHA1 Message Date
d61b33928d chore: bump msrv to 1.74 2025-05-09 04:20:18 +01:00
ecba6e21da chore: fmt project 2024-12-29 14:27:58 +00:00
0e36c5f5c4 feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
f4139a0878 chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
850f6c0491 chore: allow unused trait in test 2024-02-19 12:32:06 +00:00
4a7f2c95af chore: remove dates from changelogs 2023-09-17 20:25:58 +01:00
0bc310a656 Rustls v0.21 support (#480) 2023-08-26 14:59:51 +01:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
c0693da9ba update msrv to 1.60 (#482
* update msrv to 1.60

* inherit workspace msrv
2023-04-01 21:39:19 +01:00
28f36e4e30 update unreleased sections date 2023-04-01 05:24:40 +01:00
fbb53f54ef format changelogs with prettier 2023-03-03 22:36:13 +00:00
8d964713c9 fix futures-util version range 2022-12-21 20:36:26 +00:00
2b83f08a40 Use old cargo-hack for 1.59.0 CI (#472)
* Use old cargo-hack for 1.57.0 CI

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Upgrade MSRV to 1.59.0

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-11-12 14:00:33 +00:00
d5a9a6a1c5 prepare actix-utils release 3.0.1 2022-10-21 03:15:48 +01:00
ade71b7bd3 address soundness footgun in poll_fn 2022-10-21 03:14:38 +01:00
66756bc448 update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
41ed48219d bump lower msrv to 1.49 2022-03-02 16:40:11 +00:00
621deba990 fix changelog bullet points 2021-12-18 02:49:23 +00:00
6a9f13c8b4 inline simple future functions 2021-12-18 02:18:01 +00:00
705b31230f fix impl assertion tests 2021-12-18 02:17:48 +00:00
90f205a465 standardize crate level lints 2021-12-08 06:09:46 +00:00
7e7df2f931 add timeout for accepting tls connections (#393)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-16 00:22:24 +00:00
38caa8f088 Fix server arbiter support (#417) 2021-11-14 19:45:15 +00:00
978e4f25fb prepare actix-utils release 3.0.0 (#342) 2021-04-17 02:00:36 +01:00
6d66cfb06a prepare utils release 3.0.0-beta.4 2021-04-01 13:57:08 +01:00
fb27ffc525 add future::Either type to utils (#305) 2021-04-01 13:53:44 +01:00
4eebdf4070 prepare actix-utils release 3.0.0-beta.3 2021-04-01 09:31:42 +01:00
8becb0db70 refactor crates for better api stability (#301) 2021-03-30 13:39:10 +01:00
746cc2ab89 prepare service release 2.0.0-beta.5 2021-03-15 23:09:34 +00:00
0a705b1023 add docs for *_ready macros 2021-03-10 02:23:24 +00:00
382830a37e refactor dispatcher / add Receiver::recv (#286) 2021-02-28 21:11:16 +00:00
7e483cc356 tweak task and stream docs 2021-02-20 17:34:04 +00:00
2cfe1d88ad Refactor LocalWaker for use Cell and remove deprecated methods (#278) 2021-02-19 17:12:30 +00:00
16ba77c4c8 prepare next set of betas (#273) 2021-02-06 19:24:52 +00:00
a77b70aed2 prepare service 2.0.0-beta.4 release (#269) 2021-02-04 20:44:13 +00:00
4ec358575e prepare actix-rt v2.0.0 release (#262) 2021-02-03 10:25:31 +00:00
66bd5bf4a2 prepare macros v0.2.0 release (#261) 2021-02-02 02:07:58 +00:00
cff9deb729 attribute nits 2021-01-26 09:45:43 +00:00
636cef8868 service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
874e5f2e50 change default name resolver and allow custom resolvers (#248) 2021-01-23 01:33:50 +00:00
6112a47529 update local deps 2021-01-09 15:19:16 +00:00
f751cf5acb use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
a09f9abfcb prepare utils release 3.0.0-beta.1 2020-12-28 03:32:28 +00:00
2ee8f45f5d update actix-codec and actix-utils to tokio 1.0 (#237) 2020-12-28 03:16:37 +00:00
8a58a341a4 service improvements (#233) 2020-12-27 14:15:42 +00:00
3ab8c3eb69 service trait takes request type parameter (#232) 2020-12-27 04:28:00 +00:00
43ce25cda1 Remove unused mods in actix-utils (#229) 2020-12-26 21:27:59 +00:00
02a902068f Refactor LocalWaker (#224) 2020-12-13 19:26:57 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00