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

194 Commits

Author SHA1 Message Date
69041c4f6c build: rework justfile toolchain input 2025-05-09 04:29:52 +01:00
d61b33928d chore: bump msrv to 1.74 2025-05-09 04:20:18 +01:00
70f0008f42 chore(actix-service): prepare release 2.0.3 2025-03-09 17:36:45 +00:00
12df4d7027 Remove need for paste (#649)
Co-authored-by: Dylan Anthony <dbanty@users.noreply.github.com>
2025-03-09 16:53:48 +00: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
fad1fda194 Fix fist to first (#598)
Co-authored-by: yinqilei <yinqilei_ug@126.com>
2024-09-05 01:55:49 +01:00
b1cbacc7f6 fix actix-service/src/ext.rs 'fist' to 'first' (#596)
Co-authored-by: yinqilei <yinqilei_ug@126.com>
2024-09-03 05:15:24 +01:00
ead0e2b200 chore: fix nightly warnings 2024-07-20 18:57:00 +01:00
f4139a0878 chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
0f71fd5a7a chore: remove redundant imports 2024-02-19 12:19:08 +00:00
17409cd203 docs: add bytestring readme 2023-09-17 20:33:36 +01:00
4a7f2c95af chore: remove dates from changelogs 2023-09-17 20:25:58 +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
428914e65e remove fakeshadow from author lists (#468) 2022-10-25 16:34:36 +01:00
d5a9a6a1c5 prepare actix-utils release 3.0.1 2022-10-21 03:15:48 +01:00
25209f5bd8 use impl-more in -tls 2022-10-17 04:14:09 +01:00
66756bc448 update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
dc67ba770d fmt with import grouping 2022-04-10 02:48:53 +01:00
41ed48219d bump lower msrv to 1.49 2022-03-02 16:40:11 +00:00
941f67dec9 s/e/err 2022-01-28 22:10:06 +00:00
a4681831a7 fix changelogs 2021-12-18 03:35:18 +00:00
5d2da0fdc7 prepare actix-service release 2.0.2 2021-12-18 03:26:59 +00:00
621deba990 fix changelog bullet points 2021-12-18 02:49:23 +00:00
90f205a465 standardize crate level lints 2021-12-08 06:09:46 +00:00
62ffe5f389 fix auto-traits for service types (#397) 2021-12-04 22:30:04 +00:00
8891c2681e address unused warning 2021-11-21 23:42:51 +00:00
38caa8f088 Fix server arbiter support (#417) 2021-11-14 19:45:15 +00:00
581e599209 rename Server => ServerHandler (#407) 2021-11-01 23:36:51 +00:00
ca77d8d835 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
b03fe7c5b6 prepare actix-service release v2.0.1 2021-10-11 04:20:37 +01:00
80a362712f Fix Service<u8> request documentation (#388) 2021-09-26 01:30:11 +01:00
a83dfaa162 Update macros.rs
closes #234
2021-07-17 20:54:53 +01:00
54b22f9fce Docs: Fix signature of Service::call (#358) 2021-06-02 21:10:36 +01:00
978e4f25fb prepare actix-utils release 3.0.0 (#342) 2021-04-17 02:00:36 +01:00
1c4e965366 prepare service release 2.0.0 (#339) 2021-04-16 15:18:53 +01:00
7749dfe46a address msrv todo in router 2021-04-16 02:06:11 +01:00
47fba25d67 remove pipeline from public api (#335) 2021-04-16 00:00:02 +01:00
7a82288066 docs tweak 2021-04-15 21:58:18 +01:00
4e6d88d143 improve boxed service docs 2021-04-15 20:43:02 +01:00
ef206f40fb update ignored service docs to new traits 2021-04-15 20:13:27 +01:00
8becb0db70 refactor crates for better api stability (#301) 2021-03-30 13:39:10 +01:00
bb27bac216 Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
746cc2ab89 prepare service release 2.0.0-beta.5 2021-03-15 23:09:34 +00:00
91ea8c5dad remove service dev module and add transformext trait
also improve docs on transform and boxed mods
2021-03-10 03:18:09 +00:00