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

818 Commits

Author SHA1 Message Date
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
7632f51509 prepare connect v2 stable release (#185) connect-v2.0.0 2020-09-02 22:14:07 +01:00
d28687d0d7 promote codec/utils out of beta (#184) codec-v0.3.0 utils-v2.0.0 2020-08-24 09:18:37 +01:00
27c6be9881 remove unused type parameter from Framed::replace_codec (#183) codec-v0.3.0-beta.2 2020-08-20 00:30:26 +01:00
119dc39f5b prepare codec and utils betas (#182) codec-0.3.0-beta.1 codec-v0.3.0-beta.1 utils-v2.0.0-beta.1 2020-08-19 11:00:12 +01:00
b3010c13e0 solve framed integration with actix-http (#179) 2020-08-18 23:27:37 +01:00
fecdfcd8d4 assert workers greater than zero (#167) 2020-08-18 16:44:22 +01:00
578a560853 connect,tls: Bump up to next alpha versions (#181) connect-v2.0.0-alpha.4 tls-v2.0.0-alpha.2 2020-08-17 15:39:17 +01:00
fb098536ee bump MSRV to 1.42 (#180) 2020-08-17 15:37:57 +01:00
5d28be9ad6 fix actix-service readme reference (#176) 2020-08-11 12:20:09 +01:00
a5a6b6704c prepare actix-service 1.0.6 release (#175) service-v1.0.6 2020-08-09 16:10:58 +01:00
afb0a3c9fc actix-service: Fix clippy warning in benches (#174) 2020-08-07 17:16:45 +09:00
02aaa75591 fix actix-service doc error (#172) 2020-08-06 11:21:51 +01:00
ed4b708c66 Fix CI on MSRV check (#171) 2020-08-05 09:02:41 +09:00
235a76dcd4 GHA: Switch action to the official setup-msys2 (#169) 2020-07-29 08:47:32 +09:00
0c5f1da625 Remove garbled doc comment for actix_router::IntoPattern::is_single (#168) 2020-07-29 05:46:53 +09:00
8ace9264b7 Check code style with rustfmt on CI (#164) 2020-07-22 12:32:13 +09:00
0dca1a705a actix-utils: Remove unsound custom Cell as well (#161) 2020-07-22 01:14:32 +01:00
5d6d309e66 Simplify bcodec decode (#162) 2020-07-20 23:09:24 +09:00
8d0bd7ce1c Improve bcodec encode performance (#157) 2020-07-19 22:36:51 +01:00
a67e38b4a0 Remove unsound custom Cell (#158) 2020-07-20 06:05:36 +09:00
334c98575a Upgrade tokio utils to 0.3 (#138) 2020-07-20 05:44:26 +09:00
a9b5a7b070 Create PULL_REQUEST_TEMPLATE.md (#159) 2020-07-20 03:01:09 +09:00
61176f6410 Update rustls-related dependencies (#154) threadpool-v0.3.3 2020-07-14 11:14:06 +01:00
10b4c30a06 Use OR instead of deprecated / in license field (#155) 2020-07-14 11:11:30 +01:00