1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-17 11:17:52 +02:00

Commit Graph

  • 57981ca04a update tests to async handlers v2.0.0-alpha.1 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 actors-v1.0.3 Nikolay Kim 2019-11-14 08:58:24 +06:00
  • 0212c618c6 prepare actix-web release web-v1.0.9 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 awc-v0.2.8 Nikolay Kim 2019-11-06 11:33:25 -08:00
  • b2934ad8d2 prep actix-file release files-v0.1.7 Nikolay Kim 2019-11-06 11:25:26 -08:00
  • f7f410d033 fix test order dep http-v0.2.11 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 codegen-v0.1.3 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 files-v0.1.6 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 files-v0.1.5 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
  • fba31d4e0a Expose ContentDisposition in actix-multipart to fix broken doc link (#1114) Zac Pullar-Strecker 2019-10-02 16:48:25 +13:00
  • f81ae37677 Add From<Payload> for crate::dev::Payload (#1110) Igor Aleksanov 2019-10-01 11:05:38 +03:00
  • 5169d306ae update ConnectionInfo.remote() doc string Nikolay Kim 2019-09-27 07:03:12 +06:00
  • 4f3e97fff8 prepare actix-web release web-v1.0.8 Nikolay Kim 2019-09-25 15:39:09 +06:00
  • 3ff01a9fc4 Add changelog entry for #1101 (#1102) awc-v0.2.7 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
  • 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 http-test-v0.2.5 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 multipart-v0.1.4 awc-v0.2.6 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 awc-v0.2.5 Nikolay Kim 2019-09-11 20:13:28 +06:00
  • 043f763c51 prepare actix-http release http-v0.2.10 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 web-v1.0.7 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 web-v1.0.6 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 multipart-v0.1.3 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 awc-v0.2.4 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 http-v0.2.9 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
  • 915010e733
    Fixes a bug in OpenWaitingConnection where the h2 flow would panic a future (#1031) Armin Ronacher 2019-08-13 14:55:04 +02:00
  • dbe4c9ffb5
    Replace deprecated methods in actix_files (#1027) Yuki Okushi 2019-08-12 05:43:29 +09:00
  • 0ee69671ba
    Update nightly to 2019-08-10 (#1028) Yuki Okushi 2019-08-12 04:00:13 +09:00
  • 80e1d16ab8
    Merge pull request #1023 from lukaslueg/byteorder_removed leizzer 2019-08-07 12:28:23 -03:00
  • b70de5b991 Update CHANGES.md Lukas Lueg 2019-08-07 16:43:03 +02:00
  • 0b9e692298 Remove byteorder-dependency Lukas Lueg 2019-08-06 18:32:22 +02:00
  • cf1a60cb3a prepare awc release awc-v0.2.3 Nikolay Kim 2019-08-01 15:41:14 -07:00
  • 0d15861e23 prepare actix-http release http-v0.2.8 Nikolay Kim 2019-08-01 15:26:30 -07:00
  • cb19ebfe0c add rustls support for actix-http and awc (#998) Marat Safin 2019-07-31 23:02:56 +03:00
  • 0d9ea41047 update min rust version Nikolay Kim 2019-07-31 06:49:46 -07:00