1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-15 09:53:05 +01:00

Commit Graph

  • 525c22de15 fix typos from updating to futures 0.3 Martell Malone 2019-11-21 23:13:19 -08:00
  • 57981ca04a update tests to async handlers Nikolay Kim 2019-11-22 11:49:35 +06:00
  • e668acc596 update travis config Nikolay Kim 2019-11-22 10:13:32 +06:00
  • 512dd2be63 disable rustls support Nikolay Kim 2019-11-22 07:01:05 +06:00
  • 8683ba8bb0 rename .to_async() to .to() Nikolay Kim 2019-11-21 21:34:04 +06:00
  • 0b9e3d381b add test with custom connector Nikolay Kim 2019-11-21 17:36:18 +06:00
  • 1f0577f8d5 cleanup api doc examples Nikolay Kim 2019-11-21 15:56:49 +06:00
  • 53c5151692 use response instead of result for asyn c handlers Nikolay Kim 2019-11-21 15:01:34 +06:00
  • 55698f2524 migrade rest of middlewares Nikolay Kim 2019-11-21 14:52:33 +06:00
  • 471f82f0e0 migrate actix-multipart Nikolay Kim 2019-11-21 14:25:50 +06:00
  • 60ada97b3d migrate actix-session Nikolay Kim 2019-11-21 13:08:22 +06:00
  • 0de101bc4d update actix-web-codegen tests Nikolay Kim 2019-11-21 13:01:07 +06:00
  • 95e2a0ef2e migrate actix-framed Nikolay Kim 2019-11-21 12:17:01 +06:00
  • 69cadcdedb migrate actix-files Nikolay Kim 2019-11-21 11:31:31 +06:00
  • 6ac4ac66b9 migrate actix-cors Nikolay Kim 2019-11-21 10:54:07 +06:00
  • 3646725cf6 migrate actix-identity Nikolay Kim 2019-11-21 10:31:52 +06:00
  • ff62facc0d disable unmigrated crates Nikolay Kim 2019-11-21 00:52:38 +06:00
  • b510527a9f update awc tests Nikolay Kim 2019-11-21 00:35:07 +06:00
  • 3127dd4db6 migrate actix-web to std::future Nikolay Kim 2019-11-20 23:33:22 +06:00
  • d081e57316 fix h2 client send body Nikolay Kim 2019-11-19 19:38:42 +06:00
  • 1ffa7d18d3 drop unpin constraint Nikolay Kim 2019-11-19 18:54:19 +06:00
  • 687884fb94 update test-server tests Nikolay Kim 2019-11-19 11:08:03 +06:00
  • 5ab29b2e62 migrate awc and test-server to std::future Nikolay Kim 2019-11-19 09:55:17 +06:00
  • a6a2d2f444 update ssl impls Nikolay Kim 2019-11-18 20:40:10 +06:00
  • 9e95efcc16 migrate client to std::future Nikolay Kim 2019-11-18 18:42:27 +06:00
  • 8cba1170e6 make actix-http compile with std::future Nikolay Kim 2019-11-15 15:54:11 +06:00
  • 5cb2d500d1 update actix-web-actors Nikolay Kim 2019-11-14 08:58:24 +06:00
  • 0212c618c6 prepare actix-web release Nikolay Kim 2019-11-14 08:55:37 +06:00
  • 88110ed268 Add security note to ConnectionInfo::remote() (#1158) Feiko Nanninga 2019-11-14 03:32:47 +01:00
  • fba02fdd8c prep awc release Nikolay Kim 2019-11-06 11:33:25 -08:00
  • b2934ad8d2 prep actix-file release Nikolay Kim 2019-11-06 11:25:26 -08:00
  • f7f410d033 fix test order dep Nikolay Kim 2019-11-06 11:20:47 -08:00
  • 885ff7396e prepare actox-http release Nikolay Kim 2019-11-06 10:35:13 -08:00
  • 61b38e8d0d Increase timeouts in test-server (#1153) Erlend Langseth 2019-11-06 15:09:22 +01:00
  • edcde67076 Fix escaping/encoding problems in Content-Disposition header (#1151) Hung-I Wang 2019-11-06 22:08:37 +08:00
  • f0612f7570 awc: Add support for setting query from Serialize type for client request (#1130) Jonathas Conceição 2019-10-26 02:27:14 -03:00
  • ace98e3a1e support Host guards when Host header is unset (#1129) Anton Lazarev 2019-10-14 16:05:54 -07:00
  • 1ca9d87f0a prep actix-web-codegen release Nikolay Kim 2019-10-14 21:35:53 +06:00
  • 967f965405 Update syn & quote to 1.0 (#1133) DanSnow 2019-10-14 23:34:17 +08:00
  • 062e51e8ce prep actix-file release Nikolay Kim 2019-10-14 21:26:26 +06:00
  • a48e616def feat(files): add possibility to redirect to slash-ended path (#1134) Roberto Huertas 2019-10-14 17:23:15 +02:00
  • effa96f5e4 Removed httpcode 'MovedPermanenty'. (#1128) MaySantucci 2019-10-12 02:45:12 +02:00
  • cc0b4be5b7 Fix typo in response.rs body() comment (#1126) Nathan 2019-10-09 09:11:55 -04:00
  • a464ffc23d prepare actix-files release Nikolay Kim 2019-10-08 10:13:16 +06:00
  • 4de2e8a898 [actix-files] Allow user defined guards for NamedFile (actix#1113) (#1115) Naim A 2019-10-08 07:09:40 +03:00
  • 0f09415469 Convert documentation examples to Rust 2018 edition (#1120) Priit Laes 2019-10-07 08:29:11 +03:00
  • f089cf185b Let ResponseError render w/ 'text/plain; charset=utf-8' header (#1118) (#1119) SuperHacker-liuan 2019-10-07 12:56:24 +08:00
  • 15d3c1ae81 Update docs of guard.rs (#1116) Koen Hoeijmakers 2019-10-07 05:05:17 +02:00
  • 7fb3024ee2 prepare new release Yuki Okushi 2019-10-03 19:12:13 +09:00
  • 789f2d1b21
    Merge pull request #6 from kathampy/master Yuki Okushi 2019-10-02 17:35:51 +09:00
  • fba31d4e0a Expose ContentDisposition in actix-multipart to fix broken doc link (#1114) Zac Pullar-Strecker 2019-10-02 16:48:25 +13:00
  • 62e9d32b3e
    Changed to Box<dyn Future<>> to remove warning Kurian Thampy 2019-10-01 13:58:06 +05:30
  • 8f7f190783
    Upgrade to prost-0.5.0 and prost-derive-0.5.0 Kurian Thampy 2019-10-01 13:54:26 +05:30
  • f81ae37677 Add From<Payload> for crate::dev::Payload (#1110) Igor Aleksanov 2019-10-01 11:05:38 +03:00
  • 9f64a38e17
    Fix clippy warnings (#31) Yuki Okushi 2019-09-30 09:19:24 +09:00
  • 5169d306ae update ConnectionInfo.remote() doc string Nikolay Kim 2019-09-27 07:03:12 +06:00
  • 505254f7cf
    Merge pull request #33 from Dowwie/master Darin 2019-09-25 09:26:13 -04:00
  • 468118a8ee updated version of crate, CHANGES.md, documented cache_keygen method, ready for release dowwie 2019-09-25 08:42:49 -04:00
  • 7f7962663d
    Merge pull request #32 from Dowwie/master Darin 2019-09-25 08:14:05 -04:00
  • 4f3e97fff8 prepare actix-web release Nikolay Kim 2019-09-25 15:39:09 +06:00
  • 3ff01a9fc4 Add changelog entry for #1101 (#1102) Sven-Hendrik Haase 2019-09-25 11:35:28 +02:00
  • 3d4e45a0e5 prepare release Nikolay Kim 2019-09-25 15:30:20 +06:00
  • c659c33919 Feature uds: Add listen_uds to ServerBuilder (#1085) karlri 2019-09-25 11:16:51 +02:00
  • 959f7754b2
    Merge pull request #1101 from actix/add-awc-get-head-methods Sven-Hendrik Haase 2019-09-25 10:23:23 +02:00
  • 23f04c4f38 Add remaining getter methods from private head field Sven-Hendrik Haase 2019-09-25 08:50:45 +02:00
  • d9af8f66ba Use actix-testing for testing utils Nikolay Kim 2019-09-25 10:28:41 +06:00
  • aa39b8ca6f Add support for serde_json::Value to be passed as argument to ResponseBuilder.body() (#1096) Sarfaraz Nawaz 2019-09-25 11:33:52 +08:00
  • 6498ef1af1 introduced configurable cache_key strategy. updated some deps dowwie 2019-09-23 09:38:11 -04:00
  • 58c7065f08 Implement register_data method on Resource and Scope. (#1094) Jim Blandy 2019-09-17 17:36:39 -07:00
  • b3783b403e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-09-17 21:46:45 +06:00
  • e4503046de Do not override current System Nikolay Kim 2019-09-17 21:45:06 +06:00
  • 32a1c36597 Make UrlencodedError::Overflow more informative (#1089) Jos van den Oever 2019-09-17 02:58:04 +02:00
  • 7c9f9afc46 Add ability to use Infallible as HttpResponse error type (#1093) nWacky 2019-09-17 03:57:39 +03:00
  • c1f99e0775
    Remove mem::uninitialized() (#1090) Yuki Okushi 2019-09-16 07:52:23 +09:00
  • a32573bb58 Allow to re-construct ServiceRequest from HttpRequest and Payload #1088 Nikolay Kim 2019-09-13 11:56:24 +06:00
  • e35d930ef9 prepare releases Nikolay Kim 2019-09-12 21:58:08 +06:00
  • 60b7aebd0a fmt & clippy Nikolay Kim 2019-09-12 21:52:46 +06:00
  • 45d2fd4299 export frozen request related types; refactor code layout Nikolay Kim 2019-09-12 10:40:56 +06:00
  • 71f8577713 prepare awc release Nikolay Kim 2019-09-11 20:13:28 +06:00
  • 043f763c51 prepare actix-http release Nikolay Kim 2019-09-11 20:07:39 +06:00
  • 8873e9b39e Added FrozenClientRequest for easier retrying HTTP calls (#1064) Dmitry Pypin 2019-09-09 21:29:32 -07:00
  • 5e8f1c338c fix h2 not using error response (#1080) Ronald Chan 2019-09-09 18:24:57 +08:00
  • 1d96ae9bc3 actix-multipart: Correctly parse multipart body which does not end in CRLF (#1042) Jeffrey Shen 2019-09-09 17:58:00 +10:00
  • 8d61fe0925 Ensure that awc::ws::WebsocketsRequest sets the Host header (#1070) Eugene Bulkin 2019-09-09 01:27:13 -05:00
  • 8a9fcddb3c Condition middleware (#1075) κeen 2019-09-09 15:26:38 +09:00
  • c9400456f6 update actix-connect ver Nikolay Kim 2019-09-02 15:20:28 -07:00
  • 63ddd30ee4 on_connect result isnt added to request extensions for http2 requests #1009 Nikolay Kim 2019-09-01 13:15:02 +06:00
  • bae29897d6 prep actix-web release Nikolay Kim 2019-08-29 09:36:16 +06:00
  • 616981ecf9 clear extensions before reclaiming HttpRequests in their pool (#1063) Philip Jenvey 2019-08-28 20:35:05 -07:00
  • 98bf8ab098 enable rust-tls feature for actix_web::client #1045 Nikolay Kim 2019-08-28 21:40:24 +06:00
  • c193137905 actix_web::test::TestRequest::set_form (#1058) Leland Jansen 2019-08-28 08:32:17 -07:00
  • a07cdd6533 Data::into_inner Erlend Langseth 2019-08-23 17:02:03 +02:00
  • 61e492e7e3 Prepare actix-multipart 0.1.3 release Yuki Okushi 2019-08-18 10:39:22 +09:00
  • 23d768a77b
    Add explicit dyns (#1041) Yuki Okushi 2019-08-17 02:45:44 +09:00
  • 87b7162473 chore(readme): fix copy paste error (#1040) Roberto Huertas 2019-08-16 02:21:30 +02:00
  • 979c4d44f4 update awc dep Nikolay Kim 2019-08-13 12:41:26 -07:00
  • 5d248cad89 prep release Nikolay Kim 2019-08-13 12:28:05 -07:00
  • b1cb72d088 update url crate Nikolay Kim 2019-08-13 11:03:24 -07:00
  • 55179d6ab2 update dependencies Nikolay Kim 2019-08-13 10:48:11 -07:00
  • 192dfff680 prepare actix-http 0.2.9 release Armin Ronacher 2019-08-13 15:20:29 +02:00