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

Commit graph

  • ac3a76cd32 update httparse version Nikolay Kim 2018-07-05 13:21:33 +0600
  • 8058d15624 clippy warnings Nikolay Kim 2018-07-05 13:16:16 +0600
  • 05a43a855e remove unsafe Nikolay Kim 2018-07-05 13:00:46 +0600
  • 80339147b9 call disconnect on write error Nikolay Kim 2018-07-05 12:50:54 +0600
  • 6af2f5d642 re-enable start_incoming support Nikolay Kim 2018-07-05 12:14:10 +0600
  • d7762297da update actix dependency Nikolay Kim 2018-07-05 12:02:32 +0600
  • b48bc746b8
    Merge e225825387 into d5606625a2 #360 Marcel Buesing 2018-07-05 01:05:06 +0000
  • d5606625a2 remove public Clone for Request Nikolay Kim 2018-07-04 22:57:40 +0600
  • 5d79114239 optimize Request handling Nikolay Kim 2018-07-04 22:52:49 +0600
  • f559f23e1c Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-07-04 21:02:40 +0600
  • 6fd686ef98 cleanup warnings Nikolay Kim 2018-07-04 21:01:27 +0600
  • 4c5a63965e use new actix context api Nikolay Kim 2018-07-04 17:04:23 +0600
  • 09aabc7b3b plain/text -> text/plain in comment (#362) Gorm Casper 2018-07-04 10:17:44 +0200
  • 9fc086c401 plain/text -> text/plain in comment #362 Gorm Casper 2018-07-04 09:51:03 +0200
  • e225825387
    implement FromParam for bool #360 marcelbuesing 2018-07-03 10:32:20 +0200
  • b6d26c9faf
    Merge pull request #348 from actix/request-mutability Nikolay Kim 2018-07-02 23:52:42 +0600
  • fec6047ddc refactor HttpRequest mutability #348 Nikolay Kim 2018-06-25 10:58:04 +0600
  • 445ea043dd remove unsafes Nikolay Kim 2018-07-02 23:32:29 +0600
  • 0be5448597 Properly escape special characters in fs/directory_listing. (#355) Gowee 2018-06-30 20:01:48 +0800
  • cb955d3825 Properly escape special characters in fs/directory_listing. #355 Hung-I Wang 2018-06-30 12:01:36 +0800
  • 0f27389e72 set length of vector to max_bytes (closes #345) (#346) ousado 2018-06-26 07:09:12 +0200
  • 8e5c9e8fbf
    Merge branch 'master' into patch-1 #346 Douman 2018-06-26 07:48:29 +0300
  • a9425a866b Fix duplicate tail of StaticFiles with index_file Douman 2018-06-25 19:41:23 +0300
  • c2979760b5 Fix duplicate tail of StaticFiles with index_file. (#344) Gary Hai 2018-06-26 00:37:24 +0800
  • 00240f9482
    make sure buf length equals # of initialized bytes ousado 2018-06-25 16:36:04 +0200
  • 0b4954ed79
    set length of vector to max_bytes (closes #345) ousado 2018-06-25 15:28:43 +0200
  • 800c404c72 explicit response release Nikolay Kim 2018-06-25 10:10:02 +0600
  • 32212bad1f simplify http response pool Nikolay Kim 2018-06-25 09:08:28 +0600
  • d1b73e30e0 update comments Nikolay Kim 2018-06-24 22:27:30 +0600
  • c0cdc39ba9 do not store cookies on client response Nikolay Kim 2018-06-24 22:21:04 +0600
  • 8e8a68f90b add empty output stream Nikolay Kim 2018-06-24 22:05:44 +0600
  • 1ecda8f8bf Fix duplicate tail of StaticFiles with index_file. #344 Gary Hai 2018-06-24 13:24:13 +0800
  • 989cd61236 handle empty te Nikolay Kim 2018-06-24 10:59:01 +0600
  • 33260c7b35 split encoding module Nikolay Kim 2018-06-24 10:42:20 +0600
  • 40ca9ba9c5 simplify write buffer Nikolay Kim 2018-06-24 10:30:58 +0600
  • 45682c04a8 refactor content encoder Nikolay Kim 2018-06-24 08:54:01 +0600
  • 348491b18c fix alpn connector Nikolay Kim 2018-06-23 17:59:45 +0600
  • 3d2226aa9e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-06-23 12:40:45 +0600
  • cf38183dcb refactor client connector waiters maintenance Nikolay Kim 2018-06-23 12:40:21 +0600
  • e3dc6f0ca8 refactor h1decoder Nikolay Kim 2018-06-23 12:28:55 +0600
  • a5369aed8b
    Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) Armin Ronacher 2018-06-23 08:16:52 +0200
  • 84502f0824 Changes a leaked box into an Rc<String> and makes resource() return an Option #343 Armin Ronacher 2018-06-23 07:53:01 +0200
  • ff0ab733e4 remove unsafe from mask Nikolay Kim 2018-06-23 11:51:02 +0600
  • d1318a35a0 remove unnecessary unsafes Nikolay Kim 2018-06-23 10:29:23 +0600
  • 756227896b update set_date impl Nikolay Kim 2018-06-23 10:13:09 +0600
  • 4fadff63f4 Use Box::leak for dynamic param names Nikolay Kim 2018-06-23 09:57:03 +0600
  • 597b611395
    Merge ebd717d715 into 7bc7b4839b #333 Armin Ronacher 2018-06-22 09:33:24 +0000
  • 7bc7b4839b
    Switch from fnv to a identity hasher in extensions (#342) Armin Ronacher 2018-06-22 11:32:32 +0200
  • 59ca7ab8b5 Fixed a bad import #342 Armin Ronacher 2018-06-22 11:09:49 +0200
  • 09b31d081c Switch from fnv to a identity hasher in extensions Armin Ronacher 2018-06-22 09:51:27 +0200
  • dda6ee95df
    Changes the router to use atoms internally (#341) Armin Ronacher 2018-06-22 09:33:32 +0200
  • 4ea2efd76c Changes the router to use atoms internally #341 Armin Ronacher 2018-06-22 08:32:47 +0200
  • 765c38e7b9 remove libc dependency Nikolay Kim 2018-06-22 11:47:33 +0600
  • 6c44575923 transmute names once Nikolay Kim 2018-06-22 11:44:38 +0600
  • fc7238baee refactor read_from_io Nikolay Kim 2018-06-22 11:30:40 +0600
  • edd22bb279 refactor read_from_io Nikolay Kim 2018-06-22 09:01:20 +0600
  • 17c033030b Revert "remove unnecessary use of unsafe in read_from_io" Nikolay Kim 2018-06-22 08:55:19 +0600
  • 3afdf3fa7e
    Merge pull request #335 from gnzlbg/fix_unsafe Nikolay Kim 2018-06-22 07:23:14 +0600
  • 50fbef88fc cleanup srver pipeline Nikolay Kim 2018-06-21 23:51:25 +0600
  • c9069e9a3c remove unneeded UnsafeCell Nikolay Kim 2018-06-21 23:21:28 +0600
  • 65ca563579 use read only self for Middleware Nikolay Kim 2018-06-21 23:06:23 +0600
  • c50065e334
    Merge 454e9f8ce1 into 5a9992736f #336 Gary Hai 2018-06-21 11:18:02 +0000
  • 454e9f8ce1 Merge https://github.com/actix/actix-web #336 Gary Hai 2018-06-21 19:14:45 +0800
  • 3de9284592 Handler::handle uses &self instead of mutabble reference Nikolay Kim 2018-06-21 17:07:54 +0600
  • 5a9992736f
    Merge pull request #339 from joshleeb/propogate-scope-default-resource Nikolay Kim 2018-06-21 15:40:02 +0600
  • 0338767264 Update CHANGES for default scope propagation #339 Josh Leeb-du Toit 2018-06-21 19:37:34 +1000
  • c5e8c1b710 Propagate default resources to underlying scopes Josh Leeb-du Toit 2018-06-21 18:17:27 +1000
  • b5594ae2a5
    Fix doc api example Nikolay Kim 2018-06-21 14:11:00 +0600
  • 58d1f4a4aa switch to actix master Nikolay Kim 2018-06-21 13:34:36 +0600
  • b7d813eeba update tests Nikolay Kim 2018-06-21 12:04:00 +0600
  • 8e160ebda7 clippy warning Nikolay Kim 2018-06-21 11:49:36 +0600
  • 0093b7ea5a refactor extractor configuration #331 Nikolay Kim 2018-06-21 11:47:01 +0600
  • 75eec8bd4f fix condition Nikolay Kim 2018-06-21 11:23:13 +0600
  • ebc59cf7b9 add unsafe checks #331 Nikolay Kim 2018-06-21 11:20:21 +0600
  • c2c4a5ba3f fix failure Send+Sync compatibility Nikolay Kim 2018-06-21 10:45:24 +0600
  • dbd093075d
    Merge pull request #338 from tbroadley/fix-typos Nikolay Kim 2018-06-21 10:13:30 +0600
  • 1be27e17f8 convert timer error to io error Nikolay Kim 2018-06-21 10:05:20 +0600
  • 8b0fbb85d1 SendRequest execution fails with the entered unreachable code #329 Nikolay Kim 2018-06-21 09:47:28 +0600
  • cfe6725eb4 Allow to disable masking for websockets client Nikolay Kim 2018-06-21 09:38:59 +0600
  • 1fcf1d4a49 prepare release v0.6.14 Nikolay Kim 2018-06-21 09:47:46 +0600
  • 4012606910 SendRequest execution fails with the entered unreachable code #329 Nikolay Kim 2018-06-21 09:47:28 +0600
  • e975124630 Allow to disable masking for websockets client Nikolay Kim 2018-06-21 09:38:59 +0600
  • f815c1c096 Add test for default_resource scope propagation Josh Leeb-du Toit 2018-06-03 17:48:12 +1000
  • 280eae4335
    Merge pull request #334 from Vurich/master Nikolay Kim 2018-06-21 07:15:33 +0600
  • bd8cbfff35 docs: fix typos #338 Thomas Broadley 2018-06-20 21:05:26 -0400
  • b9c9b39d4c Fix duplicate tail of StaticFiles with index_file. Gary Hai 2018-06-20 21:17:11 +0800
  • da237611cb remove unnecessary use of unsafe in read_from_io #335 gnzlbg 2018-06-20 13:14:53 +0200
  • 234c60d473 Fix some unsoundness #334 Jef 2018-06-20 10:50:56 +0200
  • ebd717d715 Remove unsafe code from SharedHttpInnerMessage #333 Armin Ronacher 2018-06-20 09:51:01 +0200
  • 2f917f3700 various cleanups and comments Nikolay Kim 2018-06-20 01:27:41 +0600
  • 311f0b23a9 cleanup more code Nikolay Kim 2018-06-20 00:36:32 +0600
  • a69c1e3de5 remove unsafe from scope impl Nikolay Kim 2018-06-19 23:46:58 +0600
  • c427fd1241
    Merge pull request #328 from xfix/remove-some-uses-of-unsafe-from-frame-message Nikolay Kim 2018-06-19 21:52:41 +0600
  • adcb4e1492
    Merge pull request #327 from xfix/remove-use-of-unsafe-from-pipeline-poll Nikolay Kim 2018-06-19 19:58:15 +0600
  • 3b1124c56c
    Merge branch 'master' into remove-some-uses-of-unsafe-from-frame-message #328 Nikolay Kim 2018-06-19 19:20:40 +0600
  • cafde76361
    Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll #327 Nikolay Kim 2018-06-19 19:20:25 +0600
  • bfb93cae66
    Update connector.rs Nikolay Kim 2018-06-19 19:19:31 +0600
  • b5c1e42feb
    Merge branch 'master' into remove-use-of-unsafe-from-pipeline-poll Nikolay Kim 2018-06-19 18:30:37 +0600
  • e884e7e84e Remove some uses of unsafe from Frame::message Konrad Borowski 2018-06-19 14:11:53 +0200
  • 877e177b60 Remove use of unsafe from Pipeline#poll Konrad Borowski 2018-06-19 13:42:44 +0200