1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-06-05 06:38:47 +00:00

Commit graph

  • 6e51573975 app veyor config Nikolay Kim 2018-01-29 14:51:34 -0800
  • b686f39d0b complete impl for client request and response Nikolay Kim 2018-01-29 14:44:25 -0800
  • 6416a796c3 add ClientRequest and ClientRequestBuilder Nikolay Kim 2018-01-29 11:39:26 -0800
  • b6a394a113 added StaticFiles::inex_file config Nikolay Kim 2018-01-29 03:23:45 -0800
  • 456fd1364a add handle method to contexts Nikolay Kim 2018-01-28 09:47:46 -0800
  • f3cce6a04c update websocket example Nikolay Kim 2018-01-28 09:07:12 -0800
  • 9835a4537a update websocket example Nikolay Kim 2018-01-28 08:58:18 -0800
  • 715ec4ae2f update actix Nikolay Kim 2018-01-28 08:26:36 -0800
  • 55b2fb7f77 update example Nikolay Kim 2018-01-28 01:04:58 -0800
  • 7c7743c145 use right path Nikolay Kim 2018-01-27 22:52:17 -0800
  • 826fc62299 disable websocket-chat example Nikolay Kim 2018-01-27 22:44:50 -0800
  • 5dd2e7523d basic websocket client Nikolay Kim 2018-01-27 22:03:03 -0800
  • 4821d51167 fix actix compatibility Nikolay Kim 2018-01-27 11:15:03 -0800
  • c446be48e3 min rust version 1.21 Nikolay Kim 2018-01-27 10:58:09 -0800
  • 042f8391bb Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-01-27 10:05:07 -0800
  • d4bc3294a3 actix compatibility Nikolay Kim 2018-01-27 10:04:56 -0800
  • 04d53d6f57
    Merge pull request #59 from andreevlex/fix-cors Nikolay Kim 2018-01-26 21:42:36 -0800
  • 881e0e0346 spelling check #59 Alexander Andreev 2018-01-27 08:38:17 +0300
  • b9f8a00ba3 update cors example readme Nikolay Kim 2018-01-26 19:56:34 -0800
  • 99bed67bec rename cors example Nikolay Kim 2018-01-26 19:52:20 -0800
  • 52a454800f cleanup cors example Nikolay Kim 2018-01-26 19:51:13 -0800
  • c09c8e4980
    Merge pull request #58 from krircc/master Nikolay Kim 2018-01-26 19:43:40 -0800
  • b931dda1fe
    Merge branch 'master' into master #58 Nikolay Kim 2018-01-26 19:42:06 -0800
  • 74166b4834 add actix-web-cors example krircc 2018-01-27 11:00:26 +0800
  • 4abb769ee5 fix request json loader; mime_type() method Nikolay Kim 2018-01-25 21:50:28 -0800
  • e8e2ca1526 refactor alpn support; upgrade openssl to 0.10 v0.3.3 Nikolay Kim 2018-01-25 10:24:04 -0800
  • 78967dea13 stop http context immediately Nikolay Kim 2018-01-24 20:17:14 -0800
  • 58a5d493b7 re-eanble write backpressure for h1 connections Nikolay Kim 2018-01-24 20:12:49 -0800
  • bff6c2caf4 Partial Content status functions added. Your Name 2018-01-24 22:54:08 +0100
  • c5341017cd fix typo Nikolay Kim 2018-01-23 15:39:53 -0800
  • f4873fcdee stop websocket context Nikolay Kim 2018-01-23 15:35:39 -0800
  • 35efd017bb impl waiting for HttpContext Nikolay Kim 2018-01-23 09:42:04 -0800
  • fb76c490c6 mention tokio handle in guide Nikolay Kim 2018-01-22 20:10:05 -0800
  • 3653c78e92 check example on stable Nikolay Kim 2018-01-22 19:49:19 -0800
  • 1053c44326 pin new actix version Nikolay Kim 2018-01-22 17:01:54 -0800
  • e6ea177181 impl WebsocketContext::waiting() method Nikolay Kim 2018-01-22 16:55:50 -0800
  • 3b3bf5e9a0 Merge 9b79083b26 into 1957469061 #55 Alexander Andreev 2018-01-22 19:07:04 +0000
  • 9b79083b26 fix guide examples code, rust not support '#' comment #55 Alexander Andreev 2018-01-22 22:05:46 +0300
  • 1957469061 code of conduct Nikolay Kim 2018-01-21 15:29:02 -0800
  • 2227120ae0 exclude examples v0.3.2 Nikolay Kim 2018-01-21 09:09:03 -0800
  • 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
  • 3bc60a8d5d
    Merge pull request #53 from andreevlex/spelling-check-2 Nikolay Kim 2018-01-16 12:07:58 -0800
  • 58df8fa4b9 spelling check #53 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 #52 Alexander Andreev 2018-01-16 00:47:25 +0300
  • a7c24aace1 flush is useless Nikolay Kim 2018-01-14 19:28:34 -0800
  • c2f820f6b5 iovec experiments #575 Nikolay Kim 2018-01-14 18:55:11 -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 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