fakeshadow
|
bb27bac216
|
Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-03-27 00:20:17 +00:00 |
|
Rob Ede
|
746cc2ab89
|
prepare service release 2.0.0-beta.5
|
2021-03-15 23:09:34 +00:00 |
|
Rob Ede
|
91ea8c5dad
|
remove service dev module and add transformext trait
also improve docs on transform and boxed mods
|
2021-03-10 03:18:09 +00:00 |
|
Rob Ede
|
0a705b1023
|
add docs for *_ready macros
|
2021-03-10 02:23:24 +00:00 |
|
fakeshadow
|
9e2bcec226
|
add RcService type and rc_service construct function (#290)
|
2021-02-28 23:01:05 +00:00 |
|
fakeshadow
|
493a1a32c0
|
rc service changelog (#289)
|
2021-02-28 19:54:57 +00:00 |
|
fakeshadow
|
50a195e9ce
|
add impl Service for Rc<S: Service> (#288)
|
2021-02-28 19:42:11 +00:00 |
|
Rob Ede
|
841c611233
|
doc nits
|
2021-02-24 01:39:02 +00:00 |
|
Rob Ede
|
a77b70aed2
|
prepare service 2.0.0-beta.4 release (#269)
|
2021-02-04 20:44:13 +00:00 |
|
Rob Ede
|
4a8693d000
|
readme grammar
|
2021-02-03 11:18:35 +00:00 |
|
Rob Ede
|
4ec358575e
|
prepare actix-rt v2.0.0 release (#262)
|
2021-02-03 10:25:31 +00:00 |
|
Rob Ede
|
66bd5bf4a2
|
prepare macros v0.2.0 release (#261)
|
2021-02-02 02:07:58 +00:00 |
|
Rob Ede
|
eaefe21b98
|
add tests for custom resolver
|
2021-01-26 08:05:19 +00:00 |
|
fakeshadow
|
636cef8868
|
service trait takes shared self reference (#247)
|
2021-01-23 03:06:22 +00:00 |
|
Rob Ede
|
6112a47529
|
update local deps
|
2021-01-09 15:19:16 +00:00 |
|
Rob Ede
|
46bfe5de36
|
prepare service 2.0.0-beta.3 release
|
2021-01-09 14:28:33 +00:00 |
|
Rob Ede
|
f751cf5acb
|
use convert err on forward_ready! (#246)
|
2021-01-09 14:13:16 +00:00 |
|
Rob Ede
|
5285656bdc
|
prepare next beta releases
|
2021-01-03 04:39:37 +00:00 |
|
fakeshadow
|
b5eefb4d42
|
merge actix-testing into actix-server (#242)
|
2020-12-29 21:20:24 +00:00 |
|
Rob Ede
|
f48e3f4cb0
|
prepare release for rt and service
|
2020-12-28 01:58:31 +00:00 |
|
Rob Ede
|
ba44ea7d0b
|
remove futures-util from service deps (#235)
|
2020-12-27 18:24:57 +00:00 |
|
Rob Ede
|
8a58a341a4
|
service improvements (#233)
|
2020-12-27 14:15:42 +00:00 |
|
Rob Ede
|
3ab8c3eb69
|
service trait takes request type parameter (#232)
|
2020-12-27 04:28:00 +00:00 |
|
Aravinth Manivannan
|
b296d0f254
|
Intradoc links conversion (#227)
* intra doc conversion
* rm trailing blank comment
|
2020-12-14 08:22:30 +00:00 |
|
Rob Ede
|
4e43216b99
|
standardise compiler lints across all crates (#226)
|
2020-12-12 23:24:00 +00:00 |
|
Zura Benashvili
|
4cc1c87724
|
docs(transform): remove extra generic parameter (#211)
|
2020-11-20 22:45:57 +00:00 |
|
ghizzo01
|
704af672b9
|
Bump pin-project to 1.0 (#202)
|
2020-10-25 19:42:40 +09:00 |
|
nujz
|
98a2197a09
|
fix doc error (#195)
|
2020-09-19 23:12:41 +09:00 |
|
Rob Ede
|
fb0aa02b3c
|
move and update server+tls examples (#190)
|
2020-09-13 10:12:07 +01:00 |
|
Igor Aleksanov
|
3e04b87311
|
actix-service: Fix broken link in readme (#189)
|
2020-09-12 15:08:03 +01:00 |
|
Rob Ede
|
5d28be9ad6
|
fix actix-service readme reference (#176)
|
2020-08-11 12:20:09 +01:00 |
|
Rob Ede
|
a5a6b6704c
|
prepare actix-service 1.0.6 release (#175)
|
2020-08-09 16:10:58 +01:00 |
|
Igor Aleksanov
|
afb0a3c9fc
|
actix-service: Fix clippy warning in benches (#174)
|
2020-08-07 17:16:45 +09:00 |
|
Miloas
|
02aaa75591
|
fix actix-service doc error (#172)
|
2020-08-06 11:21:51 +01:00 |
|
Yuki Okushi
|
8ace9264b7
|
Check code style with rustfmt on CI (#164)
|
2020-07-22 12:32:13 +09:00 |
|
Sergey "Shnatsel" Davidoff
|
a67e38b4a0
|
Remove unsound custom Cell (#158)
|
2020-07-20 06:05:36 +09:00 |
|
Yuki Okushi
|
10b4c30a06
|
Use OR instead of deprecated / in license field (#155)
|
2020-07-14 11:11:30 +01:00 |
|
Taiki Endo
|
9528df4486
|
Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
|
2020-06-06 06:42:45 +09:00 |
|
Maxim Vorobjov
|
4d37858fc6
|
Benchmarks for actix-service: focused around UnsafeCell usage (#98)
* add benchmark comparing unsafecell vs refcell
* fix syntax
* add benches for and_then implementation options
* repeat benches to stabilize
|
2020-02-26 16:45:23 +09:00 |
|
Yuki Okushi
|
e12bf9200b
|
Clean up metadata
|
2020-01-31 02:21:25 +09:00 |
|
Yuki Okushi
|
d5a6c83207
|
Suppress/fix clippy warnings
|
2020-01-29 12:05:55 +09:00 |
|
Nikolay Kim
|
dbfa13d6be
|
Fixed unsoundness in .and_then()/.then() service combinators
|
2020-01-16 16:58:11 -08:00 |
|
Nikolay Kim
|
3116db5168
|
revert 1.0.3 changes
|
2020-01-15 13:24:38 -08:00 |
|
Nikolay Kim
|
a751899aad
|
Fixed unsoundness in AndThenService impl #83
|
2020-01-15 11:40:15 -08:00 |
|
amosonn
|
4bbba803c1
|
Fix Service documentation (#85)
|
2020-01-12 07:44:01 +09:00 |
|
Nikolay Kim
|
7c5fa25b23
|
Add into_service helper function
|
2020-01-08 18:31:50 +06:00 |
|
Nikolay Kim
|
b599bc4a0c
|
map_config() and unit_config() accepts IntoServiceFactory type
|
2019-12-22 16:30:49 +04:00 |
|
Nikolay Kim
|
2e5e69c9ba
|
Simplify oneshot and mpsc implementations
|
2019-12-11 11:28:09 +06:00 |
|
Nikolay Kim
|
c094f84b85
|
prepare actix-service release
|
2019-12-11 10:29:34 +06:00 |
|
Nikolay Kim
|
bf734a31dc
|
update docs
|
2019-12-10 21:34:51 +06:00 |
|