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

Commit graph

  • 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
  • 955c45118f upd basic with favicon and subpage #30 ami44 2017-12-31 14:45:42 +0100
  • 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
  • d87fafb563 fix and refactor middleware runner Nikolay Kim 2017-12-29 01:01:31 -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 #20 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
  • 5b65987f6a write response optimizations Nikolay Kim 2017-12-25 13:40:06 -0800
  • 89c9dfb5bc update getting started guide section Nikolay Kim 2017-12-25 08:19:33 -0800
  • a578262f73 update json example and guide info Nikolay Kim 2017-12-25 08:12:13 -0800
  • b0c8fa03f0 use specific nightly version for appveyor Nikolay Kim 2017-12-25 07:33:05 -0800
  • 98b0e023f3 optimize payload detection Nikolay Kim 2017-12-25 07:31:12 -0800
  • 012d55e424
    Set nightly version Nikolay Kim 2017-12-25 05:49:56 -0800
  • f1e82ebc1e better connect handling Nikolay Kim 2017-12-24 16:15:40 -0800
  • ddd9c24bb2 optimize payload type detection Nikolay Kim 2017-12-24 14:29:19 -0800
  • 9f9c75d832 simplify drain feature Nikolay Kim 2017-12-24 11:58:09 -0800
  • eaab28cd3b proper fix for compression Nikolay Kim 2017-12-21 12:57:59 -0800
  • c35d294611 fix compression Nikolay Kim 2017-12-21 12:54:18 -0800
  • 18f3841783 update test Nikolay Kim 2017-12-20 23:36:52 -0800
  • 0567e6fb0a fix typos in guide Nikolay Kim 2017-12-20 23:27:30 -0800
  • 55534bff8c simplify guide examples Nikolay Kim 2017-12-20 23:21:26 -0800
  • bca1dd4f9e update doc strings Nikolay Kim 2017-12-20 23:19:21 -0800
  • 0a68811dce cleanup more examples Nikolay Kim 2017-12-20 21:06:04 -0800
  • 406d2c41e9 add doc string Nikolay Kim 2017-12-20 20:56:17 -0800
  • 63ddc07ccb added JsonBody future Nikolay Kim 2017-12-20 20:30:54 -0800
  • 33b2be3281 move json responder to separate module Nikolay Kim 2017-12-20 17:51:28 -0800
  • bf23aa5d4b move db code to separate module Nikolay Kim 2017-12-20 17:43:43 -0800
  • 3c5fd18e02 cleanup examples Nikolay Kim 2017-12-20 16:32:31 -0800
  • 4dd3382ac7 update example Nikolay Kim 2017-12-20 16:13:21 -0800
  • 50891986bc simplify json example Nikolay Kim 2017-12-20 16:05:07 -0800
  • df2aa42dad cleanup example Nikolay Kim 2017-12-20 15:45:26 -0800
  • c36ad06332 more general Responder implementaiton for response future Nikolay Kim 2017-12-20 15:26:28 -0800
  • 821c96c37c check json example during travis build Nikolay Kim 2017-12-20 15:20:28 -0800
  • cbb81bc747 json request example Nikolay Kim 2017-12-20 15:12:43 -0800
  • 79f047f5be remove box from predicates Nikolay Kim 2017-12-20 13:23:50 -0800
  • 813b56ebe5 make async handler future more generic Nikolay Kim 2017-12-20 12:51:39 -0800
  • c3a39e026d Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2017-12-20 11:37:36 -0800
  • e05596b65d upgrade actix min version Nikolay Kim 2017-12-20 11:37:27 -0800