1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-18 14:16:47 +00:00

Commit graph

  • 27b6af2800 refactor route matching Nikolay Kim 2018-06-19 16:45:26 +0600
  • b115fe54d0
    Merge dc045f0a13 into 5c42b0902f #325 Konrad Borowski 2018-06-19 06:39:20 +0000
  • 5c42b0902f better doc api examples Nikolay Kim 2018-06-19 12:07:07 +0600
  • 247e8727cb ClientBody is not needed Nikolay Kim 2018-06-19 10:15:16 +0600
  • 362b14c2f7 remove unsafe cell from ws client Nikolay Kim 2018-06-19 09:36:17 +0600
  • 261ad31b9a remove some unsafe code Nikolay Kim 2018-06-19 07:44:01 +0600
  • dc045f0a13 Remove special casing for empty cookie list #325 Konrad Borowski 2018-06-18 14:04:50 +0200
  • e5d4b6dcfd add etag middleware #324 axon-q 2018-06-18 10:00:10 +0000
  • 68cd5bdf68 use actix 0.6 Nikolay Kim 2018-06-18 09:18:03 +0600
  • 26f37ec2e3 refactor HttpHandlerTask trait Nikolay Kim 2018-06-18 05:45:54 +0600
  • ef15646bd7 refactor edfault cpu pool Nikolay Kim 2018-06-18 04:56:18 +0600
  • a5bbc455c0 cleanup mut transform Nikolay Kim 2018-06-18 04:41:41 +0600
  • b015fdb9dd
    Merge 7f113ef9e4 into 6ec8352612 #313 axon-q 2018-06-17 19:05:32 +0000
  • 6ec8352612 method only for tests Nikolay Kim 2018-06-18 01:05:02 +0600
  • f0f19c14d2 remove wsclient Nikolay Kim 2018-06-18 01:03:47 +0600
  • daed502ee5 make mut api private Nikolay Kim 2018-06-18 01:03:07 +0600
  • 9d114d785e remove Clone from ExtractorConfig Nikolay Kim 2018-06-18 00:19:07 +0600
  • ea118edf56 do not use references in ConnectionInfo Nikolay Kim 2018-06-18 00:01:41 +0600
  • e1db47d550 refactor server settings Nikolay Kim 2018-06-17 23:51:20 +0600
  • 13e6fd8fe3
    Merge 0896e32ddb into 38fe8bebec #291 Douman 2018-06-17 10:09:26 +0000
  • 38fe8bebec fix doc string Nikolay Kim 2018-06-17 08:57:51 +0600
  • c3f295182f use HashMap for HttpRequest::query() Nikolay Kim 2018-06-17 08:54:30 +0600
  • b6ed778775 remove HttpMessage::range() Nikolay Kim 2018-06-17 08:48:50 +0600
  • 0f2aac1a27 remove unneed Send and Sync Nikolay Kim 2018-06-17 08:32:22 +0600
  • 70244c29e0 update doc api examples Nikolay Kim 2018-06-17 04:09:07 +0600
  • a7a062fb68 clippy warnings Nikolay Kim 2018-06-17 03:26:34 +0600
  • f3a73d7dde update changelog Nikolay Kim 2018-06-17 03:24:08 +0600
  • 879b2b5bde port Extensions from http crate #315 Nikolay Kim 2018-06-17 03:22:08 +0600
  • 33050f55a3 remove Context::actor() method Nikolay Kim 2018-06-17 03:10:44 +0600
  • e4443226f6 update actix usage Nikolay Kim 2018-06-17 02:58:56 +0600
  • 342a194605 fix handling ServerCommand #316 Nikolay Kim 2018-06-16 22:56:27 +0600
  • 7f113ef9e4 minor syntax update #313 axon-q 2018-06-14 14:23:19 +0000
  • 2e883cf44f tests: test passthrough of unsupported req/res types axon-q 2018-06-14 11:44:48 +0000
  • 77e5f6a99b tests: define test body as const axon-q 2018-06-14 10:30:26 +0000
  • d3899e5c11 only support GET requests and 200 OK responses axon-q 2018-06-14 10:27:20 +0000
  • 024666509e rename RequestFilter to Filter axon-q 2018-06-14 09:56:12 +0000
  • 97b149f321 doc updates axon-q 2018-06-14 09:54:22 +0000
  • 1598e78de1 re-use hash state axon-q 2018-06-13 23:25:03 +0000
  • b4df0837ca EtagHasher middleware axon-q 2018-06-13 18:50:47 +0000
  • 566b16c1f7 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-14 11:42:27 +0200
  • 1d01dbaaf9 make Responder trait generic over S Nikolay Kim 2018-06-13 23:44:24 -0700
  • 8261cf437d update actix api Nikolay Kim 2018-06-13 23:37:19 -0700
  • 8a8e6add08
    Merge pull request #314 from DJMcNab/app-cleanup Özgür Akkurt 2018-06-14 01:19:56 +0300
  • b79307cab1
    Merge branch 'master' into app-cleanup #314 Özgür Akkurt 2018-06-14 01:01:11 +0300
  • 4c646962a9
    Merge pull request #312 from eddomuke/master Özgür Akkurt 2018-06-14 00:40:29 +0300
  • cb77f7e688 Add HttpMessage::readlines() #312 Dursun Akkurt 2018-06-14 00:19:48 +0300
  • 1bee528018 move ReadlinesError to error module Dursun Akkurt 2018-06-13 22:59:36 +0300
  • ad9aacf521 change poll method of Readlines Dursun Akkurt 2018-06-13 22:41:35 +0300
  • f8854f951c remove duplication of App::with_state in App::new Daniel McNab 2018-06-13 20:31:20 +0100
  • 6d95e34552 add HttpMessage::readlines() Dursun Akkurt 2018-06-13 20:45:31 +0300
  • 6c765739d0 add HttpMessage::readlines() Dursun Akkurt 2018-06-13 20:43:03 +0300
  • 6862aa6ee7 prepare release v0.6.13 Nikolay Kim 2018-06-13 05:04:59 -0700
  • 0896e32ddb Add synchronous adaptors for client side #291 Douman 2018-06-08 12:19:57 +0300
  • c8528e8920
    Merge pull request #308 from eddomuke/master Özgür Akkurt 2018-06-13 01:53:32 +0300
  • 0a080d9fb4 add test for form extractor #308 Dursun Akkurt 2018-06-13 01:33:28 +0300
  • 45b408526c
    Merge branch 'master' into master eddomuke 2018-06-13 00:53:46 +0300
  • 1a91854270 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-12 14:50:41 -0700
  • 99092fdf06 http/2 end-of-frame is not set if body is empty bytes #307 Nikolay Kim 2018-06-12 14:47:45 -0700
  • 748ff389e4 Allow to override Form extractor error Dursun Akkurt 2018-06-13 00:47:47 +0300
  • 8a22558f25 http/2 end-of-frame is not set if body is empty bytes #307 Nikolay Kim 2018-06-12 14:47:45 -0700
  • b679b4cabc
    Merge pull request #306 from eddomuke/master Nikolay Kim 2018-06-12 13:33:16 -0700
  • ed7cbaa772 fix form_extractor test #306 Dursun Akkurt 2018-06-12 23:04:54 +0300
  • e6bbda0efc add serialize Dursun Akkurt 2018-06-12 22:42:15 +0300
  • 94283a73c2 make into_string, to_string Dursun Akkurt 2018-06-12 22:31:33 +0300
  • ffca416463 add test for ClientRequestBuilder::form() Dursun Akkurt 2018-06-12 22:16:20 +0300
  • 9cc7651c22 add change to CHANGES.md Dursun Akkurt 2018-06-12 20:32:16 +0300
  • 8af082d873 remove FormPayloadError Dursun Akkurt 2018-06-12 20:26:09 +0300
  • d4d3add17d add ClientRequestBuilder::form() Ozgur Akkurt 2018-06-12 19:30:00 +0300
  • ce6f9e848b
    Merge pull request #305 from axon-q/response-cookies axon-q 2018-06-12 14:39:06 +0000
  • d8e1fd102d add cookie methods to HttpResponse #305 axon-q 2018-06-12 13:49:07 +0000
  • e414a52b51 content_disposition: remove unnecessary allocations axon-q 2018-06-12 13:48:23 +0000
  • 4d69e6d0b4 fs: minor cleanups to content_disposition axon-q 2018-06-12 13:47:49 +0000
  • 6f38d769a8
    Merge pull request #304 from kazcw/master Nikolay Kim 2018-06-12 03:58:48 -0700
  • 48f77578ea fix url in example #304 Kaz Wesley 2018-06-11 21:54:54 -0700
  • 9b012b3304 do not allow stream or actor responses for internal error #301 Nikolay Kim 2018-06-11 19:44:11 -0700
  • b5b9f9656e do not allow stream or actor responses for internal error #301 Nikolay Kim 2018-06-11 19:44:11 -0700
  • a0344eebeb InternalError can trigger memory unsafety #301 Nikolay Kim 2018-06-11 18:52:54 -0700
  • 2fffc55d34 update changelog Nikolay Kim 2018-06-11 18:53:36 -0700
  • 7d39f1582e InternalError can trigger memory unsafety #301 Nikolay Kim 2018-06-11 18:52:54 -0700
  • b9f6c313d4 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-11 12:56:33 -0700
  • 75ed053a35 bump version Nikolay Kim 2018-06-11 12:32:31 -0700
  • cfedf5fff4 Merge branch '0.6' of github.com:actix/actix-web into 0.6 Nikolay Kim 2018-06-11 12:32:05 -0700
  • be73a36339 use custom resolver Nikolay Kim 2018-06-11 12:28:43 -0700
  • 1ad8ba2604 Fix docs.rs build Nikolay Kim 2018-06-11 12:25:20 -0700
  • ef420a8bdf fix docs.rs Nikolay Kim 2018-06-11 12:21:09 -0700
  • 0d54b6f38e Implement Responder for Option #294 (#297) David McNeil 2018-06-11 05:05:41 -0600
  • 099499c392 Implement Responder for Option #294 #297 David McNeil 2018-06-10 15:37:28 -0600
  • 9afc3b6737 api docs link Nikolay Kim 2018-06-10 10:31:19 -0700
  • ef88fc78d0 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-10 10:25:05 -0700
  • 9dd66dfc22 better name for error Nikolay Kim 2018-06-10 10:24:34 -0700
  • 87a822e093 fix deprecated warnings Nikolay Kim 2018-06-10 10:14:13 -0700
  • 3788887c92
    Merge pull request #293 from axon-q/static-file-updates Nikolay Kim 2018-06-09 08:51:42 -0700
  • 785d0e24f0
    Merge branch 'master' into static-file-updates #293 Nikolay Kim 2018-06-09 08:21:34 -0700
  • 818d0bc187 new StreamHandler impl Nikolay Kim 2018-06-09 07:53:46 -0700
  • aee24d4af0 minor syntax changes axon-q 2018-06-09 14:47:06 +0000
  • fee203b402 update changelog axon-q 2018-06-09 14:02:05 +0000
  • 8681a346c6 fs: refactor Content-Type and Content-Disposition handling axon-q 2018-06-09 13:48:36 +0000
  • 1fdf6d13be content_disposition: add doc example axon-q 2018-06-09 13:38:21 +0000
  • 3751656722 expose fs::file_extension_to_mime() function axon-q 2018-06-09 11:20:06 +0000
  • 9151d61eda allow to use custom resolver for ClientConnector Nikolay Kim 2018-06-08 16:33:57 -0700