Commit Graph

  • 6a269439bd Use askama-escape for html escaping Jens Reidel 2021-02-04 19:46:51 +0100
  • 78a8b4173d update to latest master branch of actix-net fakeshadow 2021-02-05 00:22:36 +0800
  • a73a1225ff Merge remote-tracking branch 'master/master' into refactor/awc fakeshadow 2021-02-04 23:49:29 +0800
  • d8ce31ce2d Disable actix's default features on -actors Thales Fragoso 2021-02-03 21:02:40 -0300
  • 2aa07e016d fix expect handling fakeshadow 2021-02-03 05:10:51 -0800
  • 15b8dba2c7 clean up h1 dispatcher. add comments fakeshadow 2021-02-03 04:32:17 -0800
  • bfe47b2034 update deps fakeshadow 2021-02-02 06:34:56 -0800
  • ad78ca9f35 move `create_with_codec_addr` to WsResponseBuilder Mohammed Sazid Al Rashid 2021-01-29 13:18:47 +0600
  • f11e2893cc add test for frame size exceed Mohammed Sazid Al Rashid 2021-01-29 13:13:46 +0600
  • 8d8063d302 ignore doc test for WsResponseBuilder Mohammed Sazid Al Rashid 2021-01-29 13:02:07 +0600
  • 0c4b3fcc54
    Merge branch 'master' into feat/immutable fakeshadow 2021-01-28 06:13:54 -0800
  • ecb5e9477e fix clippy fakeshadow 2021-01-27 23:09:16 -0800
  • 79a84be9a5 use localboxfuture alias fakeshadow 2021-01-27 23:04:36 -0800
  • 5b8d8f44ca simplify methods of awc::connect::Connect trait fakeshadow 2021-01-27 22:55:12 -0800
  • 6f2f276c7f Fix Vim not being in normal mode Alexander Jackson 2021-01-27 10:54:14 +0000
  • 51e54dac8b
    fix limit not working on HttpMessageBody::limit (#1938) fakeshadow 2021-01-27 02:49:57 -0800
  • 536b9b966e Improve `impl ResponseError` documentation Alexander Jackson 2021-01-27 10:46:00 +0000
  • 3eca681cc2 add comment for None variant output of MessageType::decode for Request fakeshadow 2021-01-27 02:37:38 -0800
  • 58a4df3bbd fix ok branch does not update content length fakeshadow 2021-01-27 02:06:09 -0800
  • d02aae5519 make PayloadConfig.limit private fakeshadow 2021-01-27 01:59:37 -0800
  • 8a155fa5ef fix limit not working on HttpMessage::limit fakeshadow 2021-01-27 01:57:33 -0800
  • 03ad433421 add test for grouped services in scope fakeshadow 2021-01-27 00:57:08 -0800
  • 99859d8019 Fix bug of client_unread_response test Richard Chien 2021-01-27 12:04:23 +0800
  • a3fd266629 use decoder::max_buffer_size as early return point on read fakeshadow 2021-01-26 19:42:49 -0800
  • f9b2047782 remove extra branch on enabled response timeout fakeshadow 2021-01-26 18:50:16 -0800
  • 79de9e8b41 add changelog fakeshadow 2021-01-26 06:04:51 -0800
  • 06b8e65794 add services register for tuple and vec of services fakeshadow 2021-01-26 05:58:43 -0800
  • 45a841e8c7 readd doc comment fakeshadow 2021-01-26 03:17:51 -0800
  • 106c307d85 remove unwanted comments fakeshadow 2021-01-26 03:00:19 -0800
  • 86858d847e relax timeout duration in test fakeshadow 2021-01-26 02:45:28 -0800
  • 000e80aafe fix the return type in poll_timeout. return payload error directly fakeshadow 2021-01-26 02:10:38 -0800
  • 7d2f63eba2 add ClientResponse::timeout fakeshadow 2021-01-26 00:41:48 -0800
  • 09128d1763 use 32kb max hw buffer fakeshadow 2021-01-25 07:06:38 -0800
  • 9edd9e1e18 try to fix memory usage for h1 fakeshadow 2021-01-25 01:33:42 -0800
  • bb01b691b9 replace services with 500 error when data_factory construction failed fakeshadow 2021-01-25 09:08:33 +0800
  • 08b7fd86ee properly drop h2 connection fakeshadow 2021-01-24 18:20:11 +0800
  • 71bc4890a0 remove either crate and simplify AsName trait fakeshadow 2021-01-23 18:48:33 -0800
  • 544683837c
    Merge branch 'master' into opt/message Rob Ede 2021-01-24 00:52:46 +0000
  • c201c15f8c
    Improve documentation for PayloadConfig (#1923) Jonas Platte 2021-01-24 01:32:10 +0100
  • 7dd630f0ef
    length nit Rob Ede 2021-01-24 00:31:54 +0000
  • e1013c27be fix clippy warning. revive two tests from actix-files fakeshadow 2021-01-24 01:02:54 +0800
  • 7ab432e41c relax ConnectorConfig default timeout fakeshadow 2021-01-23 22:34:18 +0800
  • 5e2d776a8f remove mutable borrow of service state from actix_http::client and awc fakeshadow 2021-01-22 22:09:24 -0800
  • 5f2e383436 update changelog fakeshadow 2021-01-22 20:28:45 -0800
  • 3e1fc93ab7 update dep override. merge branch master fakeshadow 2021-01-22 19:55:29 -0800
  • 3a88ea3632
    Improve documentation for PayloadConfig Jonas Platte 2021-01-22 18:14:10 +0100
  • bc787ae43d add docs for `WsResponseBuilder` Mohammed Sazid Al Rashid 2021-01-21 23:46:19 +0600
  • 9898673916 add to CHANGELOG Mohammed Sazid Al Rashid 2021-01-21 21:59:38 +0600
  • f7572c7621 add tests for `WsResponseBuilder` Mohammed Sazid Al Rashid 2021-01-21 21:55:15 +0600
  • 348e758b02 add `WsResponseBuilder` for building ws response Mohammed Sazid Al Rashid 2021-01-21 21:54:55 +0600
  • 8fc3b9522a add tests for WsResponseBuilder Mohammed Sazid Al Rashid 2021-01-21 19:40:08 +0600
  • 988e85bb88 return `Self` instead of `&mut Self` in WsResponseBuilder Mohammed Sazid Al Rashid 2021-01-21 19:39:48 +0600
  • f58f572a1f Merge branch 'feat/ws-codec-frame-size' of https://github.com/sazid/actix-web into feat/ws-codec-frame-size Mohammed Sazid Al Rashid 2021-01-21 18:39:22 +0600
  • 440bae38e3 add WsSessionBuilder for building ws sessions Mohammed Sazid Al Rashid 2021-01-21 18:35:53 +0600
  • dd9d9cc831 update changelog Mohammed Sazid Al Rashid 2021-01-04 23:05:15 +0600
  • fcd06df12c add fn's to start ws with frame size and codec Mohammed Sazid Al Rashid 2021-01-04 22:18:16 +0600
  • 9768ea4dd1 remove extra export of HeaderMap fakeshadow 2021-01-20 04:35:54 +0800
  • 2cb2a30949 move actix_http::client to awc fakeshadow 2021-01-20 04:05:11 +0800
  • 4d688ae921 fix feature flag fakeshadow 2021-01-19 12:24:47 +0800
  • 9d4bc34473 rework awc dns resolver fakeshadow 2021-01-19 12:00:18 +0800
  • 0bdbec6f25 proper fix for awc test fakeshadow 2021-01-19 03:41:29 +0800
  • 5f22efffc4 remove Clone impl for Message. fakeshadow 2021-01-19 03:16:50 +0800
  • 1bdc6dc4f6
    Merge branch 'master' into opt/message fakeshadow 2021-01-19 03:11:37 +0800
  • 0c8196f8b0
    Remove HttpResponseBuilder::json2() (#1903) Logan Magee 2021-01-18 03:14:29 -0900
  • 895edb22d4
    Remove HttpResponseBuilder::json2() lberrymage 2021-01-16 21:20:09 -0900
  • e5cf2abf0a revert change of ResponseHead fakeshadow 2021-01-18 09:58:37 +0800
  • 0819cfbe7b add panic and comment fakeshadow 2021-01-18 09:16:14 +0800
  • 9a3ba6d04c optimize actix-http messages fakeshadow 2021-01-18 08:58:22 +0800
  • a110063db3 fix clone of NotGuard fakeshadow 2021-01-18 01:01:16 +0800
  • 50e35ff6ee
    Merge branch 'master' into opt/route_guard Rob Ede 2021-01-17 16:30:28 +0000
  • ee10148444
    revive commented out tests (#1912) Rob Ede 2021-01-17 05:19:32 +0000
  • 7e37aca846
    clippy Rob Ede 2021-01-17 04:58:03 +0000
  • 3ebe6d6fc2
    clippy Rob Ede 2021-01-17 04:54:27 +0000
  • 0aa6af71ab
    fix server test Rob Ede 2021-01-17 04:45:01 +0000
  • de8fc0db74
    Merge branch 'master' into revive-tests Rob Ede 2021-01-17 04:35:46 +0000
  • 373b92f07a
    fix tests Rob Ede 2021-01-17 04:34:58 +0000
  • 3c01874dd7
    fix remaining client tests Rob Ede 2021-01-17 04:27:53 +0000
  • bcdc1e3cba
    fix rustls client tests Rob Ede 2021-01-17 04:16:10 +0000
  • b187851a32 optimize Route guards fakeshadow 2021-01-17 10:11:08 +0800
  • 1c95fc2654
    Refactor poll_keepalive for readability (#1901) fakeshadow 2021-01-16 08:15:06 +0800
  • 2baae1b28b
    Merge branch 'master' into refactor/poll_keepalive Rob Ede 2021-01-15 23:38:42 +0000
  • da69bb4d12
    implement `App::data` as `App::app_data(Data::new(T)))` (#1906) Rob Ede 2021-01-15 23:37:33 +0000
  • b5e8ed9198 fix actix-web-codegen test fakeshadow 2021-01-15 20:50:39 +0800
  • bbf90697b0 use Router::recognize_checked fakeshadow 2021-01-15 20:26:40 +0800
  • 272099d0f4
    Rename `HttpResponse` httpcode methods to snake_case lberrymage 2021-01-14 23:19:46 -0900
  • 8260fb6d42
    Merge branch 'master' into data-order Rob Ede 2021-01-15 06:50:51 +0000
  • d7cef210b3
    unfinished revive tests Rob Ede 2021-01-15 06:50:09 +0000
  • 0a506bf2e9
    cleanup top level doc comments Rob Ede 2021-01-15 05:38:50 +0000
  • b2a9ba2ee4
    Update PULL_REQUEST_TEMPLATE.md Rob Ede 2021-01-15 04:54:23 +0000
  • 0002eed673
    update changelog Rob Ede 2021-01-15 04:49:31 +0000
  • 2dcf5ebf58
    Merge remote-tracking branch 'origin/master' into data-order Rob Ede 2021-01-15 04:38:02 +0000
  • fda5b9104c
    implement App::data as App::app_data(Data::new)) Rob Ede 2021-01-15 04:33:06 +0000
  • 4a60b5c29a
    Merge branch 'master' into refactor/poll_keepalive Rob Ede 2021-01-15 04:23:01 +0000
  • f976150b67
    return option item from Extensions::insert (#1904) Rob Ede 2021-01-15 04:22:42 +0000
  • de6a09158f
    udpate changelog Rob Ede 2021-01-15 03:24:07 +0000
  • c85d43092d
    fix tests Rob Ede 2021-01-14 03:40:53 +0000
  • c3c306b1da
    return option item from Extensions::insert Rob Ede 2021-01-14 03:32:27 +0000
  • b1dd8d28bc
    response header rework (#1869) Rob Ede 2021-01-15 02:11:10 +0000
  • 4c6c899b6e fix actix-http-test fakeshadow 2021-01-15 05:08:16 +0800
  • 2bf21631fe fix fmt fakeshadow 2021-01-15 04:44:19 +0800