Commit Graph

63 Commits

Author SHA1 Message Date
Nikolay Kim e7c2439543 prep release 2020-01-15 13:35:07 -08:00
Rajasekharan Vengalil aed5fecc8a Add support for tokio tracing for actix Service. (#86)
* Add support for tokio tracing for actix Service.

* Address comments

* Change trace's return type to ApplyTransform

* Remove redundant type args

* Remove reference to MakeSpan from docs
2020-01-15 11:43:52 -08:00
Nikolay Kim cbdbc05dbd update tokio verion and prep alpha3 release 2019-12-07 09:57:43 +06:00
Nikolay Kim 9fbe6a1f6d refactor server configuration and tls support 2019-12-02 11:30:27 +06:00
Nikolay Kim 4ceac79f2c add test and main macros 2019-11-25 21:49:11 +06:00
Nikolay Kim 35e32d8e55 prepare actix-testing release 2019-10-14 10:30:27 +06:00
Nikolay Kim a02ff17cb1 remove actix-tower from workspace 2019-09-25 10:11:17 +06:00
Nikolay Kim ca982b2467 update workspace deps for tests 2019-09-25 10:00:54 +06:00
Nikolay Kim c859d13e3b use actix-testing instead of test server 2019-09-25 09:51:28 +06:00
Nikolay Kim 8be5f773f4 add actix-testing crate 2019-09-17 16:04:20 +06:00
Neil Locketz 0baceb0e56 Fix typo in desc (#34) 2019-07-30 09:35:57 -07:00
Nikolay Kim 205cac82ce add custom framed dispatcher service 2019-06-26 15:19:40 +06:00
Nikolay Kim 837504c10f update deps 2019-05-12 08:40:42 -07:00
Nikolay Kim a2134035d6 prepare actix-service release 2019-05-12 07:53:26 -07:00
Nikolay Kim 5f8599faf1 merge master 2019-05-12 06:06:45 -07:00
Nikolay Kim f0776fca94 Use associated type for NewService config 2019-05-12 06:03:50 -07:00
Marcus Griep 508dce8bf1
Add compatibility crate for tower-service
Introduces a new crate `actix-tower`, which makes it easier to use
services built on the `tower-service` abstraction to be used with
`actix-service`.
2019-04-29 12:39:16 -04:00
Nikolay Kim 7c5afc09a6 move threadpool to separate crate 2019-03-28 03:56:52 -07:00
Nikolay Kim 8b0fe6f796 rename crate 2019-03-13 12:41:41 -07:00
Nikolay Kim 1f54ae9051 update deps 2019-03-09 14:23:08 -08:00
Nikolay Kim d2b96ff877 add ServerConfig to server services 2019-03-09 07:31:22 -08:00
Nikolay Kim a4d4770462 remove server config 2019-03-08 22:38:39 -08:00
Nikolay Kim 7db29544f9 add ServerConfig param for server service 2019-03-08 19:43:13 -08:00
Nikolay Kim ac0e8b9e53 re-enable examples 2019-03-06 23:33:35 -08:00
Nikolay Kim 4be025926c add InOrder service 2019-02-03 14:05:13 -08:00
Nikolay Kim d45fb9521f update deps 2019-02-01 20:11:30 -08:00
Nikolay Kim 442163690e prepare actix-utils release 2019-02-01 20:00:12 -08:00
Nikolay Kim d83bf95304 Use associated type instead of generic for Service definition 2019-02-01 19:53:13 -08:00
Nikolay Kim 3484007e4e add router crate 2019-01-05 13:20:32 -08:00
Nikolay Kim 7017bad4bb add test server 2019-01-01 22:59:52 -08:00
Nikolay Kim de66b5c776 fix examples 2018-12-11 08:20:19 -08:00
Nikolay Kim d35c87d228 move helper services to separate package 2018-12-10 16:16:40 -08:00
Nikolay Kim ba006d95c7 prepare actix-utils 2018-12-10 08:42:31 -08:00
Nikolay Kim 8ad93f4838 move server to separate crate 2018-12-09 22:14:29 -08:00
Nikolay Kim ffb07c8884 use actix-rt for server impl 2018-12-09 21:51:35 -08:00
Nikolay Kim cdd6904aa0 rename Server to ServerBuilder 2018-12-09 20:30:14 -08:00
Nikolay Kim 98a151db4f add actix single threaded runtime 2018-12-09 19:55:40 -08:00
Nikolay Kim e50be58fdb move codec to separate crate 2018-12-09 15:19:25 -08:00
Nikolay Kim 43e14818c4 migrate to actix-service crate 2018-12-09 10:15:49 -08:00
Nikolay Kim 5f37d85f9b move service to separate crate 2018-12-09 09:56:23 -08:00
Nikolay Kim 8fe7ce533c convert to edition 2018 2018-12-06 14:04:42 -08:00
Nikolay Kim a16ad6b2cd cleanup clonable service 2018-11-30 11:55:30 -08:00
Nikolay Kim 1b1ae01b5a migrate to new Service<Request> trait 2018-11-29 16:56:15 -10:00
Nikolay Kim c62567f85f allow to skip name resolution 2018-11-21 08:07:04 -10:00
Nikolay Kim 410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed 2018-11-17 18:46:26 -08:00
Nikolay Kim 29fe995a02 update version 2018-11-14 14:26:24 -08:00
Nikolay Kim a4b81a256c remove debug output 2018-11-08 18:45:40 -08:00
Nikolay Kim 38235c14bb update changes 2018-11-08 09:16:40 -08:00
Nikolay Kim 60144a3cb8 update trust-dns 2018-11-01 12:25:03 -07:00
Nikolay Kim 0b0d14d1ea refactor Connector service 2018-10-23 22:14:02 -07:00