1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-18 11:56:51 +02:00

Commit Graph

  • d145136e56 Add individual check for TLS features Douman 2018-10-13 09:54:03 +03:00
  • b960b5827c export Uri Nikolay Kim 2018-10-11 20:15:10 -07:00
  • 32145cf6c3 fix after update tokio-rustls (#542) jeizsm 2018-10-11 11:05:07 +03:00
  • 06addd5523 update deps Nikolay Kim 2018-10-10 13:23:25 -07:00
  • 47b47af01a refactor ws codec Nikolay Kim 2018-10-10 13:20:00 -07:00
  • ec8aef6b43 update dep versions v0.7.12 Nikolay Kim 2018-10-10 08:36:16 -07:00
  • 4eabf3994a set min versions for actix and trust-dns v0.1.1 Nikolay Kim 2018-10-10 08:23:42 -07:00
  • f45038bbfe remove unused code v0.7.11 Nikolay Kim 2018-10-09 13:23:37 -07:00
  • c63838bb71 fix 204 support for http/2 Nikolay Kim 2018-10-09 13:12:49 -07:00
  • 4d17a9afcc update version v0.7.10 Nikolay Kim 2018-10-09 11:42:52 -07:00
  • 65e9201b4d Fixed panic during graceful shutdown Nikolay Kim 2018-10-09 11:35:57 -07:00
  • 4a167dc89e update readme example Nikolay Kim 2018-10-09 10:46:00 -07:00
  • 1407bf4f7f simplify h1 codec messages Nikolay Kim 2018-10-09 10:36:40 -07:00
  • c3ad516f56 disable shutdown atm v0.7.9 Nikolay Kim 2018-10-09 09:45:24 -07:00
  • cb78d9d41a use actix-net release Nikolay Kim 2018-10-08 22:04:53 -07:00
  • e32961a897 docs url Nikolay Kim 2018-10-08 22:02:38 -07:00
  • 93b1c5fd46 update deps Nikolay Kim 2018-10-08 21:58:37 -07:00
  • 4ff8c248c7 prep release v0.1.0 Nikolay Kim 2018-10-08 21:46:57 -07:00
  • fd5da5945e update appveyor config Nikolay Kim 2018-10-08 21:23:52 -07:00
  • 2b4870e65b fix tests on stable Nikolay Kim 2018-10-08 16:10:07 -07:00
  • 614d1696d8 add Framed2 Nikolay Kim 2018-10-08 15:38:52 -07:00
  • f99a723643 add Default impl for ServiceConfig Nikolay Kim 2018-10-08 15:52:12 -07:00
  • 3984ad45df separate ResponseLength::Zero is not needed Nikolay Kim 2018-10-08 15:33:38 -07:00
  • 4e7fac08b9 do not override content-length header Nikolay Kim 2018-10-08 15:30:59 -07:00
  • 805e7a4cd0 impl response body support Nikolay Kim 2018-10-08 15:24:51 -07:00
  • 07f6ca4b71 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-10-08 13:06:49 -07:00
  • 03d988b898 refactor date rendering Nikolay Kim 2018-10-08 10:16:19 -07:00
  • 431e33acb2 add Date header to response Nikolay Kim 2018-10-08 10:14:29 -07:00
  • 30db78c19c use TakeItem instead of TakeRequest Nikolay Kim 2018-10-08 07:55:01 -07:00
  • cfad5bf1f3 enable slow request timeout for h2 dispatcher Nikolay Kim 2018-10-08 07:47:42 -07:00
  • 8acf9eb98a better keep-alive handling Nikolay Kim 2018-10-07 10:09:48 -07:00
  • 13193a0721 refactor http/1 dispatcher Nikolay Kim 2018-10-07 09:48:53 -07:00
  • 9c4a55c95c simplify H1Service configuration Nikolay Kim 2018-10-07 08:28:38 -07:00
  • 8d85c45c1d simplify error handling Nikolay Kim 2018-10-07 00:04:38 -07:00
  • b0ca6220f0 refactor te encoding Nikolay Kim 2018-10-06 22:36:57 -07:00
  • dda5b399ca add content-length test Nikolay Kim 2018-10-06 21:32:01 -07:00
  • 25af82c45a cleanup dependencies Nikolay Kim 2018-10-06 21:14:02 -07:00
  • 87b83a3403 update tests, remove unused deps Nikolay Kim 2018-10-06 21:07:32 -07:00
  • c368abdf5f remove Json type Nikolay Kim 2018-10-06 20:34:19 -07:00
  • ee62814216 split request decoder and payload decoder Nikolay Kim 2018-10-06 20:31:22 -07:00
  • 10678a22af test content length (#532) Danil Berestov 2018-10-06 13:17:20 +08:00
  • 7ae5a43877 httpresponse.rs doc fix (#534) lzx 2018-10-06 13:16:12 +08:00
  • 29ae1600a3 add TakeItem service Nikolay Kim 2018-10-05 16:00:44 -07:00
  • c0699a070e add TakeRequest service; update ws test case Nikolay Kim 2018-10-05 15:39:35 -07:00
  • d204c438a1 add IntoFramed service Nikolay Kim 2018-10-05 15:37:15 -07:00
  • 7e135b798b add websocket transport and test Nikolay Kim 2018-10-05 14:30:40 -07:00
  • b1899e2bb1 allow to change framed codec Nikolay Kim 2018-10-05 14:29:47 -07:00
  • f8efabdce7 expose service and framed instances from framed transport Nikolay Kim 2018-10-05 13:13:36 -07:00
  • 7da916e382 add forked version of Framed type Nikolay Kim 2018-10-05 13:07:09 -07:00
  • 5c0a2066cc refactor ws to a websocket codec Nikolay Kim 2018-10-05 12:47:22 -07:00
  • 8c2244dd88 rename HttpResponse Nikolay Kim 2018-10-05 11:04:59 -07:00
  • d53f3d7187 re-enable websockets Nikolay Kim 2018-10-05 10:19:15 -07:00
  • 2e27d77740 fix connection keepalive support Nikolay Kim 2018-10-05 10:03:10 -07:00
  • fbf67544e5 remove unused code Nikolay Kim 2018-10-05 08:00:36 -07:00
  • c24a8f4c2d remove high level apis Nikolay Kim 2018-10-05 07:02:09 -07:00
  • c99f9eaa63
    Update test_h1v2.rs Nikolay Kim 2018-10-05 05:59:02 -07:00
  • caa5a54b8f fix test and remove unused code Nikolay Kim 2018-10-04 23:46:43 -07:00
  • 7fdc18f9b9 calculate response parameters Nikolay Kim 2018-10-04 23:39:11 -07:00
  • e78014c65a fix travis link in readme Nikolay Kim 2018-10-04 21:19:43 -07:00
  • df50e636f1 update readme Nikolay Kim 2018-10-04 21:18:36 -07:00
  • 99a915e668 disable gh-pages update Nikolay Kim 2018-10-04 21:15:24 -07:00
  • 829dbae609 cleanups and tests Nikolay Kim 2018-10-04 21:14:18 -07:00
  • 4ca711909b refactor types Nikolay Kim 2018-10-04 20:02:10 -07:00
  • b15b2dda22 remove ServerSettings Nikolay Kim 2018-10-04 17:34:57 -07:00
  • 6aa2de7b8d remove actix-web artifacts Nikolay Kim 2018-10-04 17:00:27 -07:00
  • 13b0ee7355 stopping point Nikolay Kim 2018-10-04 16:22:00 -07:00
  • 2600179169 remove constraint Nikolay Kim 2018-10-03 10:34:14 -07:00
  • 1e1a4f846e use actix-net cell features Nikolay Kim 2018-10-02 22:23:51 -07:00
  • 20b03a4780 add custom cell Nikolay Kim 2018-10-02 22:18:07 -07:00
  • 79b525bc2f add .then() combinator Nikolay Kim 2018-10-02 21:47:50 -07:00
  • 028279713e simplify FnNewService Nikolay Kim 2018-10-02 21:31:11 -07:00
  • 49eea3bf76 travis config Nikolay Kim 2018-10-02 20:22:51 -07:00
  • b0677aa029 fix stable compatibility Nikolay Kim 2018-10-02 19:42:24 -07:00
  • 401ea574c0 make AcceptorTimeout::new public Nikolay Kim 2018-10-02 19:31:30 -07:00
  • bbcd618304 export AcceptorTimeout Nikolay Kim 2018-10-02 19:12:08 -07:00
  • 1f68ce8541 fix tests Nikolay Kim 2018-10-02 19:05:58 -07:00
  • 2710f70e39 add H1 transport Nikolay Kim 2018-10-02 17:30:29 -07:00
  • ae5c4dfb78 refactor http channels list; rename WorkerSettings Nikolay Kim 2018-10-02 15:25:32 -07:00
  • d7379bd10b update server ssl tests; upgrade rustls Nikolay Kim 2018-10-02 13:41:33 -07:00
  • 70efa00646 upgrade rustls Nikolay Kim 2018-10-02 13:37:30 -07:00
  • b59712c439 add ssl handshake timeout tests Nikolay Kim 2018-10-02 11:32:43 -07:00
  • 724668910b fix ssh handshake timeout Nikolay Kim 2018-10-02 11:18:59 -07:00
  • 61c7534e03 fix stream flushing Nikolay Kim 2018-10-02 10:43:23 -07:00
  • f8b176de9e
    Fix no_http2 flag in HttpServer (#526) Douman 2018-10-02 20:09:31 +03:00
  • c8505bb53f content-length bug fix (#525) Danil Berestov 2018-10-03 00:15:48 +08:00
  • eed377e773 uneeded dep Nikolay Kim 2018-10-02 00:20:27 -07:00
  • f3ce6574e4 fix client timer and add slow request tests Nikolay Kim 2018-10-02 00:19:28 -07:00
  • f007860a16 cleanup warnings Nikolay Kim 2018-10-01 22:48:11 -07:00
  • fdfadb52e1 fix doc test for State Nikolay Kim 2018-10-01 22:29:30 -07:00
  • 368f73513a set tcp-keepalive for test as well Nikolay Kim 2018-10-01 22:25:53 -07:00
  • c674ea9126 add StreamConfiguration service Nikolay Kim 2018-10-01 22:23:02 -07:00
  • 7c78797d9b proper stop for test_ws_stopped test Nikolay Kim 2018-10-01 21:30:00 -07:00
  • 84edc57fd9 increase sleep time Nikolay Kim 2018-10-01 21:19:27 -07:00
  • 127af92541 clippy warnings Nikolay Kim 2018-10-01 21:16:56 -07:00
  • e4686f6c8d set socket linger to 0 on timeout Nikolay Kim 2018-10-01 20:53:22 -07:00
  • 1bac65de4c add websocket stopped test Nikolay Kim 2018-10-01 20:15:26 -07:00
  • 16945a554a add client shutdown timeout Nikolay Kim 2018-10-01 20:04:16 -07:00
  • 91af3ca148 simplify h1 dispatcher Nikolay Kim 2018-10-01 19:18:24 -07:00
  • 2217a152cb expose app error by http service Nikolay Kim 2018-10-01 15:19:49 -07:00
  • c1e0b4f322 expose internal http server types and allow to create custom http pipelines Nikolay Kim 2018-10-01 14:43:06 -07:00