1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 21:09:02 +02:00
Commit Graph

146 Commits

Author SHA1 Message Date
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
d13461b337 use secure tokio version range
see RUSTSEC-2023-0001

part of actix/actix-web#2962
2023-01-10 08:56:41 +00:00
dde38bbe06 remove unnecessary Pin in poll_recv calls (#475) 2023-01-02 13:36:46 +00:00
05e7be337e prepare actix-rt release 2.8.0 2022-12-21 20:37:04 +00:00
fe38312db0 asonix/tokio uring 04 (#473) 2022-12-21 11:45:31 +09: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
66756bc448 update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
4c1e581a54 add track_caller atrtibute to spawn calls (#454)
* add track_caller attribute to spawn calls

* fix ci
2022-04-25 21:05:48 +01:00
dc67ba770d fmt with import grouping 2022-04-10 02:48:53 +01:00
3e132d2bc6 update tokio-uring to 0.3 (#448) 2022-03-08 23:42:52 +00:00
77d4a69b2f update tokio-uring to 0.3 (#449) 2022-03-08 21:57:02 +00:00
41ed48219d bump lower msrv to 1.49 2022-03-02 16:40:11 +00:00
59b629c74b fix deps badge 2022-01-28 22:17:12 +00:00
941f67dec9 s/e/err 2022-01-28 22:10:06 +00:00
ed2c07b304 prepare actix-rt release 2.6.0 2022-01-12 14:40:06 +00:00
4fe7fec5ef update tokio-uring to 0.2.0 (#436) 2022-01-11 23:36:49 +00:00
5faa98f6d2 prepare actix-rt release 2.5.1 2021-12-31 08:09:10 +00:00
e92b5aaf31 expose with_tokio_rt (#430) 2021-12-27 16:00:26 +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
de5908bfe7 tls doc updates 2021-11-28 00:56:15 +00:00
3597af5c45 prepare actix-rt release 2.5.0 2021-11-22 01:15:18 +00:00
233c61ba08 remove dead code 2021-11-21 23:29:25 +00:00
ce8ec15eaa system: run and return exit code on stop (#411)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-15 18:49:02 +00:00
443a328fb4 prepare actix-server release 2.0.0-beta.9 2021-11-15 02:39:55 +00:00
03dae6a4a4 prepare actix-rt release 2.4.0 2021-11-05 00:51:34 +00:00
7d98247cb0 fix server worker name 2021-11-04 23:00:43 +00:00
5b537c7b10 actix-rt-less (#408) 2021-11-04 20:30:43 +00:00
a1d15f2e08 minimal support of System type with io-uring (#395) 2021-10-21 11:04:51 +01:00
47f278b17a fix test macro in presence of other imports named test (#399) 2021-10-19 16:13:13 +01:00
ca77d8d835 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
5c555a9408 prepare actix-rt release 2.3.0 2021-10-11 22:55:23 +01:00
9fa8d7fc5a avoid dependency on older tokios 2021-10-11 05:12:57 +01:00
6fed1c3e7d add support for io-uring (#374)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 02:58:11 +01:00
2b1edb95ea spawn should allow futures with non-unit outputs (#369)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-09-01 21:51:03 +01:00
a0fe2a9b2e clippy 2021-07-16 21:46:32 +01:00
13c18b8a51 Update CHANGES.md 2021-07-14 10:37:49 +01:00
3cf1c548fd prepare actix-rt release 2.2.0 2021-03-29 06:57:14 +01:00
12d3942b98 Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… (#297) 2021-03-26 13:03:03 +00:00
b7bfff2b32 add example of using multi-thread tokio runtime (#294)
* add example of using multi-thread tokio runtime

* Update multi_thread_system.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-24 04:56:13 -07:00
0c73f13c8b ActixStream readiness methods return Ready object (#293) 2021-03-23 05:50:48 +00:00
06ddad0051 prepare rt and tls releases (#287) 2021-02-25 11:50:24 +00:00
17f711a9d6 update changelog 2021-02-24 01:20:01 +08:00
c3be839a69 add local_addr binding to connector service 2021-02-24 01:13:17 +08:00
8d74cf387d standardize openssl based stream name 2021-02-20 18:04:05 +00:00
7e483cc356 tweak task and stream docs 2021-02-20 17:34:04 +00:00
75d7ae3139 add actix stream trait (#276) 2021-02-20 17:25:22 +00:00