Commit Graph

  • 6ed020565c update service crate Nikolay Kim 2019-02-22 18:31:25 -0800
  • 7ee33efdfd moved boxed service and new service to actix-service Nikolay Kim 2019-02-22 18:20:54 -0800
  • 83f51b28d7 allow to customize cfg parameter for FnNewService Nikolay Kim 2019-02-22 17:12:26 -0800
  • 83a19e9cb3 add IntoConfigurableNewService Nikolay Kim 2019-02-22 14:30:00 -0800
  • 6b4010892d add IntoNewService for FnNewService Nikolay Kim 2019-02-22 14:19:43 -0800
  • d2bd9134aa add fn service helpers Nikolay Kim 2019-02-22 14:13:48 -0800
  • a0e2d926e6 add fn_nservice Nikolay Kim 2019-02-22 13:20:52 -0800
  • 43d2dd473f update tests Nikolay Kim 2019-02-22 13:08:31 -0800
  • 862be49e30 add Config argument to NewService Nikolay Kim 2019-02-22 12:44:37 -0800
  • 6ea128fac5 Custom BoxedNewService implementation utils-0.2.4 Nikolay Kim 2019-02-21 11:19:16 -0800
  • a97d7f0ccf add BoxedNewService and BoxedService utils-0.2.3 Nikolay Kim 2019-02-21 10:41:39 -0800
  • 3d7daabdd7 add NewService impls for Rc<S> and Arc<S> service-v0.2.2 Nikolay Kim 2019-02-19 11:31:54 -0800
  • 32f4718880 Add Display impl for InOrderError utils-0.2.2 Nikolay Kim 2019-02-11 08:39:28 -0800
  • b8f9bf4bc8 Add Display impl for TimeoutError Nikolay Kim 2019-02-11 08:34:57 -0800
  • e354c6df92 Drop service response server-0.2.1 Nikolay Kim 2019-02-09 21:39:17 -0800
  • a53f06a1a4 allow register router resource for ResourceDef Nikolay Kim 2019-02-09 20:43:39 -0800
  • 9979bfb3ef rename Pattern to ResourceDef Nikolay Kim 2019-02-09 07:24:35 -0800
  • 17d0f84f63 prep actix-utils utils-0.2.1 Nikolay Kim 2019-02-06 11:40:22 -0800
  • 08bc328826 clippy warnings Nikolay Kim 2019-02-04 11:04:10 -0800
  • 7dca264546 move transform map_err combinator to separate module Nikolay Kim 2019-02-04 10:55:39 -0800
  • 3bddba5da5 helper method Nikolay Kim 2019-02-03 14:12:15 -0800
  • 4be025926c add InOrder service Nikolay Kim 2019-02-03 14:05:13 -0800
  • 0063a26aab prepare actix-service release service-v0.2.1 Nikolay Kim 2019-02-03 13:32:51 -0800
  • bcc466f6ab update tests Nikolay Kim 2019-02-03 11:48:11 -0800
  • 663ae53954 fix Clone impl for Timeout Nikolay Kim 2019-02-03 11:37:34 -0800
  • 406088524e depend on git repo Nikolay Kim 2019-02-03 11:33:26 -0800
  • 5b8446105f depend on repo Nikolay Kim 2019-02-03 11:16:24 -0800
  • 429ad453d3 change Apply::new_fn to old args order Nikolay Kim 2019-02-03 10:52:44 -0800
  • bd977373bc generalize apply combinator with transform trait Nikolay Kim 2019-02-03 10:42:27 -0800
  • d45fb9521f update deps Nikolay Kim 2019-02-01 20:11:30 -0800
  • 94a0da3659 prepare actix-connector release connector-0.2.0 Nikolay Kim 2019-02-01 20:06:53 -0800
  • 8d62ac4b2f prepare actix-server release server-0.2.0 Nikolay Kim 2019-02-01 20:03:31 -0800
  • 442163690e prepare actix-utils release utils-0.2.0 Nikolay Kim 2019-02-01 20:00:12 -0800
  • d83bf95304 Use associated type instead of generic for Service definition service-v0.2.0 Nikolay Kim 2019-02-01 19:53:13 -0800
  • 8cdbf49187 better inflight readiness check Nikolay Kim 2019-02-01 15:15:53 -0800
  • 132be0baa1 better naming Nikolay Kim 2019-02-01 14:48:09 -0800
  • cedba24a36 add Url type from actix web Nikolay Kim 2019-02-01 13:25:56 -0800
  • aa20b304ec more refactorings for framed transport Nikolay Kim 2019-01-26 22:07:27 -0800
  • 9f0a288e4b refactor FramedTransport Nikolay Kim 2019-01-26 21:41:28 -0800
  • cabebb6b3f add time services tests Nikolay Kim 2019-01-26 13:21:56 -0800
  • 84bd257b86 update deps Nikolay Kim 2019-01-26 13:15:17 -0800
  • ff6ac0a67f add System time service Nikolay Kim 2019-01-26 13:14:37 -0800
  • c1c989034d Added Clone impl for Timeout service factory Nikolay Kim 2019-01-25 14:31:27 -0800
  • 515bfad830 prep release service-v0.1.6 Nikolay Kim 2019-01-24 20:42:30 -0800
  • 0340d82314 better ergonomics for .apply combinator Nikolay Kim 2019-01-24 20:41:42 -0800
  • 88548199d7 change apply combinator error semantic Nikolay Kim 2019-01-24 19:19:44 -0800
  • 278176fca5 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:33:33 -0800
  • 2c8e7c4ae4 add helper constructors to Either service Nikolay Kim 2019-01-16 15:33:10 -0800
  • b6414d6197 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:00:23 -0800
  • f94ef5248e add Clone impl for Either service Nikolay Kim 2019-01-16 15:00:08 -0800
  • cbc378b67f allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -0800
  • db2367b26e properly check readiness inclosed service Nikolay Kim 2019-01-14 09:41:10 -0800
  • 0bee4db270 use new service converter Nikolay Kim 2019-01-13 23:30:42 -0800
  • 615a0d52ed add service and new service for stream dispatcher Nikolay Kim 2019-01-13 23:12:46 -0800
  • cfb62ccc40 Make Out::Error convertable from T::Error for apply combinator service-v0.1.5 Nikolay Kim 2019-01-13 22:58:23 -0800
  • 605a947c3e update version connector-0.1.1 Nikolay Kim 2019-01-13 10:06:54 -0800
  • 31f0a96c20 Upgrade trust-dns-proto Nikolay Kim 2019-01-13 10:03:33 -0800
  • 66a7c59aaf fix changelog Nikolay Kim 2019-01-11 21:42:13 -0800
  • 316974616a Use FnMut instead of Fn for FnService service-v0.1.4 Nikolay Kim 2019-01-11 21:39:58 -0800
  • b5d84bd980 use release version of string Nikolay Kim 2019-01-10 10:40:27 -0800
  • e969429e2c different string crate version Nikolay Kim 2019-01-09 19:54:52 -0800
  • 6fe741025f add host and port for test server Nikolay Kim 2019-01-07 21:09:56 -0800
  • f8e170fdaf add enum support for path deserializer Nikolay Kim 2019-01-06 10:26:59 -0800
  • 474fed4dfe more tests for de Nikolay Kim 2019-01-06 08:12:51 -0800
  • 2b8f41e9e4 helper impls for Router Nikolay Kim 2019-01-05 22:00:38 -0800
  • 3484007e4e add router crate Nikolay Kim 2019-01-05 13:19:25 -0800
  • 58ba1d8269 use service error for stream dispatcher Nikolay Kim 2019-01-05 13:19:06 -0800
  • 7017bad4bb add test server Nikolay Kim 2019-01-01 22:59:52 -0800
  • 112a7b6b1b fix error handling Nikolay Kim 2018-12-26 11:50:07 -0800
  • 48a1c7320c fix io handling code Nikolay Kim 2018-12-21 13:00:26 -0800
  • ebf8d7fa34 Fix back-pressure handling for concurrent connections v0.2.6 Nikolay Kim 2018-12-21 10:43:18 -0800
  • 37d28304c9 Fix max concurrent connections handling server-0.1.3 Nikolay Kim 2018-12-21 10:38:08 -0800
  • 640c39fdc8 better usage for Framed type Nikolay Kim 2018-12-16 16:26:24 -0800
  • 298727dcbd back port bug fixes v0.2.5 Nikolay Kim 2018-12-12 19:01:59 -0800
  • cd5435e5ee fix service tests Nikolay Kim 2018-12-12 18:56:39 -0800
  • bf9bd97173 split ServiceExt trait service-v0.1.3 Nikolay Kim 2018-12-12 18:32:19 -0800
  • 61939c7af2 Release future early for .and_then() and .then() combinators service-v0.1.2 Nikolay Kim 2018-12-12 18:00:35 -0800
  • e8a1664c15 prepare release server-0.1.2 Nikolay Kim 2018-12-12 14:24:46 -0800
  • d1bfae7414 fix backpressure for ssl concurrent handshakes Nikolay Kim 2018-12-12 14:24:24 -0800
  • 5ca00dc798 rename ServiceConfig::rt to ServiceConfig::apply Nikolay Kim 2018-12-12 14:16:16 -0800
  • fd3e77ea83 fix signals handling on windows server-0.1.1 Nikolay Kim 2018-12-11 14:03:06 -0800
  • d38eb00793 no readme utils-0.1.0 server-0.1.0 Nikolay Kim 2018-12-11 08:36:03 -0800
  • 3c9d95bd9f no readme connector-0.1.0 Nikolay Kim 2018-12-11 08:33:28 -0800
  • 331db2eb47 use released version Nikolay Kim 2018-12-11 08:28:44 -0800
  • de66b5c776 fix examples rt-0.1.0 Nikolay Kim 2018-12-11 08:20:19 -0800
  • 4adbbad450 update travis config Nikolay Kim 2018-12-11 08:13:58 -0800
  • 42ec3454d9 add signals support codec-0.1.0 Nikolay Kim 2018-12-10 21:06:54 -0800
  • e6daca7995 try to parse host first Nikolay Kim 2018-12-10 18:08:07 -0800
  • d35c87d228 move helper services to separate package Nikolay Kim 2018-12-10 16:16:40 -0800
  • ba006d95c7 prepare actix-utils Nikolay Kim 2018-12-10 08:42:31 -0800
  • 9577b7bbed add helper fn Nikolay Kim 2018-12-09 22:19:26 -0800
  • 8ad93f4838 move server to separate crate Nikolay Kim 2018-12-09 22:14:29 -0800
  • ffb07c8884 use actix-rt for server impl Nikolay Kim 2018-12-09 21:51:35 -0800
  • cdd6904aa0 rename Server to ServerBuilder Nikolay Kim 2018-12-09 20:30:04 -0800
  • 98a151db4f add actix single threaded runtime Nikolay Kim 2018-12-09 19:55:40 -0800
  • 227ea15683 remove unused code Nikolay Kim 2018-12-09 15:21:23 -0800
  • e50be58fdb move codec to separate crate Nikolay Kim 2018-12-09 15:19:25 -0800
  • 3288b7648d update changes service-v0.1.1 ser Nikolay Kim 2018-12-09 10:16:35 -0800
  • 43e14818c4 migrate to actix-service crate Nikolay Kim 2018-12-09 10:15:49 -0800
  • a60bf691d5 add Service impl for Box<S> Nikolay Kim 2018-12-09 10:14:08 -0800