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
Nikolay Kim
879b2b5bde
port Extensions from http crate #315
2018-06-17 03:22:08 +06:00
Nikolay Kim
33050f55a3
remove Context::actor() method
2018-06-17 03:10:44 +06:00
Nikolay Kim
e4443226f6
update actix usage
2018-06-17 02:58:56 +06:00
Nikolay Kim
342a194605
fix handling ServerCommand #316
2018-06-16 22:56:27 +06:00
Nikolay Kim
566b16c1f7
Merge branch 'master' of github.com:actix/actix-web
2018-06-14 11:42:27 +02:00
Nikolay Kim
8261cf437d
update actix api
2018-06-13 23:37:19 -07:00
Özgür Akkurt
b79307cab1
Merge branch 'master' into app-cleanup
2018-06-14 01:01:11 +03:00
Dursun Akkurt
cb77f7e688
Add HttpMessage::readlines()
2018-06-14 00:19:48 +03:00
Dursun Akkurt
1bee528018
move ReadlinesError to error module
2018-06-13 22:59:36 +03:00
Dursun Akkurt
ad9aacf521
change poll method of Readlines
2018-06-13 22:41:35 +03:00
Daniel McNab
f8854f951c
remove duplication of App::with_state
in App::new
2018-06-13 20:31:20 +01:00
Dursun Akkurt
6d95e34552
add HttpMessage::readlines()
2018-06-13 20:45:31 +03:00
Dursun Akkurt
6c765739d0
add HttpMessage::readlines()
2018-06-13 20:43:03 +03:00
eddomuke
45b408526c
Merge branch 'master' into master
2018-06-13 00:53:46 +03:00
Nikolay Kim
1a91854270
Merge branch 'master' of github.com:actix/actix-web
2018-06-12 14:50:41 -07:00
Nikolay Kim
99092fdf06
http/2 end-of-frame is not set if body is empty bytes #307
2018-06-12 14:50:21 -07:00
Dursun Akkurt
748ff389e4
Allow to override Form extractor error
2018-06-13 00:47:47 +03:00
Dursun Akkurt
8af082d873
remove FormPayloadError
2018-06-12 20:26:09 +03:00
Ozgur Akkurt
d4d3add17d
add ClientRequestBuilder::form()
2018-06-12 19:30:00 +03:00
axon-q
d8e1fd102d
add cookie methods to HttpResponse
2018-06-12 13:56:53 +00:00
axon-q
e414a52b51
content_disposition: remove unnecessary allocations
2018-06-12 13:48:23 +00:00
axon-q
4d69e6d0b4
fs: minor cleanups to content_disposition
2018-06-12 13:47:49 +00:00
Kaz Wesley
48f77578ea
fix url in example
2018-06-11 21:55:05 -07:00
Nikolay Kim
9b012b3304
do not allow stream or actor responses for internal error #301
2018-06-11 19:45:17 -07:00
Nikolay Kim
a0344eebeb
InternalError can trigger memory unsafety #301
2018-06-11 18:54:36 -07:00
Nikolay Kim
b9f6c313d4
Merge branch 'master' of github.com:actix/actix-web
2018-06-11 12:56:33 -07:00
Nikolay Kim
ef420a8bdf
fix docs.rs
2018-06-11 12:21:09 -07:00
David McNeil
0d54b6f38e
Implement Responder for Option #294 ( #297 )
2018-06-11 14:05:41 +03:00
Nikolay Kim
ef88fc78d0
Merge branch 'master' of github.com:actix/actix-web
2018-06-10 10:25:05 -07:00
Nikolay Kim
9dd66dfc22
better name for error
2018-06-10 10:24:34 -07:00
Nikolay Kim
87a822e093
fix deprecated warnings
2018-06-10 10:14:13 -07:00
Nikolay Kim
785d0e24f0
Merge branch 'master' into static-file-updates
2018-06-09 08:21:34 -07:00