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

Commit graph

  • 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 v0.3.1 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 #47 belltoy 2018-01-13 08:37:27 +0000
  • a9c71b2894 add link to cors middleware v0.3.0 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
  • 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 #45 ami44 2018-01-08 19:10:47 +0100
  • c7798ef45d update examples Nikolay Kim 2018-01-07 19:40:42 -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 #44 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 #42 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
  • 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
  • 5ff35f5b99 upgrade to actix 0.4 Nikolay Kim 2018-01-05 13:30:21 -0800
  • dea354d6d8 fix basic example in guide Nikolay Kim 2018-01-04 16:21:18 -0800
  • 20d5c61c11 set nodelay for streams Nikolay Kim 2018-01-04 09:32:47 -0800
  • 91230afc44 fix time calculations Nikolay Kim 2018-01-04 09:32:33 -0800
  • afeffe4b19 encode returns result Nikolay Kim 2018-01-04 09:32:15 -0800
  • fdf7726831 update changelog Nikolay Kim 2018-01-03 23:59:12 -0800
  • 9559f6a175 introduce IoStream trait for low level stream operations Nikolay Kim 2018-01-03 23:41:55 -0800
  • 1f7aee23df shutdown io streams before exit Nikolay Kim 2018-01-03 22:43:44 -0800
  • bf11bfed8e use explicit actix:: mod Nikolay Kim 2018-01-03 19:11:40 -0800
  • e439d0546b * fix force_close Nikolay Kim 2018-01-03 18:21:34 -0800
  • 8348c830e2 no need for mut ref Nikolay Kim 2018-01-03 10:57:57 -0800
  • ae084d1146 added helper future for reading request body Nikolay Kim 2018-01-03 09:23:58 -0800
  • 88031b7fde remove debug prints Nikolay Kim 2018-01-03 09:00:22 -0800
  • 70ea43b3c0 fix drain support for actor; make pattern more reusable Nikolay Kim 2018-01-02 23:43:17 -0800
  • 9e6d090fd0 update readme example Nikolay Kim 2018-01-02 19:57:25 -0800
  • 7af3b3f956 update example Nikolay Kim 2018-01-02 19:43:59 -0800
  • 3a59344ffb update h2 lib Nikolay Kim 2018-01-02 19:37:33 -0800
  • 3768a2885d fix examples Nikolay Kim 2018-01-02 15:52:11 -0800
  • f0fdcc9936 handle application prefix for handlers; use handler for StaticFiles Nikolay Kim 2018-01-02 15:23:31 -0800
  • 77ba1de305 flush encoder Nikolay Kim 2018-01-02 14:53:51 -0800
  • fb2c78d9fc add hello-world example Nikolay Kim 2018-01-02 13:42:30 -0800
  • b49eadf7e5 fix content length serialization #33 Nikolay Kim 2018-01-02 13:39:32 -0800
  • 9040f588af allow to handle entire sub path Nikolay Kim 2018-01-02 13:09:02 -0800
  • 863e830d44 Merge 955c45118f into 284b59722a #30 Ami44 2018-01-01 17:31:59 +0000
  • 284b59722a update websocket example Nikolay Kim 2018-01-01 09:31:42 -0800
  • e798af26a2
    Merge pull request #27 from ami44/master Ami44 2018-01-01 12:26:07 +0100
  • fc88bb294a Merge remote-tracking branch 'upstream/master' #27 ami44 2018-01-01 12:22:03 +0100
  • f3a90a2829 add example to workspace Nikolay Kim 2017-12-31 22:22:56 -0800
  • d2f54b7d19 use workspace Nikolay Kim 2017-12-31 21:55:25 -0800