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

Commit Graph

  • 5243e8baca
    Update README.md krircc 2019-12-06 14:23:28 +08:00
  • 98903028c7
    Update README.md krircc 2019-12-06 14:22:29 +08:00
  • 7dd676439c update changes for actix-session Nikolay Kim 2019-12-06 11:24:25 +06:00
  • fbead137f0 feat: add access to UserSession from RequestHead (#1164) tglman 2019-12-06 05:21:43 +00:00
  • 205a964d8f upgrade to tokio 0.2 Nikolay Kim 2019-12-05 23:35:43 +06:00
  • b45c6cd66b replace hashbrown with std hashmap Nikolay Kim 2019-12-04 18:32:18 +06:00
  • 0015a204aa update version Nikolay Kim 2019-12-03 19:03:53 +06:00
  • c7ed6d3428 update version Nikolay Kim 2019-12-03 16:35:31 +06:00
  • cf30eafb49 update md Nikolay Kim 2019-12-03 00:49:12 +06:00
  • 14075ebf7f use released versions of actix-net Nikolay Kim 2019-12-02 23:33:39 +06:00
  • 068f047dd5 update service factory config Nikolay Kim 2019-12-02 21:37:13 +06:00
  • f4c01384ec update to latest actix-net Nikolay Kim 2019-12-02 17:33:11 +06:00
  • b7d44d6c4c
    Merge pull request #1 from actix/master krircc 2019-12-01 16:56:42 +08:00
  • 33574403b5 Remove rustls from package.metadata.docs.rs (#1182) Yuki Okushi 2019-11-28 09:25:21 +09:00
  • dcc6efa3e6 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-11-27 21:08:13 +06:00
  • 56b9f11c98 disable rustls Nikolay Kim 2019-11-27 21:07:49 +06:00
  • f43a706364 Set name for each generated resource Folyd 2019-11-26 19:40:29 +08:00
  • f2b3dc5625 update examples Nikolay Kim 2019-11-26 17:16:33 +06:00
  • f73f97353b refactor ResponseError trait Nikolay Kim 2019-11-26 16:07:39 +06:00
  • 4dc31aac93 use actix_rt::test for test setup Nikolay Kim 2019-11-26 11:25:50 +06:00
  • c1c44a7dd6 upgrade derive_more Nikolay Kim 2019-11-25 17:59:14 +06:00
  • c5907747ad Remove implementation of Responder for (). Fixes #1108. Jim Blandy 2019-11-19 20:05:16 -08:00
  • 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