Commit Graph

1171 Commits

Author SHA1 Message Date
Nikolay Kim 5b7aed101a remove unsafe 2018-07-06 13:54:43 +06:00
Nikolay Kim 1c3b32169e remove stream from WebsocketsContext::with_factory 2018-07-06 12:11:40 +06:00
Nikolay Kim cfa470db50 close conneciton for head requests 2018-07-06 09:21:24 +06:00
Nikolay Kim a5f7a67b4d clippy warnings 2018-07-06 08:24:44 +06:00
Nikolay Kim 185e710dc8 do not drop content-encoding header in case of identity #363 2018-07-06 08:24:36 +06:00
Nikolay Kim 9070d59ea8 do not read head payload 2018-07-06 08:11:36 +06:00
Nikolay Kim 2a25caf2c5 Merge branch 'master' of github.com:actix/actix-web 2018-07-06 07:49:50 +06:00
Nikolay Kim 7d96b92aa3 add check for usize cast 2018-07-06 07:46:47 +06:00
Douman 67e4cad281
Introduce method to set header if it is missing only (#364)
Also let default headers use it.

Closes #320
2018-07-05 19:27:18 +03:00
Tessa Bradbury 080f232a0f Use StaticFile default handler when file is inaccessible (#357)
* Use Staticfile default handler on all error paths

* Return an error from StaticFiles::new() if directory doesn't exist
2018-07-05 12:34:13 +03:00
Nikolay Kim 8058d15624 clippy warnings 2018-07-05 13:16:16 +06:00
Nikolay Kim 05a43a855e remove unsafe 2018-07-05 13:00:46 +06:00
Nikolay Kim 80339147b9 call disconnect on write error 2018-07-05 12:50:54 +06:00
Nikolay Kim 6af2f5d642 re-enable start_incoming support 2018-07-05 12:14:10 +06:00
Nikolay Kim d5606625a2 remove public Clone for Request 2018-07-04 22:57:40 +06:00
Nikolay Kim 5d79114239 optimize Request handling 2018-07-04 22:52:49 +06:00
Nikolay Kim f559f23e1c Merge branch 'master' of github.com:actix/actix-web 2018-07-04 21:02:40 +06:00
Nikolay Kim 6fd686ef98 cleanup warnings 2018-07-04 21:01:27 +06:00
Nikolay Kim 4c5a63965e use new actix context api 2018-07-04 17:04:23 +06:00
Gorm Casper 09aabc7b3b plain/text -> text/plain in comment (#362) 2018-07-04 11:17:44 +03:00
Nikolay Kim fec6047ddc refactor HttpRequest mutability 2018-07-02 23:35:32 +06:00
Nikolay Kim 445ea043dd remove unsafes 2018-07-02 23:32:29 +06:00
Gowee 0be5448597 Properly escape special characters in fs/directory_listing. (#355) 2018-06-30 15:01:48 +03:00
ousado 0f27389e72 set length of vector to max_bytes (closes #345) (#346) 2018-06-26 08:09:12 +03:00
Douman a9425a866b Fix duplicate tail of StaticFiles with index_file
Map from 0.6 to master
2018-06-25 19:59:55 +03:00
Nikolay Kim 800c404c72 explicit response release 2018-06-25 10:10:02 +06:00
Nikolay Kim 32212bad1f simplify http response pool 2018-06-25 09:08:28 +06:00
Nikolay Kim d1b73e30e0 update comments 2018-06-24 22:27:30 +06:00
Nikolay Kim c0cdc39ba9 do not store cookies on client response 2018-06-24 22:21:04 +06:00
Nikolay Kim 8e8a68f90b add empty output stream 2018-06-24 22:05:44 +06:00
Nikolay Kim 989cd61236 handle empty te 2018-06-24 10:59:01 +06:00
Nikolay Kim 33260c7b35 split encoding module 2018-06-24 10:42:20 +06:00
Nikolay Kim 40ca9ba9c5 simplify write buffer 2018-06-24 10:30:58 +06:00
Nikolay Kim 45682c04a8 refactor content encoder 2018-06-24 08:54:01 +06:00
Nikolay Kim 348491b18c fix alpn connector 2018-06-23 17:59:45 +06:00
Nikolay Kim 3d2226aa9e Merge branch 'master' of github.com:actix/actix-web 2018-06-23 12:40:45 +06:00
Nikolay Kim cf38183dcb refactor client connector waiters maintenance 2018-06-23 12:40:21 +06:00
Nikolay Kim e3dc6f0ca8 refactor h1decoder 2018-06-23 12:28:55 +06:00
Armin Ronacher a5369aed8b
Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) 2018-06-23 08:16:52 +02:00
Nikolay Kim ff0ab733e4 remove unsafe from mask 2018-06-23 11:51:02 +06:00
Nikolay Kim d1318a35a0 remove unnecessary unsafes 2018-06-23 10:29:23 +06:00
Nikolay Kim 756227896b update set_date impl 2018-06-23 10:13:09 +06:00
Nikolay Kim 4fadff63f4 Use Box::leak for dynamic param names 2018-06-23 09:57:03 +06:00
Armin Ronacher 7bc7b4839b
Switch from fnv to a identity hasher in extensions (#342) 2018-06-22 11:32:32 +02:00
Armin Ronacher dda6ee95df
Changes the router to use atoms internally (#341) 2018-06-22 09:33:32 +02:00
Nikolay Kim 765c38e7b9 remove libc dependency 2018-06-22 11:47:33 +06:00
Nikolay Kim 6c44575923 transmute names once 2018-06-22 11:44:38 +06:00
Nikolay Kim fc7238baee refactor read_from_io 2018-06-22 11:30:40 +06:00
Nikolay Kim edd22bb279 refactor read_from_io 2018-06-22 09:01:20 +06:00
Nikolay Kim 17c033030b Revert "remove unnecessary use of unsafe in read_from_io"
This reverts commit da237611cb.
2018-06-22 08:55:19 +06:00
Nikolay Kim 3afdf3fa7e
Merge pull request #335 from gnzlbg/fix_unsafe
remove unnecessary use of unsafe in read_from_io
2018-06-22 07:23:14 +06:00
Nikolay Kim 50fbef88fc cleanup srver pipeline 2018-06-21 23:51:25 +06:00
Nikolay Kim c9069e9a3c remove unneeded UnsafeCell 2018-06-21 23:21:28 +06:00
Nikolay Kim 65ca563579 use read only self for Middleware 2018-06-21 23:06:23 +06:00
Nikolay Kim 3de9284592 Handler::handle uses &self instead of mutabble reference 2018-06-21 17:07:54 +06:00
Nikolay Kim 5a9992736f
Merge pull request #339 from joshleeb/propogate-scope-default-resource
Propagate scope default resource
2018-06-21 15:40:02 +06:00
Josh Leeb-du Toit c5e8c1b710 Propagate default resources to underlying scopes 2018-06-21 18:17:27 +10:00
Nikolay Kim b5594ae2a5
Fix doc api example 2018-06-21 14:11:00 +06:00
Nikolay Kim 58d1f4a4aa switch to actix master 2018-06-21 13:34:36 +06:00
Nikolay Kim b7d813eeba update tests 2018-06-21 12:04:00 +06:00
Nikolay Kim 8e160ebda7 clippy warning 2018-06-21 11:49:36 +06:00
Nikolay Kim 0093b7ea5a refactor extractor configuration #331 2018-06-21 11:47:01 +06:00
Nikolay Kim 75eec8bd4f fix condition 2018-06-21 11:23:21 +06:00
Nikolay Kim ebc59cf7b9 add unsafe checks #331 2018-06-21 11:20:21 +06:00
Nikolay Kim c2c4a5ba3f fix failure Send+Sync compatibility 2018-06-21 10:45:24 +06:00
Nikolay Kim 1be27e17f8 convert timer error to io error 2018-06-21 10:05:20 +06:00
Nikolay Kim 8b0fbb85d1 SendRequest execution fails with the entered unreachable code #329 2018-06-21 09:52:18 +06:00
Nikolay Kim cfe6725eb4 Allow to disable masking for websockets client 2018-06-21 09:49:33 +06:00
Josh Leeb-du Toit f815c1c096 Add test for default_resource scope propagation 2018-06-21 13:10:40 +10:00
gnzlbg da237611cb remove unnecessary use of unsafe in read_from_io 2018-06-20 13:14:53 +02:00
Jef 234c60d473 Fix some unsoundness
This improves the sound implementation of `fn route`.
Previously this function would iterate twice but we
can reduce the overhead without using `unsafe`.
2018-06-20 10:53:18 +02:00
Nikolay Kim 2f917f3700 various cleanups and comments 2018-06-20 01:27:41 +06:00
Nikolay Kim 311f0b23a9 cleanup more code 2018-06-20 00:36:32 +06:00
Nikolay Kim a69c1e3de5 remove unsafe from scope impl 2018-06-19 23:46:58 +06:00
Nikolay Kim c427fd1241
Merge pull request #328 from xfix/remove-some-uses-of-unsafe-from-frame-message
Remove some uses of unsafe from Frame::message
2018-06-19 21:52:41 +06:00
Nikolay Kim 3b1124c56c
Merge branch 'master' into remove-some-uses-of-unsafe-from-frame-message 2018-06-19 19:20:40 +06:00
Nikolay Kim cafde76361
Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll 2018-06-19 19:20:25 +06:00
Nikolay Kim bfb93cae66
Update connector.rs 2018-06-19 19:19:31 +06:00
Nikolay Kim b5c1e42feb
Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll 2018-06-19 18:30:37 +06:00
Konrad Borowski e884e7e84e Remove some uses of unsafe from Frame::message 2018-06-19 14:11:53 +02:00
Konrad Borowski 877e177b60 Remove use of unsafe from Pipeline#poll 2018-06-19 13:42:44 +02:00
Nikolay Kim 27b6af2800 refactor route matching 2018-06-19 16:45:26 +06:00
Nikolay Kim 5c42b0902f better doc api examples 2018-06-19 12:07:07 +06:00
Nikolay Kim 247e8727cb ClientBody is not needed 2018-06-19 10:15:16 +06:00
Nikolay Kim 362b14c2f7 remove unsafe cell from ws client 2018-06-19 09:36:17 +06:00
Nikolay Kim 261ad31b9a remove some unsafe code 2018-06-19 07:44:01 +06:00
Nikolay Kim 26f37ec2e3 refactor HttpHandlerTask trait 2018-06-18 05:45:54 +06:00
Nikolay Kim ef15646bd7 refactor edfault cpu pool 2018-06-18 04:56:18 +06:00
Nikolay Kim a5bbc455c0 cleanup mut transform 2018-06-18 04:41:41 +06:00
Nikolay Kim 6ec8352612 method only for tests 2018-06-18 01:05:02 +06:00
Nikolay Kim daed502ee5 make mut api private 2018-06-18 01:03:07 +06:00
Nikolay Kim 9d114d785e remove Clone from ExtractorConfig 2018-06-18 00:19:07 +06:00
Nikolay Kim ea118edf56 do not use references in ConnectionInfo 2018-06-18 00:01:41 +06:00
Nikolay Kim e1db47d550 refactor server settings 2018-06-17 23:51:20 +06:00
Nikolay Kim 38fe8bebec fix doc string 2018-06-17 08:57:51 +06:00
Nikolay Kim c3f295182f use HashMap for HttpRequest::query() 2018-06-17 08:54:30 +06:00
Nikolay Kim b6ed778775 remove HttpMessage::range() 2018-06-17 08:48:50 +06:00
Nikolay Kim 0f2aac1a27 remove unneed Send and Sync 2018-06-17 08:32:22 +06:00
Nikolay Kim 70244c29e0 update doc api examples 2018-06-17 04:09:07 +06:00
Nikolay Kim a7a062fb68 clippy warnings 2018-06-17 03:26:34 +06:00