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

1392 Commits

Author SHA1 Message Date
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
ca39917d2c Update CoC contact information 2020-10-31 12:08:06 +09:00
704af672b9 Bump pin-project to 1.0 (#202) 2020-10-25 19:42:40 +09:00
242bef269f delete ioframe removed package readme
closes #199
2020-09-22 12:29:07 +01:00
6c65e2a79f prepare router 0.2.5 release (#198) router-v0.2.5 2020-09-21 22:46:59 +01:00
e5ca271764 actix-router: fix from_hex error (#196) 2020-09-20 18:04:18 +01:00
98a2197a09 fix doc error (#195) 2020-09-19 23:12:41 +09:00
fb0aa02b3c move and update server+tls examples (#190) 2020-09-13 10:12:07 +01:00
681eeb497d prepare server release 1.0.4 (#188) server-v1.0.4 2020-09-12 15:28:17 +01:00
3e04b87311 actix-service: Fix broken link in readme (#189) 2020-09-12 15:08:03 +01:00
77b7826658 prepare tls v2 release (#186) tls-v2.0.0 2020-09-08 18:00:07 +01:00
b7a9cb7bb4 actix-rt: Make the process of running System in existing Runtime more clear (#173) 2020-09-06 11:01:24 +01:00
88d99ac89c Fix clippy errors. (#187) 2020-09-06 10:41:42 +01:00