1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

Commit Graph

  • 21c8c0371d travis config Nikolay Kim 2018-01-21 08:50:29 -0800
  • 1914a6a0d8 Always enable content encoding if encoding explicitly selected Nikolay Kim 2018-01-21 08:31:46 -0800
  • 1cff4619e7 reduce threshold for content encoding Nikolay Kim 2018-01-21 08:12:04 -0800
  • 7bb7adf89c relax InternalError constraints Nikolay Kim 2018-01-20 22:02:42 -0800
  • f55ff24925 fix guide example Nikolay Kim 2018-01-20 21:40:18 -0800
  • f5f78d79e6 update doc strings Nikolay Kim 2018-01-20 21:16:31 -0800
  • 9180625dfd refactor helper error types Nikolay Kim 2018-01-20 21:11:46 -0800
  • 552320bae2 add error logging guide section Nikolay Kim 2018-01-20 20:21:01 -0800
  • 7cf221f767 Log request processing errors Nikolay Kim 2018-01-20 20:12:24 -0800
  • 98931a8623 test case for broken transfer encoding Nikolay Kim 2018-01-20 16:51:18 -0800
  • ae10a89014 use ws masking from tungstenite project Nikolay Kim 2018-01-20 16:47:34 -0800
  • 71d534dadb CORS middleware: allowed_headers is defaulting to None #50 Nikolay Kim 2018-01-20 16:36:57 -0800
  • 867bb1d409 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-20 16:12:51 -0800
  • 91c44a1cf1 Fix HEAD requests handling Nikolay Kim 2018-01-20 16:12:38 -0800
  • 69c3ab2f92 use actix-web release Nikolay Kim 2018-01-19 10:38:36 -0800
  • 3bc60a8d5d
    Merge pull request #53 from andreevlex/spelling-check-2 Nikolay Kim 2018-01-16 12:07:58 -0800
  • 58df8fa4b9 spelling check Alexander Andreev 2018-01-16 21:59:33 +0300
  • 81f92b43e5
    Merge pull request #52 from andreevlex/spelling-check Nikolay Kim 2018-01-15 14:16:54 -0800
  • e1d9c3803b spelling check Alexander Andreev 2018-01-16 00:47:25 +0300
  • a7c24aace1 flush is useless Nikolay Kim 2018-01-14 19:28:34 -0800
  • 89a89e7b18 refactor shared bytes api Nikolay Kim 2018-01-14 17:00:28 -0800
  • 3425f7be40 fix tests Nikolay Kim 2018-01-14 14:58:58 -0800
  • 09a6f8a34f disable alpn feature Nikolay Kim 2018-01-14 14:44:32 -0800
  • 7060f298b4 use more binary Nikolay Kim 2018-01-14 14:40:39 -0800
  • 33dbe15760 use Binary for writer trait Nikolay Kim 2018-01-14 13:50:38 -0800
  • e95c7dfc29 use local actix-web for examples Nikolay Kim 2018-01-13 19:04:07 -0800
  • 927a92fcac impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49 Nikolay Kim 2018-01-13 18:58:17 -0800
  • 2b0f3d2a9a prepare release Nikolay Kim 2018-01-13 16:57:01 -0800
  • 93fdb596d4 Allow to explicitly disable chunked encoding Nikolay Kim 2018-01-13 16:17:33 -0800
  • 305666067e Do not enable chunked encoding for HTTP/1.0 Nikolay Kim 2018-01-13 12:46:43 -0800
  • b805d87ee7 no need for custom cookie module Nikolay Kim 2018-01-13 11:33:42 -0800
  • bc6bb9984f user guide spelling Nikolay Kim 2018-01-13 11:17:48 -0800
  • c043fd7912
    Merge pull request #47 from belltoy/master Nikolay Kim 2018-01-13 11:16:53 -0800
  • 781282897a fix directory entry path belltoy 2018-01-13 08:37:27 +0000
  • a9c71b2894 add link to cors middleware Nikolay Kim 2018-01-12 13:10:12 -0800
  • edd26837dd update dependency specs in user guide Nikolay Kim 2018-01-12 12:54:57 -0800
  • 3105bca13b use cookie-rs released create Nikolay Kim 2018-01-12 12:32:54 -0800
  • c470e7a02b use flate2 released crate Nikolay Kim 2018-01-12 12:31:33 -0800
  • 8a96e8fdd0 disable compression for static files Nikolay Kim 2018-01-11 23:49:53 -0800
  • e919ec485e cleanup http channel Nikolay Kim 2018-01-11 22:06:06 -0800
  • e482b88741 refactor http protocol selection procedure Nikolay Kim 2018-01-11 21:48:36 -0800
  • eb8052b936 fix cors tests Nikolay Kim 2018-01-11 20:20:50 -0800
  • dab918261c fix cors allowed header validation Nikolay Kim 2018-01-11 20:11:34 -0800
  • 11342e4566 add link to gitter Nikolay Kim 2018-01-11 18:49:30 -0800
  • f7b895b53a add link to github Nikolay Kim 2018-01-11 18:47:34 -0800
  • ac89880c0a move encoding to server Nikolay Kim 2018-01-11 18:41:33 -0800
  • 8a058efb4e move server protocol impl to submodule Nikolay Kim 2018-01-11 18:35:05 -0800
  • fa93701bee upgrade packages Nikolay Kim 2018-01-11 16:47:55 -0800
  • 0707dfe5bb flush stream on drain Nikolay Kim 2018-01-11 16:22:27 -0800
  • 0a41ecd01d disable test Nikolay Kim 2018-01-11 15:38:57 -0800
  • 0648ad6f33 fix implicit chunked encoding Nikolay Kim 2018-01-11 15:26:46 -0800
  • 728d4f1f57 clean cargo before running skeptic tests Nikolay Kim 2018-01-11 11:39:17 -0800
  • d152860fa7 add Cors::register method Nikolay Kim 2018-01-11 11:14:18 -0800
  • 43f14224b1 properly enable encoding tests Nikolay Kim 2018-01-10 22:42:26 -0800
  • f7d9b45e64 travis config Nikolay Kim 2018-01-10 21:49:23 -0800
  • 448b73a4b5 encoding tests Nikolay Kim 2018-01-10 21:47:30 -0800
  • 1a31554ee6 travis config Nikolay Kim 2018-01-10 21:02:28 -0800
  • 49cdddf479 upgrade flate package Nikolay Kim 2018-01-10 20:28:06 -0800
  • aed90ed458 rename payload Nikolay Kim 2018-01-10 20:08:13 -0800
  • abb6c6ba0a update session impl Nikolay Kim 2018-01-10 16:51:09 -0800
  • e0faf3f69c refactor pipeline impl Nikolay Kim 2018-01-10 16:45:57 -0800
  • f7807e43d8 cleanup Binary type; more cors tests Nikolay Kim 2018-01-10 15:28:33 -0800
  • fee54d1de0 tests for cors response Nikolay Kim 2018-01-10 14:56:45 -0800
  • 1445cc7a2c test for cors Nikolay Kim 2018-01-10 14:21:48 -0800
  • 16e9512457 better names for cors errors Nikolay Kim 2018-01-10 14:20:00 -0800
  • 615db0d9d8 complete cors implementation Nikolay Kim 2018-01-10 13:41:33 -0800
  • 3f3dcf413b move websocket code to submodule Nikolay Kim 2018-01-10 11:13:29 -0800
  • d85081b64e update websocket examples Nikolay Kim 2018-01-10 10:40:14 -0800
  • 4b72a1b325 create custom WebsocketContext for websocket connection Nikolay Kim 2018-01-10 10:12:34 -0800
  • 8aae2daafa update example Nikolay Kim 2018-01-10 07:55:25 -0800
  • d7f59ce481 add cors preflight request support Nikolay Kim 2018-01-09 23:55:42 -0800
  • ce78f17a79 refactor Middleware trait, use Result Nikolay Kim 2018-01-09 22:48:35 -0800
  • 16310a5ebd initial work on cors middleware Nikolay Kim 2018-01-09 22:33:51 -0800
  • e8412672a2 add resource level middlewares support Nikolay Kim 2018-01-09 20:00:18 -0800
  • 6c7dda495b add very simple http/2 test Nikolay Kim 2018-01-09 12:49:46 -0800
  • 584d0c9e99 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-09 10:08:14 -0800
  • a159a9cd6e cleanup doc tests Nikolay Kim 2018-01-09 10:08:06 -0800
  • 9d4e926302
    Merge pull request #45 from ami44/master Nikolay Kim 2018-01-08 11:33:36 -0800
  • 41c94a1220 fix url ami44 2018-01-08 19:10:47 +0100
  • c7798ef45d update examples Nikolay Kim 2018-01-07 19:40:42 -0800
  • ae28b1ad81 use actix 0.4.2 Nikolay Kim 2018-01-07 19:26:51 -0800
  • d696c1692e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-07 19:10:55 -0800
  • f90bc0caae do no stop on write_eof Nikolay Kim 2018-01-07 19:10:42 -0800
  • f802fe09e6 fix context poll Nikolay Kim 2018-01-07 17:13:49 -0800
  • 513fcd4a47
    Update README.md Nikolay Kim 2018-01-07 08:33:06 -0800
  • c28d052d22
    Merge pull request #44 from krircc/master Nikolay Kim 2018-01-07 08:32:08 -0800
  • 550f68ca05
    Merge branch 'master' into master Nikolay Kim 2018-01-07 08:31:57 -0800
  • 3074071d03
    Merge branch 'master' into master Nikolay Kim 2018-01-07 08:31:31 -0800
  • 3ffefb8b29
    Merge pull request #42 from ami44/master Nikolay Kim 2018-01-07 08:30:42 -0800
  • 3cf2fbbb23
    Merge branch 'master' into master Ami44 2018-01-07 12:00:24 +0100
  • 896981cdf8 update examples Nikolay Kim 2018-01-06 23:22:10 -0800
  • 71da72efdb use general context impl Nikolay Kim 2018-01-06 22:59:39 -0800
  • 5e9b94a6dd
    Update README.md krircc 2018-01-07 11:07:51 +0800
  • 665f4edf6b upd examples basics ami44 2018-01-06 16:43:59 +0100
  • 247c23c1ea no need for StreamHandler Nikolay Kim 2018-01-06 01:06:35 -0800
  • 3ed9e872ad subscriber to os signals automatically Nikolay Kim 2018-01-05 16:32:36 -0800
  • cad71401e8 update actix to 0.4 Nikolay Kim 2018-01-05 14:52:07 -0800
  • 473ec38439 use dev cookies package as temp solution for ring problem Nikolay Kim 2018-01-05 14:50:33 -0800
  • 524493e0b0 pin nightly Nikolay Kim 2018-01-05 14:29:40 -0800
  • 5ae646332e update example to use actix 0.4 Nikolay Kim 2018-01-05 14:01:19 -0800