1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-19 06:36:36 +00:00

Commit graph

  • 4827990298 add NewServiceExt tests Nikolay Kim 2018-09-17 19:21:24 -0700
  • 90ad1b12a8 do not constrain InitError for from_err new service Nikolay Kim 2018-09-17 18:49:55 -0700
  • 118bfe5c14 update tarpaulin config Nikolay Kim 2018-09-17 18:42:24 -0700
  • c6eeae93d5 run coverage report on nightly Nikolay Kim 2018-09-17 18:22:16 -0700
  • e0f4aac3b4 add NewService::from_err combinator Nikolay Kim 2018-09-17 18:10:23 -0700
  • 20cff6fc0b update apply tests Nikolay Kim 2018-09-17 16:50:35 -0700
  • a91b9a2f9e better ergonomics for aply combinator Nikolay Kim 2018-09-17 16:16:42 -0700
  • a4ba7cd5d4 Merge branch 'master' of https://github.com/actix/actix-net Nikolay Kim 2018-09-17 15:59:34 -0700
  • 3384bbfae2 change apply combinator Nikolay Kim 2018-09-17 15:53:41 -0700
  • 42070ed2b8
    Merge pull request #1 from kellytk/patch-1 Nikolay Kim 2018-09-17 14:26:54 -0700
  • bca8e47651
    Correct spelling Kelly Thomas Kline 2018-09-17 13:53:43 -0700
  • f40153fca4 fix node::insert() method, missing next element v0.7.8 Nikolay Kim 2018-09-17 11:39:03 -0700
  • 764103566d update changes Nikolay Kim 2018-09-17 10:48:37 -0700
  • bfb2f2e9e1 fix node.remove(), update next node pointer Nikolay Kim 2018-09-17 10:25:45 -0700
  • 599e6b3385 refactor channel node remove operation Nikolay Kim 2018-09-17 05:29:07 -0700
  • 03e318f446 update changes Nikolay Kim 2018-09-15 17:10:53 -0700
  • 7449884ce3 fix wrong error message for path deserialize for i32 #510 Nikolay Kim 2018-09-15 17:09:07 -0700
  • bbe69e5b8d update version Nikolay Kim 2018-09-15 10:00:54 -0700
  • 9d1eefc38f use 5 seconds keep-alive timer by default Nikolay Kim 2018-09-15 09:57:54 -0700
  • d65c72b44d use server keep-alive timer as slow request timer Nikolay Kim 2018-09-15 09:55:38 -0700
  • 39a18d6969 add in-flight service Nikolay Kim 2018-09-14 13:30:29 -0700
  • 2927a49fdf better method names Nikolay Kim 2018-09-14 13:12:55 -0700
  • 39c3902818 rename Connections to more generic Counter and export it Nikolay Kim 2018-09-14 13:07:38 -0700
  • 9888c1c5e6 fix switching to unavailable state for worker Nikolay Kim 2018-09-14 00:07:50 -0700
  • ec7757f032 refactor worker availibility management Nikolay Kim 2018-09-13 23:46:01 -0700
  • 2764323580 fix service availability check Nikolay Kim 2018-09-13 13:32:51 -0700
  • d50829d956 add framed related services and utils Nikolay Kim 2018-09-12 18:47:39 -0700
  • 62dbe1b001 add some doc apis and tests Nikolay Kim 2018-09-12 13:34:53 -0700
  • f66eec00e7 restart failed services; fix readiness check Nikolay Kim 2018-09-12 08:25:14 -0700
  • 3395512040 fix api doc link Nikolay Kim 2018-09-11 14:01:51 -0700
  • f0554efb98 remove wrong doc example Nikolay Kim 2018-09-11 11:28:13 -0700
  • c3f8b5cf22 clippy warnings v0.7.7 Nikolay Kim 2018-09-11 11:25:32 -0700
  • 70a3f317d3 fix failing requests to test server #508 Nikolay Kim 2018-09-11 11:24:05 -0700
  • 513c8ec1ce
    Merge pull request #505 from Neopallium/master Nikolay Kim 2018-09-11 11:18:33 -0700
  • b0d120c101 update examples Nikolay Kim 2018-09-11 10:55:49 -0700
  • 82b71d91ea move Service to service sub mod Nikolay Kim 2018-09-11 09:30:22 -0700
  • 04608b2ea6 Update changes. #505 Robert G. Jakabosky 2018-09-12 00:24:10 +0800
  • 70b45659e2 Make Node's traverse method take a closure instead of calling shutdown on each HttpChannel. Robert G. Jakabosky 2018-09-10 01:51:03 +0800
  • e0ae6b10cd Fix bug with HttpChannel linked list. Robert G. Jakabosky 2018-09-10 01:49:12 +0800
  • 43d6719703 fix readme Nikolay Kim 2018-09-11 09:05:47 -0700
  • 864a6babc9 add readme Nikolay Kim 2018-09-11 09:03:27 -0700
  • abef930f87 fix openssl uses Nikolay Kim 2018-09-11 08:59:03 -0700
  • dc50268c8a move server impl to sub module Nikolay Kim 2018-09-11 08:43:23 -0700
  • 003b05b095 Don't ignore errors in std::fmt::Debug implementations (#506) Maciej Piechotka 2018-09-11 13:57:55 +0200
  • 56b31960f1 derive Debug for connector/resolver error Nikolay Kim 2018-09-10 20:02:55 -0700
  • d8ed9ae43a create Connector with custom Resolver Nikolay Kim 2018-09-10 19:42:51 -0700
  • 88d8c99e31 use Resolver service for Connector Nikolay Kim 2018-09-10 19:39:55 -0700
  • 2698534b05 add resolver service Nikolay Kim 2018-09-10 19:16:46 -0700
  • a1e875e985 add Clone impl for DefaultConnector Nikolay Kim 2018-09-10 11:16:58 -0700
  • fbfca66e21 add DefaultConnector Nikolay Kim 2018-09-10 10:59:35 -0700
  • 3fe029a8ad remove unneeded code Nikolay Kim 2018-09-10 10:01:58 -0700
  • a5b6b5f95c Don't ignore errors in std::fmt::Debug implementations #506 Maciej Piechotka 2018-09-10 09:50:56 +0200
  • 552d19a0eb add generic server service factory Nikolay Kim 2018-09-08 14:50:16 -0700
  • 4264574af1 fix openssl NewService definition Nikolay Kim 2018-09-08 12:58:08 -0700
  • c2eff62efb openssl new service is not failable Nikolay Kim 2018-09-08 12:52:43 -0700
  • bf10f6dfcf simplify openssl acceptor Nikolay Kim 2018-09-08 10:16:43 -0700
  • 8b13236d41 refactor connections counter Nikolay Kim 2018-09-08 09:36:38 -0700
  • 5f016bd53c export server mod Nikolay Kim 2018-09-07 23:27:00 -0700
  • cdb57b840e prepare release v0.7.6 Nikolay Kim 2018-09-07 20:47:54 -0700
  • 002bb24b26 unhide SessionBackend and SessionImpl traits and cleanup warnings Nikolay Kim 2018-09-07 20:46:43 -0700
  • 51982b3fec
    Merge pull request #503 from uzytkownik/route-regex Nikolay Kim 2018-09-07 20:19:31 -0700
  • 4e186cc6d2 explicitly use unit for server service error Nikolay Kim 2018-09-07 14:49:17 -0700
  • 0fdce01375 remove Display from server service Error Nikolay Kim 2018-09-07 14:34:31 -0700
  • d4808acee1 implement worker availability system Nikolay Kim 2018-09-07 13:06:51 -0700
  • 8298da0f4a change InitError type Nikolay Kim 2018-09-07 11:42:22 -0700
  • db1fe14fd2 add service readiness to ServerService Nikolay Kim 2018-09-07 11:35:25 -0700
  • 467350c9fc add readiness support for OpensslAcceptor Nikolay Kim 2018-09-07 10:38:39 -0700
  • d917b47868 remove unneeded phantom data Nikolay Kim 2018-09-06 18:03:01 -0700
  • 4251b0bc10 Refactor resource route parsing to allow repetition in the regexes #503 Maciej Piechotka 2018-09-05 16:14:54 +0200
  • 0525da70bf add Clone impl for FromErr combinator Nikolay Kim 2018-09-05 19:27:52 -0700
  • 983223a839 add clone impls for combinator services Nikolay Kim 2018-09-05 13:54:15 -0700
  • 42f3773bec update changes Nikolay Kim 2018-09-05 09:03:58 -0700
  • 86fdbb47a5 Fix system_exit in HttpServer (#501) Jan Michael Auer 2018-09-05 10:41:23 +0200
  • aa6a3e5336
    Fix system_exit in HttpServer #501 Jan Michael Auer 2018-09-05 08:38:45 +0200
  • 8540d81dcf stable compat Nikolay Kim 2018-09-04 12:42:06 -0700
  • 9456065d7b better error conversion impl for and_then Nikolay Kim 2018-09-04 12:07:13 -0700
  • 41eddae266 move into fn service impl Nikolay Kim 2018-09-04 09:57:47 -0700
  • 0390ff37d3 Revert "use From/Into instead of custom IntoService and IntoNewService traits" Nikolay Kim 2018-09-04 09:49:21 -0700
  • dfa08b3bf1 remove uneeded map_request Nikolay Kim 2018-09-04 09:32:37 -0700
  • 9441624827 use From/Into instead of custom IntoService and IntoNewService traits Nikolay Kim 2018-09-04 09:30:52 -0700
  • 4ca9fd2ad1 remove debug print v0.7.5 Nikolay Kim 2018-09-03 22:09:12 -0700
  • f0f67072ae Read client response until eof if connection header set to close #464 Nikolay Kim 2018-09-03 21:35:11 -0700
  • 24d1228943 simplify handler path processing Nikolay Kim 2018-09-03 11:28:47 -0700
  • b7a73e0a4f fix Scope::handler doc test Nikolay Kim 2018-09-02 08:51:26 -0700
  • 968c81e267 Handling scoped paths without leading slashes #460 Nikolay Kim 2018-09-02 08:14:54 -0700
  • d5957a8466 Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-09-02 07:47:45 -0700
  • f2f05e7715 allow to register handlers on scope level #465 Nikolay Kim 2018-09-02 07:47:19 -0700
  • 42a49da199 add StreamDispatcher Nikolay Kim 2018-09-01 10:29:56 -0700
  • 3439f55288 doc: Add example for using custom nativetls connector (#497) Markus Unterwaditzer 2018-09-01 17:13:52 +0200
  • 699c34d08e
    Merge branch 'master' into doc/add-native-tls-example #497 Markus Unterwaditzer 2018-09-01 14:08:29 +0200
  • 0425e2776f Fix Issue #490 (#498) Robert Gabriel Jakabosky 2018-09-01 17:00:32 +0800
  • 01bef57574
    Merge branch 'master' into doc/add-native-tls-example Markus Unterwaditzer 2018-09-01 10:58:50 +0200
  • fe62315c50
    Merge branch 'master' into issue_490 #498 Robert Gabriel Jakabosky 2018-09-01 14:41:15 +0800
  • def5af9e01 Rename test. Robert G. Jakabosky 2018-09-01 14:40:00 +0800
  • 5df08d85e1 Don't send a reason for unknown status codes. Robert G. Jakabosky 2018-09-01 14:39:50 +0800
  • c3c6a89385 Include canonical reason test for HTTP error responses. Robert G. Jakabosky 2018-09-01 13:24:57 +0800
  • 3784637a56 Add failing testcase for HTTP 404 response with no reason text. Robert G. Jakabosky 2018-09-01 13:24:05 +0800
  • 6464f96f8b Merge branch 'master' of https://github.com/actix/actix-web Nikolay Kim 2018-08-31 18:56:53 -0700
  • a2b170fec9 fmt Nikolay Kim 2018-08-31 18:56:21 -0700
  • 0b42cae082 update tests Nikolay Kim 2018-08-31 18:54:19 -0700