Commit Graph

31 Commits

Author SHA1 Message Date
Rob Ede 4e43216b99
standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
Rob Ede fb0aa02b3c
move and update server+tls examples (#190) 2020-09-13 10:12:07 +01:00
Rob Ede 681eeb497d
prepare server release 1.0.4 (#188) 2020-09-12 15:28:17 +01:00
Rob Ede 77b7826658
prepare tls v2 release (#186) 2020-09-08 18:00:07 +01:00
Rob Ede d28687d0d7
promote codec/utils out of beta (#184) 2020-08-24 09:18:37 +01:00
Rob Ede 27c6be9881
remove unused type parameter from Framed::replace_codec (#183) 2020-08-20 00:30:26 +01:00
Yuki Okushi 578a560853
connect,tls: Bump up to next alpha versions (#181) 2020-08-17 15:39:17 +01:00
Yuki Okushi 61176f6410
Update `rustls`-related dependencies (#154) 2020-07-14 11:14:06 +01:00
Yuki Okushi 10b4c30a06
Use `OR` instead of deprecated `/` in license field (#155) 2020-07-14 11:11:30 +01:00
Yuki Okushi 4e806b3e3f
actix-tls: Minimize `futures-*` dependencies 2020-03-12 07:13:31 +09:00
Yuki Okushi f7dac3feb4 Bump up to 2.0.0-alpha.1 2020-03-03 19:47:40 +09:00
Yuki Okushi b9567359fd actix-tls: Update `rustls` and `tokio-rustls` 2020-03-01 12:08:14 +09:00
Nikolay Kim 119027f822 fmt 2019-12-25 15:10:13 +04:00
Nikolay Kim ce4587df82 prepare actix-tls release 2019-12-11 14:53:58 +06:00
Nikolay Kim 9d84d14ef4 update deps 2019-12-11 14:47:30 +06:00
Nikolay Kim 60bfa1bfb1 prepare actix-server release 2019-12-11 14:43:26 +06:00
Nikolay Kim 2e5e69c9ba Simplify oneshot and mpsc implementations 2019-12-11 11:28:09 +06:00
Nikolay Kim e315cf2893 prep actix-rt release; update deps 2019-12-11 10:34:50 +06:00
Nikolay Kim 25012d290a update actix-codec dependencies 2019-12-11 10:23:01 +06:00
Nikolay Kim 7163e2c2a2 update doc strings 2019-12-10 21:14:06 +06:00
Nikolay Kim 1d810b4561 re-export AlpnError 2019-12-10 12:15:27 +06:00
Nikolay Kim cbdbc05dbd update tokio verion and prep alpha3 release 2019-12-07 09:57:43 +06:00
Nikolay Kim 88a60ffa66 reexport ssl types 2019-12-05 23:09:44 +06:00
Nikolay Kim cb2845cb26 fix dependencies 2019-12-05 20:58:28 +06:00
Nikolay Kim b18fbc98d5 move rustls and nativetls acceptor services to actix-tls 2019-12-05 20:52:37 +06:00
Nikolay Kim 3a858feaec migrate to tokio 0.2.2 2019-12-05 16:40:24 +06:00
Nikolay Kim 6f41b80cb4 optimize service combinators memory layout 2019-12-05 12:37:26 +06:00
Nikolay Kim 9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
Nikolay Kim 9ed35cca7a use owned value for service factory config 2019-12-02 21:27:48 +06:00
Nikolay Kim 3385682e09 remove server feature 2019-12-02 17:04:42 +06:00
Nikolay Kim 9fbe6a1f6d refactor server configuration and tls support 2019-12-02 11:30:27 +06:00