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
|
0338767264
|
Update CHANGES for default scope propagation
|
2018-06-21 19:37:34 +10: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
|
dbd093075d
|
Merge pull request #338 from tbroadley/fix-typos
Fix typos
|
2018-06-21 10:13:30 +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 |
|
Nikolay Kim
|
280eae4335
|
Merge pull request #334 from Vurich/master
Fix some unsoundness
|
2018-06-21 07:15:33 +06:00 |
|
Thomas Broadley
|
bd8cbfff35
|
docs: fix typos
|
2018-06-20 21:05:26 -04:00 |
|