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

277 Commits

Author SHA1 Message Date
6ce8307060 remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
755b231e00 add MPTCP socket protocol (optional) (#466)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-07-17 04:10:36 +01:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
4cbe741230 use secure openssl version 2023-04-01 22:26:08 +01:00
80320a0325 use secure tokio version range 2023-04-01 22:24:10 +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
c6ebbcf21b clippy run on -tls 2023-04-01 05:24:00 +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
d7afd60606 workaround env-logger msrv 2022-12-21 21:17:21 +00:00
7e47bf4055 prepare actix-server release 2.2.0 2022-12-21 20:37:51 +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
00654aadc5 use direct tokio exports where possible 2022-10-30 20:25:13 +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
126ed4c2e3 normalize logs capital letter (#463)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-22 20:53:06 +01:00
635aebe887 actix-server: fix UNIX signal handling documentation (#455) 2022-05-03 13:37:18 +01:00
dc67ba770d fmt with import grouping 2022-04-10 02:48:53 +01:00
4b6a581ef3 prepare actix-server release 2.1.1 2022-03-09 01:08:35 +00:00
3e132d2bc6 update tokio-uring to 0.3 (#448) 2022-03-08 23:42:52 +00:00
c5d6174cec add tracing support 2022-03-08 22:13:55 +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
7804ed12eb block and wait for accept thread to exit. (#443)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-03-02 03:52:12 +00:00
217cbd2228 bump tokio-util to 0.7 (#446) 2022-02-15 01:47:27 +00:00
b8a7741524 fix bind_addr 2022-01-28 22:13:10 +00:00
941f67dec9 s/e/err 2022-01-28 22:10:06 +00:00
b7b7bd2cbf add actix-server readme 2022-01-19 16:14:06 +00:00
637625f9b7 prepare actix-server release 2.0.0 (#437) 2022-01-19 14:57:50 +00:00
b1d5d85e72 prepare actix-server release 2.0.0-rc.4 2022-01-12 14:40: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
3ba4eafde5 prepare actix-server release 2.0.0-rc.3 2021-12-31 08:09:28 +00:00
b552d847ed prepare actix-codec release 0.4.2 2021-12-31 08:08:14 +00:00
ae9afd4de7 prepare actix-server release 2.0.0-rc.2 2021-12-27 18:33:57 +00:00
01d2f18f68 simplify test server (#431) 2021-12-27 18:27:54 +00:00
9935883905 add file reader example 2021-12-26 22:32:35 +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
3a3d654cea use "physical" cpu cores as default worker count 2021-12-08 05:42:54 +00:00
ba901c70df prepare actix-server release 2.0.0-rc.1 2021-12-05 19:34:36 +00:00
4e0dd091f5 Server: run after await (#426)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-05 19:22:47 +00:00
8c4ec34cd4 Server: hide internal structure (#424) 2021-12-05 16:44:06 +00:00
44e4381879 add some internal server documentation 2021-11-28 00:35:34 +00:00
3597af5c45 prepare actix-rt release 2.5.0 2021-11-22 01:15:18 +00:00
8891c2681e address unused warning 2021-11-21 23:42:51 +00:00