1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-03 08:39:36 +00:00

Commit graph

  • 42258ee289 deps Nikolay Kim 2019-12-08 20:22:39 +0600
  • b92eafb839 prepare actix-http release Nikolay Kim 2019-12-08 20:15:51 +0600
  • 3b2e78db47 add link to chat Nikolay Kim 2019-12-08 19:27:06 +0600
  • 63da1a5560 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-12-08 19:26:12 +0600
  • 1f3ffe38e8 update actix-service dep Nikolay Kim 2019-12-08 19:25:24 +0600
  • c23b6b3879
    Merge pull request #1192 from krircc/master krircc 2019-12-08 16:03:39 +0800
  • 909c7c8b5b
    Merge branch 'master' into master #1192 Yuki Okushi 2019-12-08 16:26:35 +0900
  • 4a8a9ef405 update tests and clippy warnings Nikolay Kim 2019-12-08 12:31:16 +0600
  • 6c9f9fff73 clippy warnings Nikolay Kim 2019-12-08 00:46:51 +0600
  • 8df33f7a81 remove HttpServer::run() as it is not useful with async/await Nikolay Kim 2019-12-08 00:06:04 +0600
  • 7ec5ca88a1 update changes Nikolay Kim 2019-12-07 22:01:55 +0600
  • e5f3d88a4e Switch brotli compressor to rust. (#1197) daxpedda 2019-12-07 16:55:41 +0100
  • 0ba125444a Add impl ResponseBuilder for Error Nikolay Kim 2019-12-07 21:41:34 +0600
  • eb4c1512c2
    Make brotli not optional anymore. #1197 daxpedda 2019-12-07 15:18:43 +0100
  • 6c226e47bd prepare actix-web-actors release Nikolay Kim 2019-12-07 20:10:36 +0600
  • 8c3f58db9d Allow comma-separated websocket subprotocols without spaces (#1172) Vlad Frolov 2019-12-07 16:08:06 +0200
  • 02398da036
    Merge branch 'master' into feature/relaxed-sec-websocket-protocols-parsing #1172 Nikolay Kim 2019-12-07 20:07:56 +0600
  • 1d45639bed prepare actix-multipart release multipart-v0.1.5 Nikolay Kim 2019-12-07 20:02:46 +0600
  • 6a672c9097 actix-multipart: Fix multipart boundary reading (#1189) Alexander Larsson 2019-12-07 14:58:38 +0100
  • 3571c8f616
    Some memory optimizations. daxpedda 2019-12-07 14:40:25 +0100
  • 3d98768093
    Switch to a rustified version of brotli. daxpedda 2019-12-07 13:57:36 +0100
  • 4921243add Fix rustls build. (#1195) daxpedda 2019-12-07 11:14:09 +0100
  • 91b3fcf85c Fix dependency features. (#1196) daxpedda 2019-12-07 11:13:26 +0100
  • 8747ef7802
    Fix dependency features. #1196 daxpedda 2019-12-07 11:08:28 +0100
  • 425654a18e
    Fix rustls build. #1195 daxpedda 2019-12-07 10:48:45 +0100
  • 1729a52f8b prepare alpha.3 release v2.0.0-alpha.3 Nikolay Kim 2019-12-07 13:00:03 +0600
  • ed2f3fe80d use actix-net alpha.3 release Nikolay Kim 2019-12-07 12:28:26 +0600
  • 6ec711cbac [CHANGES] Added an entry to CHANGES.md Vlad Frolov 2019-12-06 15:53:08 +0200
  • d28466102e Allow comma-separated websocket subprotocols without spaces Vlad Frolov 2019-11-23 14:08:14 +0200
  • f2ba389496
    Merge branch 'master' into master Yuki Okushi 2019-12-06 16:57:42 +0900
  • 439f02b6b1
    Update README.md krircc 2019-12-06 14:59:11 +0800
  • e32da08a26
    Update README.md krircc 2019-12-06 14:34:14 +0800
  • 82110e0927
    Update README.md krircc 2019-12-06 14:29:10 +0800
  • 7b3354a9ad
    Update README.md krircc 2019-12-06 14:26:23 +0800
  • 5243e8baca
    Update README.md krircc 2019-12-06 14:23:28 +0800
  • 98903028c7
    Update README.md krircc 2019-12-06 14:22:29 +0800
  • 7dd676439c update changes for actix-session Nikolay Kim 2019-12-06 11:24:25 +0600
  • fbead137f0 feat: add access to UserSession from RequestHead (#1164) tglman 2019-12-06 05:21:43 +0000
  • 47f6f6347e
    Merge branch 'master' into master #1164 Nikolay Kim 2019-12-06 11:21:36 +0600
  • 205a964d8f upgrade to tokio 0.2 Nikolay Kim 2019-12-05 23:35:43 +0600
  • b45c6cd66b replace hashbrown with std hashmap Nikolay Kim 2019-12-04 18:32:18 +0600
  • 973d4db64e actix-multipart: Test handling of NotReady #1189 Alexander Larsson 2019-12-04 12:51:59 +0100
  • c1dc6ccf0c actix-multipart: Fix multipart boundary reading Alexander Larsson 2019-12-03 14:23:25 +0100
  • 0015a204aa update version Nikolay Kim 2019-12-03 19:03:53 +0600
  • c7ed6d3428 update version Nikolay Kim 2019-12-03 16:35:31 +0600
  • cf30eafb49 update md Nikolay Kim 2019-12-03 00:49:12 +0600
  • 14075ebf7f use released versions of actix-net Nikolay Kim 2019-12-02 23:33:39 +0600
  • 068f047dd5 update service factory config Nikolay Kim 2019-12-02 21:37:13 +0600
  • f4c01384ec update to latest actix-net Nikolay Kim 2019-12-02 17:33:11 +0600
  • 7b7eb7946f add test case for session from RequestHead and changes entry for the new feature Tglman 2019-12-01 21:55:43 +0000
  • d18989582d feat: add access to UserSession from RequestHead Tglman 2019-11-18 22:12:21 +0000
  • b7d44d6c4c
    Merge pull request #1 from actix/master krircc 2019-12-01 16:56:42 +0800
  • 33574403b5 Remove rustls from package.metadata.docs.rs (#1182) Yuki Okushi 2019-11-28 09:25:21 +0900
  • c146e2e85e Remove rustls from package.metadata.docs.rs #1182 Yuki Okushi 2019-11-28 03:16:34 +0900
  • dcc6efa3e6 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-11-27 21:08:13 +0600
  • 56b9f11c98 disable rustls Nikolay Kim 2019-11-27 21:07:49 +0600
  • a1670b0544 Update tokio to 0.2 removing tokio-net #1181 Martell Malone 2019-11-26 18:35:48 -0800
  • 735bde4957 Update tokio-openssl to 0.4.0 Martell Malone 2019-11-26 18:28:01 -0800
  • f43a706364 Set name for each generated resource Folyd 2019-11-26 19:40:29 +0800
  • 0f2bf9a479 Set name for each generated resource #1178 Folyd 2019-11-26 19:40:29 +0800
  • f2b3dc5625 update examples Nikolay Kim 2019-11-26 17:16:33 +0600
  • f73f97353b refactor ResponseError trait Nikolay Kim 2019-11-26 16:07:39 +0600
  • 4dc31aac93 use actix_rt::test for test setup Nikolay Kim 2019-11-26 11:25:50 +0600
  • 54475a57e8
    support IntoTransform middlewares #1177 κeen 2019-11-26 04:10:29 +0900
  • c1c44a7dd6 upgrade derive_more Nikolay Kim 2019-11-25 17:59:14 +0600
  • c5907747ad Remove implementation of Responder for (). Fixes #1108. Jim Blandy 2019-11-19 20:05:16 -0800
  • 432a333ce1 Remove implementation of Responder for (). Fixes #1108. #1167 Jim Blandy 2019-11-19 20:05:16 -0800
  • 5813eb43e8
    Merge branch 'master' into fix-autobahn-ping #1081 Nikolay Kim 2019-11-22 13:39:31 +0600
  • 525c22de15 fix typos from updating to futures 0.3 Martell Malone 2019-11-21 23:13:19 -0800
  • c2760419cf fix typos from updating to futures 0.3 #1171 Martell Malone 2019-11-21 23:13:19 -0800
  • 57981ca04a update tests to async handlers v2.0.0-alpha.1 Nikolay Kim 2019-11-22 11:49:35 +0600
  • e668acc596 update travis config Nikolay Kim 2019-11-22 10:13:32 +0600
  • 512dd2be63 disable rustls support Nikolay Kim 2019-11-22 07:01:05 +0600
  • 8683ba8bb0 rename .to_async() to .to() Nikolay Kim 2019-11-21 21:34:04 +0600
  • 0b9e3d381b add test with custom connector Nikolay Kim 2019-11-21 17:36:18 +0600
  • 1f0577f8d5 cleanup api doc examples Nikolay Kim 2019-11-21 15:56:49 +0600
  • 53c5151692 use response instead of result for asyn c handlers Nikolay Kim 2019-11-21 15:01:34 +0600
  • 55698f2524 migrade rest of middlewares Nikolay Kim 2019-11-21 14:52:33 +0600
  • 471f82f0e0 migrate actix-multipart Nikolay Kim 2019-11-21 14:25:50 +0600
  • 60ada97b3d migrate actix-session Nikolay Kim 2019-11-21 13:08:22 +0600
  • 0de101bc4d update actix-web-codegen tests Nikolay Kim 2019-11-21 13:01:07 +0600
  • 95e2a0ef2e migrate actix-framed Nikolay Kim 2019-11-21 12:17:01 +0600
  • 69cadcdedb migrate actix-files Nikolay Kim 2019-11-21 11:31:31 +0600
  • 6ac4ac66b9 migrate actix-cors Nikolay Kim 2019-11-21 10:54:07 +0600
  • 3646725cf6 migrate actix-identity Nikolay Kim 2019-11-21 10:31:52 +0600
  • ff62facc0d disable unmigrated crates Nikolay Kim 2019-11-21 00:52:38 +0600
  • b510527a9f update awc tests Nikolay Kim 2019-11-21 00:35:07 +0600
  • 3127dd4db6 migrate actix-web to std::future Nikolay Kim 2019-11-20 23:33:22 +0600
  • d081e57316 fix h2 client send body Nikolay Kim 2019-11-19 19:38:42 +0600
  • 1ffa7d18d3 drop unpin constraint Nikolay Kim 2019-11-19 18:54:19 +0600
  • 687884fb94 update test-server tests Nikolay Kim 2019-11-19 11:08:03 +0600
  • 5ab29b2e62 migrate awc and test-server to std::future Nikolay Kim 2019-11-19 09:55:17 +0600
  • a6a2d2f444 update ssl impls Nikolay Kim 2019-11-18 20:40:10 +0600
  • 9e95efcc16 migrate client to std::future Nikolay Kim 2019-11-18 18:42:27 +0600
  • 8cba1170e6 make actix-http compile with std::future Nikolay Kim 2019-11-15 15:54:11 +0600
  • e296f52989 cleanup api doc examples #1168 Nikolay Kim 2019-11-21 15:56:49 +0600
  • e7acd20dd6 use response instead of result for asyn c handlers Nikolay Kim 2019-11-21 15:01:34 +0600
  • c65f0c06f2 migrade rest of middlewares Nikolay Kim 2019-11-21 14:52:33 +0600
  • 044408e8c1 migrate actix-multipart Nikolay Kim 2019-11-21 14:25:50 +0600
  • daea6633b2 migrate actix-session Nikolay Kim 2019-11-21 13:08:22 +0600