1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-17 10:13:30 +01:00

Commit Graph

  • 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
  • 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
  • 41c94a1220 fix url ami44 2018-01-08 19:10:47 +01:00
  • c7798ef45d update examples Nikolay Kim 2018-01-07 19:40:42 -08:00
  • d696c1692e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-07 19:10:55 -08:00
  • f90bc0caae do no stop on write_eof Nikolay Kim 2018-01-07 19:10:42 -08:00
  • f802fe09e6 fix context poll Nikolay Kim 2018-01-07 17:13:49 -08:00
  • 513fcd4a47
    Update README.md Nikolay Kim 2018-01-07 08:33:06 -08:00
  • c28d052d22
    Merge pull request #44 from krircc/master Nikolay Kim 2018-01-07 08:32:08 -08:00
  • 550f68ca05
    Merge branch 'master' into master Nikolay Kim 2018-01-07 08:31:57 -08:00
  • 3074071d03
    Merge branch 'master' into master Nikolay Kim 2018-01-07 08:31:31 -08:00
  • 3ffefb8b29
    Merge pull request #42 from ami44/master Nikolay Kim 2018-01-07 08:30:42 -08:00
  • 3cf2fbbb23
    Merge branch 'master' into master Ami44 2018-01-07 12:00:24 +01:00
  • 896981cdf8 update examples Nikolay Kim 2018-01-06 23:22:10 -08:00
  • 71da72efdb use general context impl Nikolay Kim 2018-01-06 22:59:39 -08:00
  • 5e9b94a6dd
    Update README.md krircc 2018-01-07 11:07:51 +08:00
  • 665f4edf6b upd examples basics ami44 2018-01-06 16:43:59 +01:00
  • 247c23c1ea no need for StreamHandler Nikolay Kim 2018-01-06 01:06:35 -08:00
  • 3ed9e872ad subscriber to os signals automatically Nikolay Kim 2018-01-05 16:32:36 -08:00
  • 473ec38439 use dev cookies package as temp solution for ring problem Nikolay Kim 2018-01-05 14:50:33 -08:00
  • 524493e0b0 pin nightly Nikolay Kim 2018-01-05 14:29:40 -08:00
  • 5ae646332e update example to use actix 0.4 Nikolay Kim 2018-01-05 14:01:19 -08:00
  • 5ff35f5b99 upgrade to actix 0.4 Nikolay Kim 2018-01-05 13:30:21 -08:00
  • dea354d6d8 fix basic example in guide Nikolay Kim 2018-01-04 16:21:18 -08:00
  • 20d5c61c11 set nodelay for streams Nikolay Kim 2018-01-04 09:32:47 -08:00
  • 91230afc44 fix time calculations Nikolay Kim 2018-01-04 09:32:33 -08:00
  • afeffe4b19 encode returns result Nikolay Kim 2018-01-04 09:32:15 -08:00
  • fdf7726831 update changelog Nikolay Kim 2018-01-03 23:59:12 -08:00
  • 9559f6a175 introduce IoStream trait for low level stream operations Nikolay Kim 2018-01-03 23:41:55 -08:00
  • 1f7aee23df shutdown io streams before exit Nikolay Kim 2018-01-03 22:43:44 -08:00
  • bf11bfed8e use explicit actix:: mod Nikolay Kim 2018-01-03 19:11:40 -08:00
  • e439d0546b * fix force_close Nikolay Kim 2018-01-03 18:21:34 -08:00
  • 8348c830e2 no need for mut ref Nikolay Kim 2018-01-03 10:57:57 -08:00
  • ae084d1146 added helper future for reading request body Nikolay Kim 2018-01-03 09:23:58 -08:00
  • 88031b7fde remove debug prints Nikolay Kim 2018-01-03 09:00:22 -08:00
  • 70ea43b3c0 fix drain support for actor; make pattern more reusable Nikolay Kim 2018-01-02 23:43:17 -08:00
  • 9e6d090fd0 update readme example Nikolay Kim 2018-01-02 19:57:25 -08:00
  • 7af3b3f956 update example Nikolay Kim 2018-01-02 19:43:59 -08:00
  • 3a59344ffb update h2 lib Nikolay Kim 2018-01-02 19:37:33 -08:00
  • 3768a2885d fix examples Nikolay Kim 2018-01-02 15:52:11 -08:00
  • f0fdcc9936 handle application prefix for handlers; use handler for StaticFiles Nikolay Kim 2018-01-02 15:23:31 -08:00
  • 77ba1de305 flush encoder Nikolay Kim 2018-01-02 14:53:51 -08:00
  • fb2c78d9fc add hello-world example Nikolay Kim 2018-01-02 13:42:30 -08:00
  • b49eadf7e5 fix content length serialization #33 Nikolay Kim 2018-01-02 13:39:32 -08:00
  • 9040f588af allow to handle entire sub path Nikolay Kim 2018-01-02 13:09:02 -08:00
  • 863e830d44 Merge 955c45118f80c060d07137227ccef12dee1ace6d into 284b59722a429154bc18105ee77b888970dfe8e4 Ami44 2018-01-01 17:31:59 +00:00
  • 284b59722a update websocket example Nikolay Kim 2018-01-01 09:31:42 -08:00
  • e798af26a2
    Merge pull request #27 from ami44/master Ami44 2018-01-01 12:26:07 +01:00
  • fc88bb294a Merge remote-tracking branch 'upstream/master' ami44 2018-01-01 12:22:03 +01:00
  • f3a90a2829 add example to workspace Nikolay Kim 2017-12-31 22:22:56 -08:00
  • d2f54b7d19 use workspace Nikolay Kim 2017-12-31 21:55:25 -08:00
  • 8e89ff1d1e fix examples Nikolay Kim 2017-12-31 20:08:35 -08:00
  • cc38b30f7b refactor http actor usage Nikolay Kim 2017-12-31 17:26:32 -08:00
  • 967d3244d7 fix http/2 support Nikolay Kim 2017-12-31 13:22:11 -08:00
  • 955c45118f upd basic with favicon and subpage ami44 2017-12-31 14:45:42 +01:00
  • d8548ad83b update examples/diesel readme ami44 2017-12-31 08:12:26 +01:00
  • 5741b8b372 add examples/websocket ami44 2017-12-30 22:43:10 +01:00
  • 7962d28a6d move examples/websocket.rs to examples/websocket ami44 2017-12-30 21:47:39 +01:00
  • e18f9f3f3a
    Merge pull request #1 from actix/master Ami44 2017-12-30 21:27:48 +01:00
  • 73e2773a10 minor fix guide/ ami44 2017-12-30 21:13:23 +01:00
  • c998c75515 move examples/state.rs to examples/state ami44 2017-12-30 21:08:54 +01:00
  • f1f5b23e77 fix readme examples/signal ami44 2017-12-30 21:08:12 +01:00
  • 76b03851e6 fix examples - disable signal if windows ami44 2017-12-30 21:05:03 +01:00
  • 87188e1505 minor fix examples/websocket-chat ami44 2017-12-30 16:50:49 +01:00
  • df393df547 move example/basic.rs to examples/basic ami44 2017-12-30 16:50:17 +01:00
  • a1dc5a6bd1 update examples/tls/README ami44 2017-12-30 16:24:50 +01:00
  • 8e580ef7b9 add README examples/template_tera ami44 2017-12-30 16:10:29 +01:00
  • 12345004dd add README examples/signals ami44 2017-12-30 16:10:00 +01:00
  • a1a77600c6 add README example/multipart ami44 2017-12-30 16:09:39 +01:00
  • d7d9e8c0e9 update json example ami44 2017-12-30 16:08:18 +01:00
  • e93af57fa7 add json example link ami44 2017-12-30 16:07:39 +01:00
  • a166fc82f4 add json-rust example ami44 2017-12-30 15:24:12 +01:00
  • 2d769f805a add diesel+postgresql link Alban Minassian 2017-12-30 12:21:34 +01:00
  • 6ea894547d better application handling, fix url_for method for routes with prefix Nikolay Kim 2017-12-29 14:04:13 -08:00
  • 491d43aa8c update tests Nikolay Kim 2017-12-29 11:49:36 -08:00
  • 1baead993a call poll_io recursevely aftre drain completion Nikolay Kim 2017-12-29 11:45:56 -08:00