1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-12 15:34:03 +02:00

Commit Graph

  • 5f8599faf1 merge master Nikolay Kim 2019-05-12 06:06:45 -07:00
  • f0776fca94 Use associated type for NewService config Nikolay Kim 2019-05-12 06:03:50 -07:00
  • c7676df697
    Add documentation and doctests Marcus Griep 2019-05-03 10:08:49 -04:00
  • ecf7a11a20
    Add convenience methods to wrap with middleware Marcus Griep 2019-05-02 17:47:37 -04:00
  • 686958fe0c
    Add reciprical compatibility layer for tower Marcus Griep 2019-05-02 17:21:42 -04:00
  • 49ade171f6
    Update CHANGES.md Nikolay Kim 2019-05-01 23:20:00 -07:00
  • 0a2a520c35
    Merge pull request #16 from boustrophedon/derive_debug Nikolay Kim 2019-05-01 23:19:16 -07:00
  • b0c37dfc87
    Derive debug for Server and ServerCommand Harry Stern 2019-05-02 01:31:04 -04:00
  • 91e28a4312
    Merge pull request #15 from neoeinstein/tower-interop Nikolay Kim 2019-04-29 10:21:32 -07:00
  • 508dce8bf1
    Add compatibility crate for tower-service Marcus Griep 2019-04-29 10:06:18 -04:00
  • 8ed1099a2e
    Merge pull request #14 from Bobo1239/master Nikolay Kim 2019-04-23 13:04:32 -07:00
  • 83544bd971 Increase compiler recursion limit Boris-Chengbiao Zhou 2019-04-23 21:58:34 +02:00
  • 76c317e0b2 Added support for remainder match router-v0.1.3 Nikolay Kim 2019-04-22 21:19:22 -07:00
  • 3b314e4c8c Connect::set_addr() connect-v0.1.5 Nikolay Kim 2019-04-19 17:43:52 -07:00
  • ae27b87641 IoStream trait and impls for TcpStream, SslStream and TlsStream server-v0.4.3 server-config-v0.1.1 Nikolay Kim 2019-04-16 08:32:12 -07:00
  • fc2dcadc7a use stable version of trust-dns-resolver Nikolay Kim 2019-04-14 20:46:36 -07:00
  • 54f62b5035 prep release connect-v0.1.4 Nikolay Kim 2019-04-12 12:30:55 -07:00
  • d3208bf7a8 Do not start default resolver immediately for default connector. test-server-v0.2.1 Nikolay Kim 2019-04-12 12:28:18 -07:00
  • 21507d3da1 add TestServerRuntime::run_on() method Nikolay Kim 2019-04-12 12:26:47 -07:00
  • b9d8a215b4 Start trust-dns default resolver on first use connect-v0.1.3 Nikolay Kim 2019-04-11 09:57:21 -07:00
  • 51c4dfe5cb Allow to reset Path instance; export Quoter type router-v0.1.2 Nikolay Kim 2019-04-07 22:48:18 -07:00
  • a60112c71e Poll boxed service call result immediately service-v0.3.6 Nikolay Kim 2019-04-07 20:48:40 -07:00
  • bd814d6f80 re-export trust-dns types Nikolay Kim 2019-04-05 10:36:57 -07:00
  • a4e0c71baa Merge branch 'master' of github.com:actix/actix-net connect-v0.1.2 Nikolay Kim 2019-04-04 15:41:50 -07:00
  • b9ea445e70 Log error if dns system config could not be loaded Nikolay Kim 2019-04-04 15:41:05 -07:00
  • ba2901269d
    Merge pull request #11 from Dowwie/master Nikolay Kim 2019-04-04 11:06:02 -07:00
  • 5cbc29306a updated as per comments dowwie 2019-04-04 14:02:53 -04:00
  • 810fa869ae remove unneeded static utils-v0.3.5 Nikolay Kim 2019-04-04 10:04:19 -07:00
  • 33cd51aabf added docs for trait Service, trait Transform dowwie 2019-04-04 11:40:28 -04:00
  • 629ed05f82 Get dynamic segment by name instead of iterator router-v0.1.1 Nikolay Kim 2019-04-03 21:40:21 -07:00
  • 5e8ae210f7 Rename connect Connector to TcpConnector #10 Nikolay Kim 2019-03-31 19:14:13 -07:00
  • 3add90628f Fix SIGINT force shutdown server-v0.4.2 Nikolay Kim 2019-03-30 12:09:02 -07:00
  • 02ab804e0b prepare actix-service release service-v0.3.5 Nikolay Kim 2019-03-29 11:16:40 -07:00
  • feac0b43d9 add impl Service for Rc<RefCell<S>> Nikolay Kim 2019-03-29 10:21:17 -07:00
  • 1441355d4f use release Nikolay Kim 2019-03-28 04:02:39 -07:00
  • 7c5afc09a6 move threadpool to separate crate threadpool-v0.1.0 rt-0.2.2 Nikolay Kim 2019-03-28 03:56:52 -07:00
  • 16856c7d3f Merge branch 'master' of github.com:actix/actix-net codec-0.1.2 Nikolay Kim 2019-03-27 17:30:54 -07:00
  • 95d02659d5 Added Framed::map_io() method Nikolay Kim 2019-03-27 17:30:37 -07:00
  • bcbd7e6ddf Fix unnecessary arbiter clone at builder rt Juan Aguilar Santillana 2019-03-22 18:29:12 +01:00
  • e0d3581239 allow to send messages to framed transport via mpsc channel Nikolay Kim 2019-03-20 09:44:23 -07:00
  • ef1bdb2eb2 update travis config Nikolay Kim 2019-03-17 10:25:24 -07:00
  • 10301ff49d temp tarpaulin fix Nikolay Kim 2019-03-17 08:53:50 -07:00
  • 27c28d6597 Fix error handling for single address connect-v0.1.1 Nikolay Kim 2019-03-15 11:37:51 -07:00
  • b290273e81 prepare actix-connect release connect-v0.1.0 Nikolay Kim 2019-03-14 22:39:49 -07:00
  • 720230b852
    Merge pull request #8 from Firstyear/2019-03-15-arbiter-docs server-v0.4.1 Nikolay Kim 2019-03-14 20:58:33 -07:00
  • 44c2639fd6 prepare actix-server release Nikolay Kim 2019-03-14 20:55:55 -07:00
  • 9a5705d1b6 merge travis branch Nikolay Kim 2019-03-14 20:53:56 -07:00
  • 7ff923a58f stop tests threads Nikolay Kim 2019-03-14 12:56:59 -07:00
  • 6659b192d3 travis config Nikolay Kim 2019-03-14 11:55:39 -07:00
  • 1146d9cf30 fix init order Nikolay Kim 2019-03-14 20:48:58 -07:00
  • b7b76c47e5 rename method Nikolay Kim 2019-03-14 20:23:49 -07:00
  • d23dc6f6af Allow to run future before server service initialization Nikolay Kim 2019-03-14 20:09:34 -07:00
  • 9b6a955da4 Improve Arbiter documentation William Brown 2019-03-15 10:24:27 +10:00
  • f3aa48309f travis config Nikolay Kim 2019-03-14 11:55:39 -07:00
  • c9b86712e5 reinstall tarpaulin Nikolay Kim 2019-03-14 11:31:32 -07:00
  • 0f74f280f9 impl Address for http::Uri Nikolay Kim 2019-03-14 11:15:32 -07:00
  • eb37e15554 use specific version of nightly Nikolay Kim 2019-03-14 10:43:36 -07:00
  • ad007b8b42 Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-03-14 10:28:47 -07:00
  • 7c0d1f2273 update travis config Nikolay Kim 2019-03-14 10:25:34 -07:00
  • d82bc7c52b
    Merge pull request #7 from najamelan/fix/compiler_warnings Nikolay Kim 2019-03-14 07:24:37 -07:00
  • 265229b44b allow to override port Nikolay Kim 2019-03-13 22:55:01 -07:00
  • 38545dedc7 refactor Connect type and add tests Nikolay Kim 2019-03-13 22:51:31 -07:00
  • 6ebff22601 simplify name Nikolay Kim 2019-03-13 16:38:08 -07:00
  • 2c9b91b366 add specific constructors Nikolay Kim 2019-03-13 15:55:20 -07:00
  • b483200037 remove generic Nikolay Kim 2019-03-13 15:52:51 -07:00
  • a73600fbcd remove generic E Nikolay Kim 2019-03-13 15:51:21 -07:00
  • 084a28ca07 add Connect::with_request Nikolay Kim 2019-03-13 15:49:31 -07:00
  • a7c74c53ea store request in Connect request Nikolay Kim 2019-03-13 15:37:12 -07:00
  • 3e7d737e73 update travis Nikolay Kim 2019-03-13 14:39:02 -07:00
  • 87db4bf741 changes Nikolay Kim 2019-03-13 14:38:33 -07:00
  • 8b0fe6f796 rename crate Nikolay Kim 2019-03-13 12:40:37 -07:00
  • 52a45fda53 redesign actix-connector Nikolay Kim 2019-03-13 12:40:11 -07:00
  • 2c7de7e0fb Fix compiler warnings. Naja Melan 2019-03-13 08:41:26 +01:00
  • 1fcc0734b5 prep release test-server-v0.2.0 Nikolay Kim 2019-03-12 17:01:02 -07:00
  • b6f952b036 remove constraint server-v0.4.0 Nikolay Kim 2019-03-12 16:49:57 -07:00
  • 0fdac38307 add constraint Nikolay Kim 2019-03-12 16:48:29 -07:00
  • a3c4637372 prepare actix-server release Nikolay Kim 2019-03-12 16:40:22 -07:00
  • ae9bc5ae78 refactor ApplyConfig combinator utils-v0.3.4 service-v0.3.4 server-config-v0.1.0 Nikolay Kim 2019-03-12 16:32:10 -07:00
  • 21c289d7e4 fix InOrderService::poll_ready() nested service rediness check Nikolay Kim 2019-03-12 16:03:05 -07:00
  • 5e6eed905c fix InFlightService::poll_ready() nested service rediness check Nikolay Kim 2019-03-12 15:48:02 -07:00
  • 6801a38de5 check readiness for all services Nikolay Kim 2019-03-12 15:15:14 -07:00
  • 39356690b0 use ServerConfig for system configuration Nikolay Kim 2019-03-12 14:14:21 -07:00
  • f6f292a678 enforce constraint on OpensslAcceptor Nikolay Kim 2019-03-12 13:57:28 -07:00
  • b3366bc1af service response is not important Nikolay Kim 2019-03-12 13:55:31 -07:00
  • 2c1f8f0b96 enforce constraints on AndThenNewService type Nikolay Kim 2019-03-12 13:50:14 -07:00
  • e7465bfa2e fix map_err constraints Nikolay Kim 2019-03-12 13:45:05 -07:00
  • 755d4958c5 use IntoService types for transform services Nikolay Kim 2019-03-12 13:39:04 -07:00
  • 825117fd4c add Deref/DerefMut impls for Io Nikolay Kim 2019-03-12 13:12:22 -07:00
  • 7033b50fed add Io::set method for overriding param Nikolay Kim 2019-03-12 12:53:43 -07:00
  • ef9bfb8981 add helpers Nikolay Kim 2019-03-12 12:53:08 -07:00
  • bef199f831 add blocking mod support rt-0.2.1 Nikolay Kim 2019-03-11 22:54:27 -07:00
  • f1d4bcef4b add Arbiter::exec_fn and exec functions Nikolay Kim 2019-03-11 22:51:17 -07:00
  • 8e13ba7bce update readme Nikolay Kim 2019-03-11 18:24:31 -07:00
  • 9a9b3e9ca9 update server tests Nikolay Kim 2019-03-11 14:33:19 -07:00
  • 5567fb41d2 add default type parameter Nikolay Kim 2019-03-11 13:48:55 -07:00
  • ad50595ece add PartialEq impl for Io Nikolay Kim 2019-03-11 13:37:30 -07:00
  • 2430c7247b update timing for travis Nikolay Kim 2019-03-11 12:53:16 -07:00
  • 1bf0f1e1a5 add Debug impl for Io; update examples Nikolay Kim 2019-03-11 12:46:12 -07:00
  • 9887aef6e8 add delay to test Nikolay Kim 2019-03-11 12:35:57 -07:00
  • 787255d030 add io parameters Nikolay Kim 2019-03-11 12:01:55 -07:00