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

854 Commits

Author SHA1 Message Date
a2e03700e7 update rt changelog rt-v2.0.0-beta.2 2021-01-09 15:16:31 +00:00
6edf9b8278 prepare rt 2.0.0-beta.2 release 2021-01-09 15:12:59 +00:00
f07d807707 remove actix-threadpool crate 2021-01-09 15:04:55 +00:00
d4c46b7da9 fix macros code macros-v0.2.0-beta.1 2021-01-09 14:58:15 +00:00
b0a8f8411b prepare macros 0.2.0-beta.1 release 2021-01-09 14:56:07 +00:00
46bfe5de36 prepare service 2.0.0-beta.3 release service-v2.0.0-beta.3 2021-01-09 14:28:33 +00:00
a95afe2800 prepare router release 0.2.6 router-v0.2.6 2021-01-09 14:18:20 +00:00
f751cf5acb use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
a1982bdbad add actix-rt::task (#245) 2021-01-03 18:16:57 +00:00
147c4f4f2c test bytestring with ahash 2021-01-03 04:42:08 +00:00
5285656bdc prepare next beta releases server-v2.0.0-beta.2 tls-v3.0.0-beta.2 service-v2.0.0-beta.2 2021-01-03 04:39:37 +00:00
296294061f update readme 2020-12-31 02:52:55 +00:00
93865de848 move router to actix-router bytestring-v1.0.0 2020-12-31 02:29:27 +00:00
6bcf6d8160 use bytestring crate name as dir name 2020-12-31 02:21:50 +00:00
14ff379150 prepare bytestring release 1.0.0 (#243) 2020-12-31 02:20:49 +00:00
647817ef14 tokio 1.0 and mio 0.7 (#204) 2020-12-30 22:11:50 +00:00
b5eefb4d42 merge actix-testing into actix-server (#242) 2020-12-29 21:20:24 +00:00
03eb96d6d4 fix actix-tls tests (#241) 2020-12-29 11:36:17 +00:00
0934078947 prepare tls beta release tls-v3.0.0-beta.1 2020-12-29 01:04:21 +00:00
5759c9e144 merge -connect and -tls and upgrade to rt v2 (#238) 2020-12-29 00:38:41 +00:00
3c6de3a81b use correct service version for tracing 2020-12-29 00:08:59 +00:00
ef83647ac9 prepare testing beta release testing-v2.0.0-beta.1 server-v2.0.0-beta.1 2020-12-28 23:54:21 +00:00
98a17081b8 prepare server beta release 2020-12-28 23:50:00 +00:00
b7202db8fd update actix-server and actix-testing to tokio 1.0 (#239) 2020-12-28 23:44:53 +00:00
a09f9abfcb prepare utils release 3.0.0-beta.1 utils-v3.0.0-beta.1 codec-v0.4.0-beta.1 2020-12-28 03:32:28 +00:00
e4a44b77e6 prepare codec release 0.4.0-beta.1 2020-12-28 03:24:43 +00:00
2ee8f45f5d update actix-codec and actix-utils to tokio 1.0 (#237) 2020-12-28 03:16:37 +00:00
f48e3f4cb0 prepare release for rt and service rt-v2.0.0-beta.1 service-v2.0.0-beta.1 2020-12-28 01:58:31 +00:00
3d3bd60368 fix rt override 2020-12-28 01:53:11 +00:00
d684128831 fix rt override 2020-12-28 01:48:19 +00:00
0c12930796 update to tokio 1.0 for actix-rt (#236) 2020-12-28 01:40:22 +00:00
ba44ea7d0b remove futures-util from service deps (#235) 2020-12-27 18:24:57 +00:00
8a58a341a4 service improvements (#233) 2020-12-27 14:15:42 +00:00
33c9aa6988 bump msrv to 1.46 2020-12-27 04:36:08 +00:00
3ab8c3eb69 service trait takes request type parameter (#232) 2020-12-27 04:28:00 +00:00
518bf3f6a6 remove RUNNING Q PENDING thread locals from actix-rt (#207) 2020-12-26 23:26:02 +00:00
43ce25cda1 Remove unused mods in actix-utils (#229) 2020-12-26 21:27:59 +00:00
4e4122b702 Disable PR comment from codecov 2020-12-17 21:42:21 +09:00
b296d0f254 Intradoc links conversion (#227)
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
02a902068f Refactor LocalWaker (#224) 2020-12-13 19:26:57 +00:00
049795662f remove ServerMessage type. remove one unused InternalServiceFactory impl (#225) 2020-12-13 00:46:32 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
93889776c4 prevent double registration of sockets when backpressure is resolved (#223) 2020-12-12 17:19:20 +00:00
ab496a71b5 Fix release date macros-v0.1.3 2020-12-03 08:59:59 +09:00
76d956e25c macros: Add actix-reexport feature (#218) 2020-12-03 08:59:13 +09:00
89e56cf661 Notify about paused accept loop (#215) 2020-11-29 15:30:13 +00:00
8aca8d4d07 fix clippy warnings (#214)
and make my spelling checker happy
2020-11-25 01:41:14 +00:00
e0dd2a3d76 remove actix-threadpool re-export from actix-rt (#212) 2020-11-24 17:03:09 +00:00
59e976aaca address clippy error (#213) 2020-11-24 16:35:47 +00:00
4cc1c87724 docs(transform): remove extra generic parameter (#211) 2020-11-20 22:45:57 +00:00