1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-24 13:54:04 +02:00

Commit Graph

  • 28b36c650a fix h2 compatibility Nikolay Kim 2018-07-11 13:25:07 +06:00
  • b22132d3d6
    Merge branch 'master' into apply-mask Nikolay Kim 2018-07-11 13:15:35 +06:00
  • 19ae5e9489 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-11 12:56:53 +06:00
  • 9aef34e768 remove & to &mut transmute #385 Nikolay Kim 2018-07-11 12:56:35 +06:00
  • bed961fe35 Lessen numbers of jobs for AppVeyor Douman 2018-07-11 09:23:17 +03:00
  • 87824a9cf6 Refactor apply_mask implementation, removing dead code paths and reducing scope of unsafety Diggory Blake 2018-07-08 13:46:13 +01:00
  • 82920e1ac1
    Do not override user settings on signals and stop handling (#375) Douman 2018-07-08 09:01:44 +03:00
  • 110605f50b stop actor context on error #311 Nikolay Kim 2018-07-08 09:41:55 +06:00
  • 00c97504b6
    Merge pull request #368 from Diggsey/master Nikolay Kim 2018-07-07 09:46:44 +06:00
  • 85012f947a Remove reimplementation of LazyCell Diggory Blake 2018-07-06 22:28:08 +01:00
  • 62ba01fc15 update changes Nikolay Kim 2018-07-06 15:00:14 +06:00
  • 5b7aed101a remove unsafe Nikolay Kim 2018-07-06 13:54:43 +06:00
  • 1c3b32169e remove stream from WebsocketsContext::with_factory Nikolay Kim 2018-07-06 12:07:16 +06:00
  • cfa470db50 close conneciton for head requests Nikolay Kim 2018-07-06 09:21:24 +06:00
  • a5f7a67b4d clippy warnings Nikolay Kim 2018-07-06 08:24:44 +06:00
  • 185e710dc8 do not drop content-encoding header in case of identity #363 Nikolay Kim 2018-07-06 08:24:36 +06:00
  • 9070d59ea8 do not read head payload Nikolay Kim 2018-07-06 08:11:36 +06:00
  • 2a25caf2c5 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-06 07:49:50 +06:00
  • 7d96b92aa3 add check for usize cast Nikolay Kim 2018-07-06 07:46:47 +06:00
  • 67e4cad281
    Introduce method to set header if it is missing only (#364) Douman 2018-07-05 19:27:18 +03:00
  • 080f232a0f Use StaticFile default handler when file is inaccessible (#357) Tessa Bradbury 2018-07-05 19:34:13 +10:00
  • ac3a76cd32 update httparse version Nikolay Kim 2018-07-05 13:21:33 +06:00
  • 8058d15624 clippy warnings Nikolay Kim 2018-07-05 13:16:16 +06:00
  • 05a43a855e remove unsafe Nikolay Kim 2018-07-05 13:00:46 +06:00
  • 80339147b9 call disconnect on write error Nikolay Kim 2018-07-05 12:50:54 +06:00
  • 6af2f5d642 re-enable start_incoming support Nikolay Kim 2018-07-05 12:14:10 +06:00
  • d7762297da update actix dependency Nikolay Kim 2018-07-05 12:02:32 +06:00
  • d5606625a2 remove public Clone for Request Nikolay Kim 2018-07-04 22:57:40 +06:00
  • 5d79114239 optimize Request handling Nikolay Kim 2018-07-04 22:52:49 +06:00
  • f559f23e1c Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-04 21:02:40 +06:00
  • 6fd686ef98 cleanup warnings Nikolay Kim 2018-07-04 21:01:27 +06:00
  • 4c5a63965e use new actix context api Nikolay Kim 2018-07-04 17:04:23 +06:00
  • 09aabc7b3b plain/text -> text/plain in comment (#362) Gorm Casper 2018-07-04 10:17:44 +02:00
  • b6d26c9faf
    Merge pull request #348 from actix/request-mutability Nikolay Kim 2018-07-02 23:52:42 +06:00
  • fec6047ddc refactor HttpRequest mutability Nikolay Kim 2018-06-25 10:58:04 +06:00
  • 445ea043dd remove unsafes Nikolay Kim 2018-07-02 23:32:29 +06:00
  • f79a253f1e
    Create CHANGELOG.md svartalf 2018-07-01 16:52:10 +03:00
  • 0495d78384 Bumping version svartalf 2018-07-01 16:30:58 +03:00
  • 67f0aceea6 Account for joining ':' in basic auth (#2) Till Höppner 2018-07-01 15:25:00 +02:00
  • 0be5448597 Properly escape special characters in fs/directory_listing. (#355) Gowee 2018-06-30 20:01:48 +08:00
  • 0f27389e72 set length of vector to max_bytes (closes #345) (#346) ousado 2018-06-26 07:09:12 +02:00
  • a9425a866b Fix duplicate tail of StaticFiles with index_file Douman 2018-06-25 19:41:23 +03:00
  • 06248900b9
    Merge pull request #11 from yinyanlv/fix-cookie Nikolay Kim 2018-06-25 10:10:59 +06:00
  • 800c404c72 explicit response release Nikolay Kim 2018-06-25 10:10:02 +06:00
  • 32212bad1f simplify http response pool Nikolay Kim 2018-06-25 09:08:28 +06:00
  • d1b73e30e0 update comments Nikolay Kim 2018-06-24 22:27:30 +06:00
  • c0cdc39ba9 do not store cookies on client response Nikolay Kim 2018-06-24 22:21:04 +06:00
  • 8e8a68f90b add empty output stream Nikolay Kim 2018-06-24 22:05:44 +06:00
  • 989cd61236 handle empty te Nikolay Kim 2018-06-24 10:59:01 +06:00
  • 33260c7b35 split encoding module Nikolay Kim 2018-06-24 10:42:20 +06:00
  • 40ca9ba9c5 simplify write buffer Nikolay Kim 2018-06-24 10:30:58 +06:00
  • 45682c04a8 refactor content encoder Nikolay Kim 2018-06-24 08:54:01 +06:00
  • 348491b18c fix alpn connector Nikolay Kim 2018-06-23 17:59:45 +06:00
  • 0e2a4a97fd set max-age default value bugong 2018-06-23 16:31:00 +08:00
  • 3d2226aa9e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-23 12:40:45 +06:00
  • cf38183dcb refactor client connector waiters maintenance Nikolay Kim 2018-06-23 12:40:21 +06:00
  • e3dc6f0ca8 refactor h1decoder Nikolay Kim 2018-06-23 12:28:55 +06:00
  • a5369aed8b
    Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) Armin Ronacher 2018-06-23 08:16:52 +02:00
  • ff0ab733e4 remove unsafe from mask Nikolay Kim 2018-06-23 11:51:02 +06:00
  • d1318a35a0 remove unnecessary unsafes Nikolay Kim 2018-06-23 10:29:23 +06:00
  • ac93ee7cdb custom cookie bugong 2018-06-23 12:17:37 +08:00
  • 756227896b update set_date impl Nikolay Kim 2018-06-23 10:13:09 +06:00
  • 4fadff63f4 Use Box::leak for dynamic param names Nikolay Kim 2018-06-23 09:57:03 +06:00
  • 7bc7b4839b
    Switch from fnv to a identity hasher in extensions (#342) Armin Ronacher 2018-06-22 11:32:32 +02:00
  • dda6ee95df
    Changes the router to use atoms internally (#341) Armin Ronacher 2018-06-22 09:33:32 +02:00
  • 765c38e7b9 remove libc dependency Nikolay Kim 2018-06-22 11:47:33 +06:00
  • 6c44575923 transmute names once Nikolay Kim 2018-06-22 11:44:38 +06:00
  • fc7238baee refactor read_from_io Nikolay Kim 2018-06-22 11:30:40 +06:00
  • edd22bb279 refactor read_from_io Nikolay Kim 2018-06-22 09:01:20 +06:00
  • 17c033030b Revert "remove unnecessary use of unsafe in read_from_io" Nikolay Kim 2018-06-22 08:55:19 +06:00
  • 3afdf3fa7e
    Merge pull request #335 from gnzlbg/fix_unsafe Nikolay Kim 2018-06-22 07:23:14 +06:00
  • 50fbef88fc cleanup srver pipeline Nikolay Kim 2018-06-21 23:51:25 +06:00
  • c9069e9a3c remove unneeded UnsafeCell Nikolay Kim 2018-06-21 23:21:28 +06:00
  • 65ca563579 use read only self for Middleware Nikolay Kim 2018-06-21 23:06:23 +06:00
  • 3de9284592 Handler::handle uses &self instead of mutabble reference Nikolay Kim 2018-06-21 17:07:54 +06:00
  • 5a9992736f
    Merge pull request #339 from joshleeb/propogate-scope-default-resource Nikolay Kim 2018-06-21 15:40:02 +06:00
  • 0338767264 Update CHANGES for default scope propagation Josh Leeb-du Toit 2018-06-21 19:37:34 +10:00
  • c5e8c1b710 Propagate default resources to underlying scopes Josh Leeb-du Toit 2018-06-21 18:17:27 +10:00
  • b5594ae2a5
    Fix doc api example Nikolay Kim 2018-06-21 14:11:00 +06:00
  • 58d1f4a4aa switch to actix master Nikolay Kim 2018-06-21 13:34:36 +06:00
  • b7d813eeba update tests Nikolay Kim 2018-06-21 12:04:00 +06:00
  • 8e160ebda7 clippy warning Nikolay Kim 2018-06-21 11:49:36 +06:00
  • 0093b7ea5a refactor extractor configuration #331 Nikolay Kim 2018-06-21 11:47:01 +06:00
  • 75eec8bd4f fix condition Nikolay Kim 2018-06-21 11:23:13 +06:00
  • ebc59cf7b9 add unsafe checks #331 Nikolay Kim 2018-06-21 11:20:21 +06:00
  • c2c4a5ba3f fix failure Send+Sync compatibility Nikolay Kim 2018-06-21 10:45:24 +06:00
  • dbd093075d
    Merge pull request #338 from tbroadley/fix-typos Nikolay Kim 2018-06-21 10:13:30 +06:00
  • 1be27e17f8 convert timer error to io error Nikolay Kim 2018-06-21 10:05:20 +06:00
  • 8b0fbb85d1 SendRequest execution fails with the entered unreachable code #329 Nikolay Kim 2018-06-21 09:47:28 +06:00
  • cfe6725eb4 Allow to disable masking for websockets client Nikolay Kim 2018-06-21 09:38:59 +06:00
  • f815c1c096 Add test for default_resource scope propagation Josh Leeb-du Toit 2018-06-03 17:48:12 +10:00
  • 280eae4335
    Merge pull request #334 from Vurich/master Nikolay Kim 2018-06-21 07:15:33 +06:00
  • bd8cbfff35 docs: fix typos Thomas Broadley 2018-06-20 21:05:26 -04:00
  • da237611cb remove unnecessary use of unsafe in read_from_io gnzlbg 2018-06-20 13:14:53 +02:00
  • 234c60d473 Fix some unsoundness Jef 2018-06-20 10:50:56 +02:00
  • 2f917f3700 various cleanups and comments Nikolay Kim 2018-06-20 01:27:41 +06:00
  • 311f0b23a9 cleanup more code Nikolay Kim 2018-06-20 00:36:32 +06:00
  • a69c1e3de5 remove unsafe from scope impl Nikolay Kim 2018-06-19 23:46:58 +06:00
  • c427fd1241
    Merge pull request #328 from xfix/remove-some-uses-of-unsafe-from-frame-message Nikolay Kim 2018-06-19 21:52:41 +06:00
  • adcb4e1492
    Merge pull request #327 from xfix/remove-use-of-unsafe-from-pipeline-poll Nikolay Kim 2018-06-19 19:58:15 +06:00