1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-24 05:44:06 +02:00

Commit Graph

  • 35efd017bb impl waiting for HttpContext Nikolay Kim 2018-01-23 09:42:04 -08:00
  • 4303299568 use actix release Nikolay Kim 2018-01-23 09:26:52 -08:00
  • 2e481e5b7d fix crate link Nikolay Kim 2018-01-22 23:17:37 -08:00
  • cc314cee76 add badges Nikolay Kim 2018-01-22 23:16:24 -08:00
  • 06e813cf03 fix crate name in readme Nikolay Kim 2018-01-22 23:14:04 -08:00
  • 4c60317926 add doc links Nikolay Kim 2018-01-22 23:13:18 -08:00
  • 1d23c14676 update readme Nikolay Kim 2018-01-22 22:50:04 -08:00
  • 0b9821b36c remove chat check Nikolay Kim 2018-01-22 22:46:39 -08:00
  • ae292eae6d actix ver Nikolay Kim 2018-01-22 22:37:38 -08:00
  • 118d0de8e6 add tests Nikolay Kim 2018-01-22 22:28:29 -08:00
  • fb76c490c6 mention tokio handle in guide Nikolay Kim 2018-01-22 20:10:05 -08:00
  • 3653c78e92 check example on stable Nikolay Kim 2018-01-22 19:49:19 -08:00
  • 1053c44326 pin new actix version Nikolay Kim 2018-01-22 17:01:54 -08:00
  • e6ea177181 impl WebsocketContext::waiting() method Nikolay Kim 2018-01-22 16:55:50 -08:00
  • 5b9b8c6dd9 session code cleanup Nikolay Kim 2018-01-22 10:50:24 -08:00
  • 7910c7b511 comment Nikolay Kim 2018-01-22 10:43:36 -08:00
  • 91709bc17f cleanup impl Nikolay Kim 2018-01-22 10:42:13 -08:00
  • d665d4d761 update actix api Nikolay Kim 2018-01-22 10:27:59 -08:00
  • cb4a6036f8 update actix Nikolay Kim 2018-01-22 01:05:50 -08:00
  • 237030dbfc better connection handling Nikolay Kim 2018-01-22 00:40:50 -08:00
  • 1957469061 code of conduct Nikolay Kim 2018-01-21 15:29:02 -08:00
  • 2227120ae0 exclude examples Nikolay Kim 2018-01-21 09:09:03 -08:00
  • 21c8c0371d travis config Nikolay Kim 2018-01-21 08:50:29 -08:00
  • 1914a6a0d8 Always enable content encoding if encoding explicitly selected Nikolay Kim 2018-01-21 08:31:46 -08:00
  • 1cff4619e7 reduce threshold for content encoding Nikolay Kim 2018-01-21 08:12:04 -08:00
  • 7bb7adf89c relax InternalError constraints Nikolay Kim 2018-01-20 22:02:42 -08:00
  • f55ff24925 fix guide example Nikolay Kim 2018-01-20 21:40:18 -08:00
  • f5f78d79e6 update doc strings Nikolay Kim 2018-01-20 21:16:31 -08:00
  • 9180625dfd refactor helper error types Nikolay Kim 2018-01-20 21:11:46 -08:00
  • 552320bae2 add error logging guide section Nikolay Kim 2018-01-20 20:21:01 -08:00
  • 7cf221f767 Log request processing errors Nikolay Kim 2018-01-20 20:12:24 -08:00
  • 98931a8623 test case for broken transfer encoding Nikolay Kim 2018-01-20 16:51:18 -08:00
  • ae10a89014 use ws masking from tungstenite project Nikolay Kim 2018-01-20 16:47:34 -08:00
  • 71d534dadb CORS middleware: allowed_headers is defaulting to None #50 Nikolay Kim 2018-01-20 16:36:57 -08:00
  • 867bb1d409 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-20 16:12:51 -08:00
  • 91c44a1cf1 Fix HEAD requests handling Nikolay Kim 2018-01-20 16:12:38 -08:00
  • 69c3ab2f92 use actix-web release Nikolay Kim 2018-01-19 10:38:36 -08:00
  • 3bc60a8d5d
    Merge pull request #53 from andreevlex/spelling-check-2 Nikolay Kim 2018-01-16 12:07:58 -08:00
  • 58df8fa4b9 spelling check Alexander Andreev 2018-01-16 21:59:33 +03:00
  • 81f92b43e5
    Merge pull request #52 from andreevlex/spelling-check Nikolay Kim 2018-01-15 14:16:54 -08:00
  • e1d9c3803b spelling check Alexander Andreev 2018-01-16 00:47:25 +03:00
  • a7c24aace1 flush is useless Nikolay Kim 2018-01-14 19:28:34 -08:00
  • 89a89e7b18 refactor shared bytes api Nikolay Kim 2018-01-14 17:00:28 -08:00
  • 3425f7be40 fix tests Nikolay Kim 2018-01-14 14:58:58 -08:00
  • 09a6f8a34f disable alpn feature Nikolay Kim 2018-01-14 14:44:32 -08:00
  • 7060f298b4 use more binary Nikolay Kim 2018-01-14 14:40:39 -08:00
  • 33dbe15760 use Binary for writer trait Nikolay Kim 2018-01-14 13:50:38 -08:00
  • e95c7dfc29 use local actix-web for examples Nikolay Kim 2018-01-13 19:04:07 -08:00
  • 927a92fcac impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49 Nikolay Kim 2018-01-13 18:58:17 -08:00
  • 2b0f3d2a9a prepare release Nikolay Kim 2018-01-13 16:57:01 -08:00
  • 93fdb596d4 Allow to explicitly disable chunked encoding Nikolay Kim 2018-01-13 16:17:33 -08:00
  • 305666067e Do not enable chunked encoding for HTTP/1.0 Nikolay Kim 2018-01-13 12:46:43 -08:00
  • b805d87ee7 no need for custom cookie module Nikolay Kim 2018-01-13 11:33:42 -08:00
  • bc6bb9984f user guide spelling Nikolay Kim 2018-01-13 11:17:48 -08:00
  • c043fd7912
    Merge pull request #47 from belltoy/master Nikolay Kim 2018-01-13 11:16:53 -08:00
  • 781282897a fix directory entry path belltoy 2018-01-13 08:37:27 +00:00
  • a9c71b2894 add link to cors middleware Nikolay Kim 2018-01-12 13:10:12 -08:00
  • edd26837dd update dependency specs in user guide Nikolay Kim 2018-01-12 12:54:57 -08:00
  • 3105bca13b use cookie-rs released create Nikolay Kim 2018-01-12 12:32:54 -08:00
  • c470e7a02b use flate2 released crate Nikolay Kim 2018-01-12 12:31:33 -08:00
  • 8a96e8fdd0 disable compression for static files Nikolay Kim 2018-01-11 23:49:53 -08:00
  • e919ec485e cleanup http channel Nikolay Kim 2018-01-11 22:06:06 -08:00
  • e482b88741 refactor http protocol selection procedure Nikolay Kim 2018-01-11 21:48:36 -08:00
  • eb8052b936 fix cors tests Nikolay Kim 2018-01-11 20:20:50 -08:00
  • dab918261c fix cors allowed header validation Nikolay Kim 2018-01-11 20:11:34 -08:00
  • 11342e4566 add link to gitter Nikolay Kim 2018-01-11 18:49:30 -08:00
  • f7b895b53a add link to github Nikolay Kim 2018-01-11 18:47:34 -08:00
  • ac89880c0a move encoding to server Nikolay Kim 2018-01-11 18:41:33 -08:00
  • 8a058efb4e move server protocol impl to submodule Nikolay Kim 2018-01-11 18:35:05 -08:00
  • fa93701bee upgrade packages Nikolay Kim 2018-01-11 16:47:55 -08:00
  • 0707dfe5bb flush stream on drain Nikolay Kim 2018-01-11 16:22:27 -08:00
  • 0a41ecd01d disable test Nikolay Kim 2018-01-11 15:38:57 -08:00
  • 0648ad6f33 fix implicit chunked encoding Nikolay Kim 2018-01-11 15:26:46 -08:00
  • 728d4f1f57 clean cargo before running skeptic tests Nikolay Kim 2018-01-11 11:39:17 -08:00
  • d152860fa7 add Cors::register method Nikolay Kim 2018-01-11 11:14:18 -08:00
  • 43f14224b1 properly enable encoding tests Nikolay Kim 2018-01-10 22:42:26 -08:00
  • f7d9b45e64 travis config Nikolay Kim 2018-01-10 21:49:23 -08:00
  • 448b73a4b5 encoding tests Nikolay Kim 2018-01-10 21:47:30 -08:00
  • 1a31554ee6 travis config Nikolay Kim 2018-01-10 21:02:28 -08:00
  • 49cdddf479 upgrade flate package Nikolay Kim 2018-01-10 20:28:06 -08:00
  • aed90ed458 rename payload Nikolay Kim 2018-01-10 20:08:13 -08:00
  • abb6c6ba0a update session impl Nikolay Kim 2018-01-10 16:51:09 -08:00
  • e0faf3f69c refactor pipeline impl Nikolay Kim 2018-01-10 16:45:57 -08:00
  • f7807e43d8 cleanup Binary type; more cors tests Nikolay Kim 2018-01-10 15:28:33 -08:00
  • fee54d1de0 tests for cors response Nikolay Kim 2018-01-10 14:56:45 -08:00
  • 1445cc7a2c test for cors Nikolay Kim 2018-01-10 14:21:48 -08:00
  • 16e9512457 better names for cors errors Nikolay Kim 2018-01-10 14:20:00 -08:00
  • 615db0d9d8 complete cors implementation Nikolay Kim 2018-01-10 13:41:33 -08:00
  • 3f3dcf413b move websocket code to submodule Nikolay Kim 2018-01-10 11:13:29 -08:00
  • d85081b64e update websocket examples Nikolay Kim 2018-01-10 10:40:14 -08:00
  • 4b72a1b325 create custom WebsocketContext for websocket connection Nikolay Kim 2018-01-10 10:12:34 -08:00
  • 8aae2daafa update example Nikolay Kim 2018-01-10 07:55:25 -08:00
  • d7f59ce481 add cors preflight request support Nikolay Kim 2018-01-09 23:55:42 -08:00
  • ce78f17a79 refactor Middleware trait, use Result Nikolay Kim 2018-01-09 22:48:35 -08:00
  • 16310a5ebd initial work on cors middleware Nikolay Kim 2018-01-09 22:33:51 -08:00
  • e8412672a2 add resource level middlewares support Nikolay Kim 2018-01-09 20:00:18 -08:00
  • 6c7dda495b add very simple http/2 test Nikolay Kim 2018-01-09 12:49:46 -08:00
  • 584d0c9e99 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-09 10:08:14 -08:00
  • a159a9cd6e cleanup doc tests Nikolay Kim 2018-01-09 10:08:06 -08:00
  • 9d4e926302
    Merge pull request #45 from ami44/master Nikolay Kim 2018-01-08 11:33:36 -08:00