1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-04-11 00:52:53 +02:00

Commit Graph

  • 4850cf41ff rename module Nikolay Kim 2019-03-08 16:26:30 -08:00
  • 046142ffbc added is_prefix_match and resource_path Nikolay Kim 2019-03-08 15:34:40 -08:00
  • 49e6dbcda2 remove unused ResourceMap Nikolay Kim 2019-03-08 12:33:44 -08:00
  • 877614a494 add params decoding Nikolay Kim 2019-03-08 04:43:51 -08:00
  • ac0e8b9e53 re-enable examples Nikolay Kim 2019-03-06 23:33:35 -08:00
  • b407c65f4c add FramedParts::with_read_buf method codec-0.1.1 Nikolay Kim 2019-03-06 22:53:55 -08:00
  • 51bd7d2721 update actix-rt Nikolay Kim 2019-03-06 10:39:53 -08:00
  • c03d869694 return io::Result from run method, remove Handle rt-0.2.0 Nikolay Kim 2019-03-06 10:24:58 -08:00
  • 25f1eae51f add ResourceDef::root_prefix, insert slash to the beggining of the pattern Nikolay Kim 2019-03-05 21:03:53 -08:00
  • 1153715149 change generics order for Transform trait Nikolay Kim 2019-03-05 09:49:08 -08:00
  • aa2967c653 fix feature gated code Nikolay Kim 2019-03-05 07:41:41 -08:00
  • dfbb77f98d make service Request type generic Nikolay Kim 2019-03-05 07:35:26 -08:00
  • e8a49801eb revert IntoFuture change Nikolay Kim 2019-03-04 21:35:47 -08:00
  • 03f2046a42 add ApplyTransform new service Nikolay Kim 2019-03-04 21:24:47 -08:00
  • 2e18ca805c use IntoFuture Nikolay Kim 2019-03-04 20:40:38 -08:00
  • 15dafeff3d use IntoFuture instead of Future utils-v0.3.2 Nikolay Kim 2019-03-04 20:37:03 -08:00
  • ed14e6b8ea change to IntoFuture service-v0.3.2 Nikolay Kim 2019-03-04 20:29:35 -08:00
  • 700abc997e prepare actix-utils release utils-v0.3.1 Nikolay Kim 2019-03-04 19:45:17 -08:00
  • 8c48bf4de7 simplify transform trait service-v0.3.1 Nikolay Kim 2019-03-04 19:38:11 -08:00
  • 9bc492cf6c add SslError Nikolay Kim 2019-03-04 16:16:39 -08:00
  • d2a223e69e update changes Nikolay Kim 2019-03-04 15:42:25 -08:00
  • e9657a399a add maxconnrate Nikolay Kim 2019-03-04 15:41:16 -08:00
  • 9f25fdf929 rename StreamServiceFactory to ServiceFactory Nikolay Kim 2019-03-04 14:31:46 -08:00
  • 82930de8e7 use default type for RouterBuilder Nikolay Kim 2019-03-04 14:03:46 -08:00
  • 04a3e59bd5 update tests Nikolay Kim 2019-03-04 12:41:39 -08:00
  • 0ff0daa795 allow custom checks for resource selection Nikolay Kim 2019-03-04 11:47:03 -08:00
  • fb43940824 allow empty pattern Nikolay Kim 2019-03-03 21:00:58 -08:00
  • 0410f59cf5 prep release test-server-v0.1.0 Nikolay Kim 2019-03-02 14:55:22 -08:00
  • 400023a07b prepare actix-connector release connector-0.3.0 Nikolay Kim 2019-03-02 14:47:52 -08:00
  • 2e4c84dbb6 prepare actix-server release server-v0.3.0 Nikolay Kim 2019-03-02 14:42:31 -08:00
  • 672c3936a6 prepare actix-utils release utils-0.3.0 Nikolay Kim 2019-03-02 14:30:32 -08:00
  • fbf4444b04 prep release service-v0.3.0 Nikolay Kim 2019-03-02 14:22:03 -08:00
  • b5b3168b34 do not use void for now Nikolay Kim 2019-03-02 13:49:21 -08:00
  • 668e4f9ac4 update utils; add NewTransform::map_init_err Nikolay Kim 2019-03-02 13:18:01 -08:00
  • d0b8b6940c add configuration parameter to transform factory Nikolay Kim 2019-03-02 12:16:30 -08:00
  • f1bc9d0deb update tests Nikolay Kim 2019-02-22 18:47:29 -08:00
  • 6ed020565c update service crate Nikolay Kim 2019-02-22 18:31:25 -08:00
  • 7ee33efdfd moved boxed service and new service to actix-service Nikolay Kim 2019-02-22 18:20:54 -08:00
  • 83f51b28d7 allow to customize cfg parameter for FnNewService Nikolay Kim 2019-02-22 17:12:26 -08:00
  • 83a19e9cb3 add IntoConfigurableNewService Nikolay Kim 2019-02-22 14:30:00 -08:00
  • 6b4010892d add IntoNewService for FnNewService Nikolay Kim 2019-02-22 14:19:43 -08:00
  • d2bd9134aa add fn service helpers Nikolay Kim 2019-02-22 14:13:48 -08:00
  • a0e2d926e6 add fn_nservice Nikolay Kim 2019-02-22 13:20:52 -08:00
  • 43d2dd473f update tests Nikolay Kim 2019-02-22 13:08:31 -08:00
  • 862be49e30 add Config argument to NewService Nikolay Kim 2019-02-22 12:44:37 -08:00
  • 6ea128fac5 Custom BoxedNewService implementation utils-0.2.4 Nikolay Kim 2019-02-21 11:19:16 -08:00
  • a97d7f0ccf add BoxedNewService and BoxedService utils-0.2.3 Nikolay Kim 2019-02-21 10:41:39 -08:00
  • 3d7daabdd7 add NewService impls for Rc<S> and Arc<S> service-v0.2.2 Nikolay Kim 2019-02-19 11:31:54 -08:00
  • 32f4718880 Add Display impl for InOrderError utils-0.2.2 Nikolay Kim 2019-02-11 08:39:28 -08:00
  • b8f9bf4bc8 Add Display impl for TimeoutError Nikolay Kim 2019-02-11 08:34:57 -08:00
  • e354c6df92 Drop service response server-0.2.1 Nikolay Kim 2019-02-09 21:39:17 -08:00
  • a53f06a1a4 allow register router resource for ResourceDef Nikolay Kim 2019-02-09 20:43:39 -08:00
  • 9979bfb3ef rename Pattern to ResourceDef Nikolay Kim 2019-02-09 07:24:35 -08:00
  • 17d0f84f63 prep actix-utils utils-0.2.1 Nikolay Kim 2019-02-06 11:40:22 -08:00
  • 08bc328826 clippy warnings Nikolay Kim 2019-02-04 11:04:10 -08:00
  • 7dca264546 move transform map_err combinator to separate module Nikolay Kim 2019-02-04 10:55:39 -08:00
  • 3bddba5da5 helper method Nikolay Kim 2019-02-03 14:12:15 -08:00
  • 4be025926c add InOrder service Nikolay Kim 2019-02-03 14:05:13 -08:00
  • 0063a26aab prepare actix-service release service-v0.2.1 Nikolay Kim 2019-02-03 13:32:51 -08:00
  • bcc466f6ab update tests Nikolay Kim 2019-02-03 11:48:11 -08:00
  • 663ae53954 fix Clone impl for Timeout Nikolay Kim 2019-02-03 11:37:34 -08:00
  • 406088524e depend on git repo Nikolay Kim 2019-02-03 11:33:26 -08:00
  • 5b8446105f depend on repo Nikolay Kim 2019-02-03 11:16:24 -08:00
  • 429ad453d3 change Apply::new_fn to old args order Nikolay Kim 2019-02-03 10:52:44 -08:00
  • bd977373bc generalize apply combinator with transform trait Nikolay Kim 2019-02-03 10:42:27 -08:00
  • d45fb9521f update deps Nikolay Kim 2019-02-01 20:11:30 -08:00
  • 94a0da3659 prepare actix-connector release connector-0.2.0 Nikolay Kim 2019-02-01 20:06:53 -08:00
  • 8d62ac4b2f prepare actix-server release server-0.2.0 Nikolay Kim 2019-02-01 20:03:31 -08:00
  • 442163690e prepare actix-utils release utils-0.2.0 Nikolay Kim 2019-02-01 20:00:12 -08:00
  • d83bf95304 Use associated type instead of generic for Service definition service-v0.2.0 Nikolay Kim 2019-02-01 19:53:13 -08:00
  • 8cdbf49187 better inflight readiness check Nikolay Kim 2019-02-01 15:15:53 -08:00
  • 132be0baa1 better naming Nikolay Kim 2019-02-01 14:48:09 -08:00
  • cedba24a36 add Url type from actix web Nikolay Kim 2019-02-01 13:25:56 -08:00
  • aa20b304ec more refactorings for framed transport Nikolay Kim 2019-01-26 22:07:27 -08:00
  • 9f0a288e4b refactor FramedTransport Nikolay Kim 2019-01-26 21:41:28 -08:00
  • cabebb6b3f add time services tests Nikolay Kim 2019-01-26 13:21:56 -08:00
  • 84bd257b86 update deps Nikolay Kim 2019-01-26 13:15:17 -08:00
  • ff6ac0a67f add System time service Nikolay Kim 2019-01-26 13:14:37 -08:00
  • c1c989034d Added Clone impl for Timeout service factory Nikolay Kim 2019-01-25 14:31:27 -08:00
  • 515bfad830 prep release service-v0.1.6 Nikolay Kim 2019-01-24 20:42:30 -08:00
  • 0340d82314 better ergonomics for .apply combinator Nikolay Kim 2019-01-24 20:41:42 -08:00
  • 88548199d7 change apply combinator error semantic Nikolay Kim 2019-01-24 19:19:44 -08:00
  • 278176fca5 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:33:33 -08:00
  • 2c8e7c4ae4 add helper constructors to Either service Nikolay Kim 2019-01-16 15:33:10 -08:00
  • b6414d6197 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:00:23 -08:00
  • f94ef5248e add Clone impl for Either service Nikolay Kim 2019-01-16 15:00:08 -08:00
  • cbc378b67f allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -08:00
  • db2367b26e properly check readiness inclosed service Nikolay Kim 2019-01-14 09:41:10 -08:00
  • 0bee4db270 use new service converter Nikolay Kim 2019-01-13 23:30:42 -08:00
  • 615a0d52ed add service and new service for stream dispatcher Nikolay Kim 2019-01-13 23:12:46 -08:00
  • cfb62ccc40 Make Out::Error convertable from T::Error for apply combinator service-v0.1.5 Nikolay Kim 2019-01-13 22:58:23 -08:00
  • 605a947c3e update version connector-0.1.1 Nikolay Kim 2019-01-13 10:06:54 -08:00
  • 31f0a96c20 Upgrade trust-dns-proto Nikolay Kim 2019-01-13 10:03:33 -08:00
  • 66a7c59aaf fix changelog Nikolay Kim 2019-01-11 21:42:13 -08:00
  • 316974616a Use FnMut instead of Fn for FnService service-v0.1.4 Nikolay Kim 2019-01-11 21:39:58 -08:00
  • b5d84bd980 use release version of string Nikolay Kim 2019-01-10 10:40:27 -08:00
  • e969429e2c different string crate version Nikolay Kim 2019-01-09 19:54:52 -08:00
  • 6fe741025f add host and port for test server Nikolay Kim 2019-01-07 21:09:56 -08:00
  • f8e170fdaf add enum support for path deserializer Nikolay Kim 2019-01-06 10:26:59 -08:00
  • 474fed4dfe more tests for de Nikolay Kim 2019-01-06 08:12:51 -08:00