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

Commit Graph

  • 48476362a3 update changes Nikolay Kim 2019-12-20 17:59:34 +06:00
  • 2b4256baab add links to configs Nikolay Kim 2019-12-20 17:49:05 +06:00
  • e5a50f423d Make web::Data deref to Arc<T> #1214 Nikolay Kim 2019-12-20 17:45:35 +06:00
  • 8b8a9a995d bump ver Nikolay Kim 2019-12-20 17:36:48 +06:00
  • 74fa4060c2 fix awc tests Nikolay Kim 2019-12-20 17:27:32 +06:00
  • c877840c07 rename App::register_data to App::app_data and HttpRequest::app_data returns Option<&T> instead of Option<&Data<T>> Nikolay Kim 2019-12-20 17:13:09 +06:00
  • 20248daeda Allow to set peer_addr for TestRequest #1074 Nikolay Kim 2019-12-20 16:11:51 +06:00
  • a08d8dab70 AppConfig::secure() is always false. #1202 Nikolay Kim 2019-12-20 16:04:51 +06:00
  • 8f97550c7a
    Merge pull request #36 from Dowwie/master Nikolay Kim 2019-12-20 14:01:16 +06:00
  • fbbb4a86e9 feat: add access to the session also from immutable references (#1225) tglman 2019-12-20 07:59:07 +00:00
  • 1d12ba9d5f Replace brotli with brotli2 #1224 Nikolay Kim 2019-12-20 13:50:07 +06:00
  • 8c54054844 Use .advance() intead of .split_to() Nikolay Kim 2019-12-19 09:56:14 +06:00
  • 26aa3d447a removed FutureExt import dowwie 2019-12-18 15:08:08 -05:00
  • 2d6ff41563 removed map combinators dowwie 2019-12-18 15:07:47 -05:00
  • 512fe9c0e0 cleaned up obvious syntax issue dowwie 2019-12-18 13:56:12 -05:00
  • 1732ae8c79 fix Bodyencoding trait usage Nikolay Kim 2019-12-18 09:30:14 +06:00
  • 3b860ebdc7 Fix poll_ready call for WebSockets upgrade (#1219) Rajasekharan Vengalil 2019-12-16 23:34:25 -08:00
  • bef5dfd90d removed the unused import of Either dowwie 2019-12-16 11:51:59 -05:00
  • 2c5679f498 turned inner methods into async ones dowwie 2019-12-16 11:43:35 -05:00
  • 29ac6463e1 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-12-16 17:22:49 +06:00
  • 01613f334b Move BodyEncoding to dev module #1220 Nikolay Kim 2019-12-16 17:22:26 +06:00
  • d3819b7588 add ResponseError for redis Error Nikolay Kim 2019-12-16 10:57:34 +06:00
  • 4d50ce9d2e remove unused deps Nikolay Kim 2019-12-16 10:26:35 +06:00
  • 45956b1510 update actix ver Nikolay Kim 2019-12-16 07:59:09 +06:00
  • 30dcaf9da0 fix deprecated Error::description (#1218) Andrii Radyk 2019-12-16 02:43:19 +01:00
  • 616e42dedc fix example Nikolay Kim 2019-12-16 00:04:47 +06:00
  • 25a2546933 migrate to actix 0.9 Nikolay Kim 2019-12-15 23:46:03 +06:00
  • b0aa9395da prep actix-web alpha.6 release Nikolay Kim 2019-12-15 22:51:14 +06:00
  • a153374b61 migrate actix-web-actors Nikolay Kim 2019-12-15 22:45:38 +06:00
  • a791aab418 prep awc release Nikolay Kim 2019-12-15 13:36:05 +06:00
  • cb705317b8 compile with default-features off Nikolay Kim 2019-12-15 13:28:54 +06:00
  • e8e0f98f96 fix docs.rs features list Nikolay Kim 2019-12-13 12:41:48 +06:00
  • c878f66d05 fix docs.rs features list Nikolay Kim 2019-12-13 12:40:22 +06:00
  • fac6dec3c9 update deps Nikolay Kim 2019-12-13 12:36:15 +06:00
  • 232f71b3b5 update changes Nikolay Kim 2019-12-13 12:18:30 +06:00
  • 8881c13e60 update changes Nikolay Kim 2019-12-13 12:16:43 +06:00
  • d006a7b31f update changes Nikolay Kim 2019-12-13 12:10:45 +06:00
  • 3d64d565d9 fix warnings Nikolay Kim 2019-12-13 11:46:02 +06:00
  • c1deaaeb2f cleanup imports Nikolay Kim 2019-12-13 11:24:57 +06:00
  • b81417c2fa fix warnings Nikolay Kim 2019-12-13 10:59:02 +06:00
  • 4937c9f9c2 refactor http-test server Nikolay Kim 2019-12-12 23:08:38 +06:00
  • db1d6b7963 refactor test server impl Nikolay Kim 2019-12-12 22:28:47 +06:00
  • fa07415721 Replace flate2-xxx features with compress Nikolay Kim 2019-12-12 15:08:08 +06:00
  • b4b3350b3e Add websockets continuation frame support Nikolay Kim 2019-12-12 14:06:54 +06:00
  • 4a1695f719 fixes missing import in example (#1210) Jonathan Speiser 2019-12-11 20:06:22 -05:00
  • 1b8d747937 Fix extra line feed (#1209) 0x1793d1 2019-12-12 02:05:39 +01:00
  • a43a005f59 Log path if it is not a directory (#1208) Emilio González 2019-12-11 19:04:53 -06:00
  • a612b74aeb actix-multipart: Fix multipart boundary reading (#1205) Alexander Larsson 2019-12-12 02:03:44 +01:00
  • 131c897099 upgrade to actix-net release Nikolay Kim 2019-12-11 19:20:20 +06:00
  • ef3a33b9d6 use std mutext instead of parking_lot Nikolay Kim 2019-12-10 09:00:51 +06:00
  • 5132257b0d Fix buffer remaining capacity calcualtion Nikolay Kim 2019-12-09 21:44:26 +06:00
  • 0c1f5f9edc Check Upgrade service readiness before calling it Nikolay Kim 2019-12-09 17:40:15 +06:00
  • e4382e4fc1 Fix broken docs (#1204) Sameer Dhar 2019-12-08 23:02:43 -05:00
  • a3ce371312 ws ping and pong uses bytes #1049 Nikolay Kim 2019-12-09 07:01:22 +06:00
  • 42258ee289 deps Nikolay Kim 2019-12-08 20:22:39 +06:00
  • b92eafb839 prepare actix-http release Nikolay Kim 2019-12-08 20:15:51 +06:00
  • 3b2e78db47 add link to chat Nikolay Kim 2019-12-08 19:27:06 +06:00
  • 63da1a5560 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-12-08 19:26:12 +06:00
  • 1f3ffe38e8 update actix-service dep Nikolay Kim 2019-12-08 19:25:24 +06:00
  • c23b6b3879
    Merge pull request #1192 from krircc/master krircc 2019-12-08 16:03:39 +08:00
  • 909c7c8b5b
    Merge branch 'master' into master Yuki Okushi 2019-12-08 16:26:35 +09:00
  • 4a8a9ef405 update tests and clippy warnings Nikolay Kim 2019-12-08 12:31:16 +06:00
  • 6c9f9fff73 clippy warnings Nikolay Kim 2019-12-08 00:46:51 +06:00
  • 8df33f7a81 remove HttpServer::run() as it is not useful with async/await Nikolay Kim 2019-12-08 00:06:04 +06:00
  • 7ec5ca88a1 update changes Nikolay Kim 2019-12-07 22:01:55 +06:00
  • e5f3d88a4e Switch brotli compressor to rust. (#1197) daxpedda 2019-12-07 16:55:41 +01:00
  • 0ba125444a Add impl ResponseBuilder for Error Nikolay Kim 2019-12-07 21:41:34 +06:00
  • 6c226e47bd prepare actix-web-actors release Nikolay Kim 2019-12-07 20:10:36 +06:00
  • 8c3f58db9d Allow comma-separated websocket subprotocols without spaces (#1172) Vlad Frolov 2019-12-07 16:08:06 +02:00
  • 4921243add Fix rustls build. (#1195) daxpedda 2019-12-07 11:14:09 +01:00
  • 91b3fcf85c Fix dependency features. (#1196) daxpedda 2019-12-07 11:13:26 +01:00
  • 1729a52f8b prepare alpha.3 release Nikolay Kim 2019-12-07 13:00:03 +06:00
  • ed2f3fe80d use actix-net alpha.3 release Nikolay Kim 2019-12-07 12:28:26 +06:00
  • f2ba389496
    Merge branch 'master' into master Yuki Okushi 2019-12-06 16:57:42 +09:00
  • 439f02b6b1
    Update README.md krircc 2019-12-06 14:59:11 +08:00
  • e32da08a26
    Update README.md krircc 2019-12-06 14:34:14 +08:00
  • 82110e0927
    Update README.md krircc 2019-12-06 14:29:10 +08:00
  • 7b3354a9ad
    Update README.md krircc 2019-12-06 14:26:23 +08:00
  • 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