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

Commit graph

  • 236fead6f2 Update most examples to use actix from git Christopher Armstrong 2018-02-07 15:05:54 -0600
  • 3bc7ac303b Fix windows-path handling for deeply nested paths too #67 Christopher Armstrong 2018-02-07 11:33:29 -0600
  • 5bba3b8c96 Avoid using Path to calculate URIs, because it doesn't do the right thing on Windows. Christopher Armstrong 2018-02-06 18:11:19 -0600
  • 884ea02f5c
    Allow returning failure::Error from handlers (#65) Christopher Armstrong 2018-02-06 10:26:50 -0600
  • 848a83ee70 take advantage of the existing From<T: ResponseError> for Error in the implementation of From<failure::Error>. #65 Christopher Armstrong 2018-02-06 00:48:07 -0600
  • 8590eca7f8
    Started pinning Actix commit in Cargo.toml between releases. #66 David Wood 2018-02-05 18:21:42 +0000
  • c16062d6bc Allow returning failure::Error from handlers Christopher Armstrong 2018-02-05 10:11:55 -0600
  • b6d5516e3a remove rust_backtrace for appveyor Nikolay Kim 2018-02-04 10:48:16 -0800
  • 46841cc87e update config for appveyor Nikolay Kim 2018-02-04 10:31:39 -0800
  • 7ad66956b2 add HttpRequest::uri_mut(), allows to modify request uri Nikolay Kim 2018-02-03 08:31:32 -0800
  • d568161852 update websocket-chat example Nikolay Kim 2018-02-03 08:25:31 -0800
  • 671ab35cf6 re enable 1.21 Nikolay Kim 2018-02-02 21:32:43 -0800
  • c63ad4b6f1 appveyor cfg Nikolay Kim 2018-02-02 21:31:16 -0800
  • eb713bd60e update actix version Nikolay Kim 2018-02-01 01:08:08 -0800
  • 2b74fbf586 fix websocket example Nikolay Kim 2018-01-31 13:18:30 -0800
  • 58f85658bd update actix Nikolay Kim 2018-01-31 12:57:02 -0800
  • 7e9fbfca72 missing http codes Nikolay Kim 2018-01-31 12:34:58 -0800
  • 5115384501
    Merge pull request #64 from andreevlex/fix-2 Nikolay Kim 2018-01-31 10:54:05 -0800
  • a1b96b1cf4 return "chnked" value #64 Alexander Andreev 2018-01-31 21:37:12 +0300
  • a565e71018 spelling check Alexander Andreev 2018-01-31 20:28:53 +0300
  • e41b175e3d
    Update README.md Nikolay Kim 2018-01-31 06:40:00 -0800
  • db39f122be
    Update README.md Nikolay Kim 2018-01-31 06:37:37 -0800
  • afd2dc4666
    Update README.md Nikolay Kim 2018-01-31 06:36:15 -0800
  • cba7e426a5
    Update README.md Nikolay Kim 2018-01-31 06:35:47 -0800
  • 01e7cc9620
    Update README.md Nikolay Kim 2018-01-31 06:34:50 -0800
  • 5a5497b745 add close ws test Nikolay Kim 2018-01-30 16:04:04 -0800
  • b698e3546b link to websocket example Nikolay Kim 2018-01-30 15:26:58 -0800
  • e99a5e8144 drop local actix ref Nikolay Kim 2018-01-30 15:19:30 -0800
  • 577f91206c added support for websocket testing Nikolay Kim 2018-01-30 15:13:33 -0800
  • 76f9542df7 rename module Nikolay Kim 2018-01-30 13:04:52 -0800
  • 9739168d48 fix limit usage for Request/Response Body future Nikolay Kim 2018-01-30 12:44:14 -0800
  • 5cbaf3a1b8 add client ssl support Nikolay Kim 2018-01-30 11:17:17 -0800
  • a02e0dfab6 initial work on client connector Nikolay Kim 2018-01-29 23:01:20 -0800
  • 5cc3bba5cc change ws client names Nikolay Kim 2018-01-29 15:45:37 -0800
  • 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