1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 16:52:58 +01:00

Commit Graph

  • 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
  • 5f37d85f9b move service to separate crate service-v0.1.0 Nikolay Kim 2018-12-09 09:56:23 -0800
  • e8aa73a44b update tests Nikolay Kim 2018-12-06 14:53:55 -0800
  • 8fe7ce533c convert to edition 2018 Nikolay Kim 2018-12-06 14:04:42 -0800
  • 42a4679635 use FnMut for apply combinator Nikolay Kim 2018-12-05 17:43:31 -0800
  • 36a15efeac do not export cell Nikolay Kim 2018-12-03 17:46:25 -0800
  • 5937a06ebe export cell Nikolay Kim 2018-12-03 13:49:46 -0800
  • a16ad6b2cd cleanup clonable service Nikolay Kim 2018-11-30 11:55:30 -0800
  • 8108f19580 update tests Nikolay Kim 2018-11-29 17:17:02 -1000
  • 1b1ae01b5a migrate to new Service<Request> trait Nikolay Kim 2018-11-29 16:56:15 -1000
  • c62567f85f allow to skip name resolution v0.2.4 Nikolay Kim 2018-11-21 08:07:04 -1000
  • 410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed v0.2.3 Nikolay Kim 2018-11-17 18:46:26 -0800
  • 29fe995a02 update version v0.2.2 Nikolay Kim 2018-11-14 14:26:24 -0800
  • 741b3fb1c0 Fix wrong service to socket binding Nikolay Kim 2018-11-14 14:20:33 -0800
  • dba86fbbf8 allow to force write to Framed object Nikolay Kim 2018-11-14 10:26:49 -0800
  • c29501fcf3 better name Nikolay Kim 2018-11-13 22:55:20 -0800
  • 9a3321b153 allow to check if Framed's write buffer is full Nikolay Kim 2018-11-13 21:33:10 -0800
  • f13a0925f7 update defaults Nikolay Kim 2018-11-13 21:26:49 -0800
  • 8886672ae6 add write buffer capacity caps for Framed Nikolay Kim 2018-11-13 21:13:37 -0800
  • 8f20f69559 use RequestHost trait for OpensslConnector service Nikolay Kim 2018-11-11 23:04:39 -0800
  • 9b9599500a refactor connector and resolver services Nikolay Kim 2018-11-11 21:12:30 -0800
  • a4b81a256c remove debug output Nikolay Kim 2018-11-08 18:45:40 -0800
  • 38235c14bb update changes v0.2.0 Nikolay Kim 2018-11-08 09:16:40 -0800
  • bf9269de9a reset delay instead of creating new one Nikolay Kim 2018-11-07 21:20:50 -0800
  • bb34df8c1b use configured token for service message stable-0.2 Nikolay Kim 2018-11-03 10:22:04 -0700
  • 1ac018dc79 refactor server service configuration protcess Nikolay Kim 2018-11-03 09:09:14 -0700
  • 0e3d1068da separate stop worker channel Nikolay Kim 2018-11-01 15:33:35 -0700
  • 60144a3cb8 update trust-dns Nikolay Kim 2018-11-01 12:25:03 -0700
  • 6c25becd3f impl Clone for TakeItem and TakeItemService Nikolay Kim 2018-11-01 11:03:03 -0700
  • dc19a9f862 refactor Resolver service Nikolay Kim 2018-10-29 20:29:47 -0700
  • 67961f8a36 rename timer to time Nikolay Kim 2018-10-29 15:48:56 -0700
  • 3d51aa7115 no need for mut self for now method Nikolay Kim 2018-10-29 15:40:10 -0700
  • a8a831a098 add Display impl for Connect Nikolay Kim 2018-10-29 14:04:53 -0700
  • 4b16af29c7 add Connect::parse() method Nikolay Kim 2018-10-29 13:41:54 -0700
  • c15e4b92a8 add Hash impl Nikolay Kim 2018-10-29 13:27:00 -0700
  • e1418018c6 add BytesCodec Nikolay Kim 2018-10-24 10:43:30 -0700
  • ff914f79fc make port required Nikolay Kim 2018-10-23 22:40:56 -0700
  • 3a133e3974 restore DefaultConnector Nikolay Kim 2018-10-23 22:26:16 -0700
  • 0b0d14d1ea refactor Connector service Nikolay Kim 2018-10-23 22:14:02 -0700
  • 099ebbfaa3 add timeout service Nikolay Kim 2018-10-23 21:38:36 -0700
  • afe15ba44f use executor spawn Nikolay Kim 2018-10-20 08:34:16 -0700
  • 4eabf3994a set min versions for actix and trust-dns v0.1.1 Nikolay Kim 2018-10-10 08:23:42 -0700
  • e32961a897 docs url Nikolay Kim 2018-10-08 22:02:38 -0700
  • 4ff8c248c7 prep release v0.1.0 Nikolay Kim 2018-10-08 21:46:57 -0700
  • 614d1696d8 add Framed2 Nikolay Kim 2018-10-08 15:38:52 -0700
  • 29ae1600a3 add TakeItem service Nikolay Kim 2018-10-05 16:00:44 -0700
  • d204c438a1 add IntoFramed service Nikolay Kim 2018-10-05 15:37:15 -0700
  • b1899e2bb1 allow to change framed codec Nikolay Kim 2018-10-05 14:29:47 -0700
  • f8efabdce7 expose service and framed instances from framed transport Nikolay Kim 2018-10-05 13:13:36 -0700
  • 7da916e382 add forked version of Framed type Nikolay Kim 2018-10-05 13:07:09 -0700
  • 2600179169 remove constraint Nikolay Kim 2018-10-03 10:34:14 -0700
  • 20b03a4780 add custom cell Nikolay Kim 2018-10-02 22:18:07 -0700
  • 79b525bc2f add .then() combinator Nikolay Kim 2018-10-02 21:47:50 -0700
  • 028279713e simplify FnNewService Nikolay Kim 2018-10-02 21:31:11 -0700
  • 70efa00646 upgrade rustls Nikolay Kim 2018-10-02 13:37:30 -0700
  • fc7c436387 drop server service errors Nikolay Kim 2018-09-28 12:22:49 -0700
  • 1745a575a5 add constraints Nikolay Kim 2018-09-27 21:45:40 -0700
  • a2245c1751 add rust-tls support Nikolay Kim 2018-09-27 21:06:27 -0700