Commit Graph

  • 2b4870e65b fix tests on stable Nikolay Kim 2018-10-08 16:10:07 -0700
  • 614d1696d8 add Framed2 Nikolay Kim 2018-10-08 15:38:52 -0700
  • f99a723643 add Default impl for ServiceConfig Nikolay Kim 2018-10-08 15:52:12 -0700
  • 3984ad45df separate ResponseLength::Zero is not needed Nikolay Kim 2018-10-08 15:33:38 -0700
  • 4e7fac08b9 do not override content-length header Nikolay Kim 2018-10-08 15:30:59 -0700
  • 805e7a4cd0 impl response body support Nikolay Kim 2018-10-08 15:24:51 -0700
  • 07f6ca4b71 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-10-08 13:06:49 -0700
  • 03d988b898 refactor date rendering Nikolay Kim 2018-10-08 10:16:19 -0700
  • 431e33acb2 add Date header to response Nikolay Kim 2018-10-08 10:14:29 -0700
  • 30db78c19c use TakeItem instead of TakeRequest Nikolay Kim 2018-10-08 07:55:01 -0700
  • cfad5bf1f3 enable slow request timeout for h2 dispatcher Nikolay Kim 2018-10-08 07:47:42 -0700
  • 8acf9eb98a better keep-alive handling Nikolay Kim 2018-10-07 10:09:48 -0700
  • 13193a0721 refactor http/1 dispatcher Nikolay Kim 2018-10-07 09:48:53 -0700
  • 9c4a55c95c simplify H1Service configuration Nikolay Kim 2018-10-07 08:28:38 -0700
  • 8d85c45c1d simplify error handling Nikolay Kim 2018-10-07 00:04:38 -0700
  • b0ca6220f0 refactor te encoding Nikolay Kim 2018-10-06 22:36:57 -0700
  • dda5b399ca add content-length test Nikolay Kim 2018-10-06 21:32:01 -0700
  • 25af82c45a cleanup dependencies Nikolay Kim 2018-10-06 21:14:02 -0700
  • 87b83a3403 update tests, remove unused deps Nikolay Kim 2018-10-06 21:07:32 -0700
  • c368abdf5f remove Json type Nikolay Kim 2018-10-06 20:34:19 -0700
  • ee62814216 split request decoder and payload decoder Nikolay Kim 2018-10-06 20:31:22 -0700
  • 10678a22af test content length (#532) Danil Berestov 2018-10-06 13:17:20 +0800
  • 7ae5a43877 httpresponse.rs doc fix (#534) lzx 2018-10-06 13:16:12 +0800
  • 8fc5db3026 httpresponse.rs doc fix lzxZz 2018-10-06 10:39:13 +0800
  • 29ae1600a3 add TakeItem service Nikolay Kim 2018-10-05 16:00:44 -0700
  • c0699a070e add TakeRequest service; update ws test case Nikolay Kim 2018-10-05 15:39:35 -0700
  • d204c438a1 add IntoFramed service Nikolay Kim 2018-10-05 15:37:15 -0700
  • 7e135b798b add websocket transport and test Nikolay Kim 2018-10-05 14:30:40 -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
  • 5c0a2066cc refactor ws to a websocket codec Nikolay Kim 2018-10-05 12:47:22 -0700
  • 8c2244dd88 rename HttpResponse Nikolay Kim 2018-10-05 11:04:59 -0700
  • d53f3d7187 re-enable websockets Nikolay Kim 2018-10-05 10:19:15 -0700
  • 2e27d77740 fix connection keepalive support Nikolay Kim 2018-10-05 10:03:10 -0700
  • fbf67544e5 remove unused code Nikolay Kim 2018-10-05 08:00:36 -0700
  • c24a8f4c2d remove high level apis Nikolay Kim 2018-10-05 07:02:09 -0700
  • c99f9eaa63
    Update test_h1v2.rs Nikolay Kim 2018-10-05 05:59:02 -0700
  • caa5a54b8f fix test and remove unused code Nikolay Kim 2018-10-04 23:46:43 -0700
  • 7fdc18f9b9 calculate response parameters Nikolay Kim 2018-10-04 23:39:11 -0700
  • e78014c65a fix travis link in readme Nikolay Kim 2018-10-04 21:19:43 -0700
  • df50e636f1 update readme Nikolay Kim 2018-10-04 21:18:36 -0700
  • 99a915e668 disable gh-pages update Nikolay Kim 2018-10-04 21:15:24 -0700
  • 829dbae609 cleanups and tests Nikolay Kim 2018-10-04 21:14:18 -0700
  • 4ca711909b refactor types Nikolay Kim 2018-10-04 20:02:10 -0700
  • b15b2dda22 remove ServerSettings Nikolay Kim 2018-10-04 17:34:57 -0700
  • 6aa2de7b8d remove actix-web artifacts Nikolay Kim 2018-10-04 17:00:27 -0700
  • 13b0ee7355 stopping point Nikolay Kim 2018-10-04 16:22:00 -0700
  • e737f616ad test content length DanilBerestov 2018-10-04 20:29:49 +0800
  • 2600179169 remove constraint Nikolay Kim 2018-10-03 10:34:14 -0700
  • 1e1a4f846e use actix-net cell features Nikolay Kim 2018-10-02 22:23:51 -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
  • 49eea3bf76 travis config Nikolay Kim 2018-10-02 20:22:51 -0700
  • b0677aa029 fix stable compatibility Nikolay Kim 2018-10-02 19:42:24 -0700
  • 401ea574c0 make AcceptorTimeout::new public Nikolay Kim 2018-10-02 19:31:30 -0700
  • bbcd618304 export AcceptorTimeout Nikolay Kim 2018-10-02 19:12:08 -0700
  • 1f68ce8541 fix tests Nikolay Kim 2018-10-02 19:05:58 -0700
  • 2710f70e39 add H1 transport Nikolay Kim 2018-10-02 17:30:29 -0700
  • ae5c4dfb78 refactor http channels list; rename WorkerSettings Nikolay Kim 2018-10-02 15:25:32 -0700
  • d7379bd10b update server ssl tests; upgrade rustls Nikolay Kim 2018-10-02 13:41:33 -0700
  • 70efa00646 upgrade rustls Nikolay Kim 2018-10-02 13:37:30 -0700
  • b59712c439 add ssl handshake timeout tests Nikolay Kim 2018-10-02 11:32:43 -0700
  • 724668910b fix ssh handshake timeout Nikolay Kim 2018-10-02 11:18:59 -0700
  • 61c7534e03 fix stream flushing Nikolay Kim 2018-10-02 10:43:23 -0700
  • f8b176de9e
    Fix no_http2 flag in HttpServer (#526) Douman 2018-10-02 20:09:31 +0300
  • 48fa92a7e1 Fix no_http2 flag in HttpServer Douman 2018-10-02 19:24:19 +0300
  • c8505bb53f content-length bug fix (#525) Danil Berestov 2018-10-03 00:15:48 +0800
  • 61288f6ac5 typo DanilBerestov 2018-10-02 22:20:01 +0800
  • a6bcdc8394 changes.md is updated DanilBerestov 2018-10-02 22:14:10 +0800
  • c871988bcc content-length bug fix DanilBerestov 2018-10-02 16:54:41 +0800
  • eed377e773 uneeded dep Nikolay Kim 2018-10-02 00:20:27 -0700
  • f3ce6574e4 fix client timer and add slow request tests Nikolay Kim 2018-10-02 00:19:28 -0700
  • f007860a16 cleanup warnings Nikolay Kim 2018-10-01 22:48:11 -0700
  • fdfadb52e1 fix doc test for State Nikolay Kim 2018-10-01 22:29:30 -0700
  • 368f73513a set tcp-keepalive for test as well Nikolay Kim 2018-10-01 22:25:53 -0700
  • c674ea9126 add StreamConfiguration service Nikolay Kim 2018-10-01 22:23:02 -0700
  • 7c78797d9b proper stop for test_ws_stopped test Nikolay Kim 2018-10-01 21:30:00 -0700
  • 84edc57fd9 increase sleep time Nikolay Kim 2018-10-01 21:19:27 -0700
  • 127af92541 clippy warnings Nikolay Kim 2018-10-01 21:16:56 -0700
  • e4686f6c8d set socket linger to 0 on timeout Nikolay Kim 2018-10-01 20:53:22 -0700
  • 1bac65de4c add websocket stopped test Nikolay Kim 2018-10-01 20:15:26 -0700
  • 16945a554a add client shutdown timeout Nikolay Kim 2018-10-01 20:04:16 -0700
  • 91af3ca148 simplify h1 dispatcher Nikolay Kim 2018-10-01 19:18:24 -0700
  • 2217a152cb expose app error by http service Nikolay Kim 2018-10-01 15:19:49 -0700
  • c1e0b4f322 expose internal http server types and allow to create custom http pipelines Nikolay Kim 2018-10-01 14:43:06 -0700
  • 5966ee6192 add HttpServer::register() function, allows to register services in actix net server Nikolay Kim 2018-09-28 16:03:53 -0700
  • 4aac3d6a92 refactor keep-alive timer Nikolay Kim 2018-09-28 15:04:59 -0700
  • e95babf8d3 log acctor init errors Nikolay Kim 2018-09-28 12:35:09 -0700
  • fc7c436387 drop server service errors Nikolay Kim 2018-09-28 12:22:49 -0700
  • f2d42e5e77 refactor acceptor error handling Nikolay Kim 2018-09-28 11:50:47 -0700
  • 0f1c80ccc6 deprecate start_incoming Nikolay Kim 2018-09-28 08:45:49 -0700
  • fc5088b55e fix tarpaulin args Nikolay Kim 2018-09-28 00:08:23 -0700
  • bec37fdbd5 update travis config Nikolay Kim 2018-09-27 22:23:29 -0700
  • 4b59ae2476 fix ssl config for client connector Nikolay Kim 2018-09-27 22:15:38 -0700
  • d0fc9d7b99 simplify listen_ and bind_ methods Nikolay Kim 2018-09-27 21:55:44 -0700
  • 1745a575a5 add constraints Nikolay Kim 2018-09-27 21:45:40 -0700
  • 1ff86e5ac4 restore rust-tls support Nikolay Kim 2018-09-27 21:24:21 -0700
  • a2245c1751 add rust-tls support Nikolay Kim 2018-09-27 21:06:27 -0700