1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00
Commit graph

1474 commits

Author SHA1 Message Date
Nikolay Kim 3378247bee prepare release 2018-07-11 13:27:50 +06:00
Nikolay Kim 7507412a1d fix h2 compatibility 2018-07-11 13:26:51 +06:00
Nikolay Kim 6b9a193aa8 update changelog 2018-07-11 13:26:40 +06:00
Gary Hai c2979760b5 Fix duplicate tail of StaticFiles with index_file. (#344) 2018-06-25 19:37:24 +03:00
Nikolay Kim 1fcf1d4a49 prepare release 2018-06-21 09:47:46 +06:00
Nikolay Kim 4012606910 SendRequest execution fails with the entered unreachable code #329 2018-06-21 09:47:28 +06:00
Nikolay Kim e975124630 Allow to disable masking for websockets client 2018-06-21 09:38:59 +06:00
Nikolay Kim 6862aa6ee7 prepare release 2018-06-13 05:04:59 -07:00
Nikolay Kim 8a22558f25 http/2 end-of-frame is not set if body is empty bytes #307 2018-06-12 14:47:45 -07:00
Nikolay Kim b5b9f9656e do not allow stream or actor responses for internal error #301 2018-06-11 19:44:11 -07:00
Nikolay Kim 2fffc55d34 update changelog 2018-06-11 18:53:36 -07:00
Nikolay Kim 7d39f1582e InternalError can trigger memory unsafety #301 2018-06-11 18:52:54 -07:00
Nikolay Kim 75ed053a35 bump version 2018-06-11 12:32:31 -07:00
Nikolay Kim cfedf5fff4 Merge branch '0.6' of github.com:actix/actix-web into 0.6 2018-06-11 12:32:05 -07:00
Nikolay Kim be73a36339 use custom resolver 2018-06-11 12:28:43 -07:00
Nikolay Kim 1ad8ba2604 Fix docs.rs build 2018-06-11 12:25:20 -07:00
Armin Ronacher 6848a12095 prepare 0.6.12 release 2018-06-09 01:22:19 +02:00
Nikolay Kim 4797298706 Allow to use custom resolver for ClientConnector 2018-06-08 16:10:47 -07:00
Nikolay Kim 5eaf4cbefd update changelog 2018-06-08 08:42:10 -07:00
Nikolay Kim 7f1844e541 fix doc test 2018-06-07 20:22:50 -07:00
Nikolay Kim 6c7ac7fc22 update changelog 2018-06-07 20:07:58 -07:00
Nikolay Kim 42f9e1034b add Host predicate 2018-06-07 20:05:45 -07:00
Nikolay Kim e3cd0fdd13 add application filters 2018-06-07 20:05:26 -07:00
Nikolay Kim 40ff550460 update changelog 2018-06-07 20:04:40 -07:00
Armin Ronacher 7119340d44 Added improved failure interoperability with downcasting (#285)
Deprecates Error::cause and introduces failure interoperability functions and downcasting.
2018-06-07 20:03:10 -07:00
Nikolay Kim e140bc3906 prep release 2018-06-05 09:44:29 -07:00
Nikolay Kim fdc08d365d metadata for docs.rs 2018-06-05 08:59:30 -07:00
Nikolay Kim 8f1b88e39e update changelog 2018-06-05 08:53:27 -07:00
Nikolay Kim 6a40a0a466 fix multipart boundary parsing #282 2018-06-05 08:52:46 -07:00
Nikolay Kim 89fc6b6ac9 changelog 2018-06-05 07:42:52 -07:00
Nikolay Kim afa67b838a CORS: Do not validate Origin header on non-OPTION requests #271 2018-06-05 07:41:13 -07:00
Nikolay Kim f7b7d282bf Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:57:54 -07:00
Nikolay Kim 09780ea9f3 changelog updates 2018-06-02 15:03:34 -07:00
Nikolay Kim a7dab950f3 Support chunked encoding for UrlEncoded body #262 2018-06-02 15:02:42 -07:00
Nikolay Kim ec0737e392 fix doc test 2018-06-02 13:48:37 -07:00
Nikolay Kim d664993d56 remove debug prints 2018-06-02 11:58:11 -07:00
Nikolay Kim a9c6c57a67 remove debug print 2018-06-02 11:55:27 -07:00
Nikolay Kim 08e7374eee update changelog 2018-06-02 11:46:53 -07:00
Nikolay Kim 42da1448fb fixed HttpRequest::url_for for a named route with no variables #265 2018-06-02 11:46:02 -07:00
Nikolay Kim 9f9e0b98ad change homepage link 2018-05-24 08:55:10 -07:00
Nikolay Kim 556646aaec update changelog 2018-05-24 07:56:51 -07:00
Nikolay Kim 174fb0b5f4
Merge pull request #239 from max-frai/master
Add ability to set encoding for exact NamedFile.
2018-05-24 07:46:53 -07:00
Nikolay Kim 836706653b
Merge branch 'master' into master 2018-05-24 07:46:46 -07:00
Nikolay Kim 17f1a2b92a more scope tests 2018-05-23 14:11:01 -07:00
Nikolay Kim 3b08b16c11 bump version 2018-05-23 13:21:54 -07:00
Nikolay Kim 68eb2f26c9 Allow to use path without traling slashes for scope registration #241 2018-05-23 13:21:29 -07:00
Nikolay Kim 72757887c9 update doc links 2018-05-23 11:20:12 -07:00
Nikolay Kim eb5dbd43ae update changelog 2018-05-23 10:37:17 -07:00
Nikolay Kim 1f1dfac3f9
Merge pull request #240 from ivanovaleksey/patch-2
Fix TestServer::post
2018-05-23 09:50:40 -07:00
Aleksey Ivanov 2479b14aba Fix TestServer::post 2018-05-23 19:07:42 +03:00