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

Commit Graph

  • 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
  • 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' 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
  • 8e89ff1d1e fix examples Nikolay Kim 2017-12-31 20:08:35 -0800
  • cc38b30f7b refactor http actor usage Nikolay Kim 2017-12-31 17:26:32 -0800
  • 967d3244d7 fix http/2 support Nikolay Kim 2017-12-31 13:22:11 -0800
  • d8548ad83b update examples/diesel readme ami44 2017-12-31 08:12:26 +0100
  • 5741b8b372 add examples/websocket ami44 2017-12-30 22:43:10 +0100
  • 7962d28a6d move examples/websocket.rs to examples/websocket ami44 2017-12-30 21:47:39 +0100
  • e18f9f3f3a
    Merge pull request #1 from actix/master Ami44 2017-12-30 21:27:48 +0100
  • 73e2773a10 minor fix guide/ ami44 2017-12-30 21:13:23 +0100
  • c998c75515 move examples/state.rs to examples/state ami44 2017-12-30 21:08:54 +0100
  • f1f5b23e77 fix readme examples/signal ami44 2017-12-30 21:08:12 +0100
  • 76b03851e6 fix examples - disable signal if windows ami44 2017-12-30 21:05:03 +0100
  • 87188e1505 minor fix examples/websocket-chat ami44 2017-12-30 16:50:49 +0100
  • df393df547 move example/basic.rs to examples/basic ami44 2017-12-30 16:50:17 +0100
  • a1dc5a6bd1 update examples/tls/README ami44 2017-12-30 16:24:50 +0100
  • 8e580ef7b9 add README examples/template_tera ami44 2017-12-30 16:10:29 +0100
  • 12345004dd add README examples/signals ami44 2017-12-30 16:10:00 +0100
  • a1a77600c6 add README example/multipart ami44 2017-12-30 16:09:39 +0100
  • d7d9e8c0e9 update json example ami44 2017-12-30 16:08:18 +0100
  • e93af57fa7 add json example link ami44 2017-12-30 16:07:39 +0100
  • a166fc82f4 add json-rust example ami44 2017-12-30 15:24:12 +0100
  • 2d769f805a add diesel+postgresql link Alban Minassian 2017-12-30 12:21:34 +0100
  • 6ea894547d better application handling, fix url_for method for routes with prefix Nikolay Kim 2017-12-29 14:04:13 -0800
  • 491d43aa8c update tests Nikolay Kim 2017-12-29 11:49:36 -0800
  • 1baead993a call poll_io recursevely aftre drain completion Nikolay Kim 2017-12-29 11:45:56 -0800
  • 3d3e4dae9a refactor IntoHttpHandler trait Nikolay Kim 2017-12-29 11:33:04 -0800
  • 1d195a2cf2 make Pipeline private Nikolay Kim 2017-12-29 09:16:50 -0800
  • d7242659fe add web feature Nikolay Kim 2017-12-29 01:20:29 -0800
  • 4340726198 update readme Nikolay Kim 2017-12-29 01:12:24 -0800
  • 8924335338 complete redis session backend Nikolay Kim 2017-12-29 01:10:27 -0800
  • d87fafb563 fix and refactor middleware runner Nikolay Kim 2017-12-29 01:01:31 -0800
  • fab3c35ba9 initial import Nikolay Kim 2017-12-28 21:14:04 -0800
  • 308df19865 update readme Nikolay Kim 2017-12-28 16:27:08 -0800
  • 538fea8027 add graceful shutdown system Nikolay Kim 2017-12-28 16:25:47 -0800
  • 3f4898a6d1 add StopWorker message Nikolay Kim 2017-12-28 13:07:29 -0800
  • 6a2bb9a473 split worker code to separate module Nikolay Kim 2017-12-28 12:38:37 -0800
  • d8b0ce88a5 fix guide example Nikolay Kim 2017-12-28 12:27:46 -0800
  • 783e19c1bf fix RequestSession impl for HttpRequest Nikolay Kim 2017-12-28 11:43:45 -0800
  • d80a0c9f94 add support for unix signals Nikolay Kim 2017-12-28 11:36:20 -0800
  • 02b37570f4 flaky test Nikolay Kim 2017-12-28 09:11:25 -0800
  • 820404cdd2
    Merge pull request #20 from ami44/master Nikolay Kim 2017-12-28 04:23:41 -0800
  • 27b0dfd761 set sessio name Alban Minassian 2017-12-28 13:02:46 +0100
  • b714e1f4ce fix example Nikolay Kim 2017-12-27 19:29:04 -0800
  • 093d0bae40 Param ctor is private Nikolay Kim 2017-12-27 19:19:28 -0800
  • 8941557da6 add parameter container iterator Nikolay Kim 2017-12-27 19:09:36 -0800
  • 6bb893deab use Params object for query Nikolay Kim 2017-12-27 19:02:29 -0800
  • 19e1c1b75b use Cow for Params type Nikolay Kim 2017-12-27 18:41:09 -0800
  • 556de72932 add server spawn method Nikolay Kim 2017-12-27 17:49:10 -0800
  • 4d741b4de5
    Fix typos Nikolay Kim 2017-12-27 13:26:31 -0800
  • 0589f2ee49 add server management commands Nikolay Kim 2017-12-27 12:58:32 -0800
  • da8aa8b988 use mio for accept loop Nikolay Kim 2017-12-27 11:22:27 -0800
  • be1cd2936d check example in 1.20 Nikolay Kim 2017-12-27 09:49:59 -0800
  • e1fb32c6e5
    Update .travis.yml Nikolay Kim 2017-12-27 07:36:24 -0800
  • 5df5cc7374 fix guide example Nikolay Kim 2017-12-26 21:33:23 -0800
  • 0d21c2da22 various typos Nikolay Kim 2017-12-26 21:07:51 -0800
  • 183bcd38f8 modify unused_addr method; update websockt guide section Nikolay Kim 2017-12-26 20:52:21 -0800
  • 3abd0db6b1 restore server start test Nikolay Kim 2017-12-26 20:07:31 -0800
  • 29adc20581 rename module Nikolay Kim 2017-12-26 19:59:41 -0800
  • 743235b8fd add unit test helper Nikolay Kim 2017-12-26 19:48:02 -0800
  • 7f77ba557d add testing section to guide Nikolay Kim 2017-12-26 17:14:37 -0800
  • d3b7d2d6b3 allow to use application factory for test server Nikolay Kim 2017-12-26 16:47:55 -0800
  • f6510161b5 add simple TestServer for integrational tests cases Nikolay Kim 2017-12-26 16:35:00 -0800
  • e3b0f02794 fix type for disable feartures Nikolay Kim 2017-12-26 15:17:20 -0800
  • 9521de5746 HttpServer::addrs() return all bound socket addresses Nikolay Kim 2017-12-26 14:45:38 -0800
  • dd3a2aa68a add HttpServer::server_hostname method Nikolay Kim 2017-12-26 14:36:03 -0800
  • cce9c68a10 add doc string Nikolay Kim 2017-12-26 12:46:27 -0800
  • 5e17a846af add notes on sync primitives Nikolay Kim 2017-12-26 11:19:08 -0800
  • 030a70841a add link to gitter Nikolay Kim 2017-12-26 11:04:25 -0800
  • e4bfef9d26 fix tests Nikolay Kim 2017-12-26 09:28:24 -0800
  • cf8c2ca95e refactor Handler trait, use mut self Nikolay Kim 2017-12-26 09:00:45 -0800
  • b61a07a320 more info for middleware guide Nikolay Kim 2017-12-26 07:58:21 -0800
  • ffb5742b71 fix tests Nikolay Kim 2017-12-25 19:42:55 -0800
  • 465a87a7cf right version Nikolay Kim 2017-12-25 13:44:50 -0800