Commit Graph

  • 3a5b62b550 Add dependencies instruction (#1281) master Yuki Okushi 2020-01-16 23:17:17 +09:00
  • 412e54ce10 Fixed documentation typo for actix-files (#1278) Adam Kewley 2020-01-15 19:09:58 +00:00
  • bca41f8d40 Changes to Cors builder (#1266) Peter Hall 2020-01-10 19:53:17 +00:00
  • 7c974ee668 Update doc comment for HttpRequest::app_data (#1265) Jacob Brown 2020-01-10 12:55:20 -06:00
  • abb462ef85 Replace sha1 dependency with sha-1 (#1258) linkmauve 2020-01-10 18:34:31 +01:00
  • e66312b664 add extra constraints Nikolay Kim 2020-01-10 11:36:59 +06:00
  • 39f4b2b39e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2020-01-10 11:28:58 +06:00
  • f6ff056b8a Fix panic with already borrowed: BorrowMutError #1263 Nikolay Kim 2020-01-10 11:26:54 +06:00
  • 51ab4fb73d Tweak actions to use cache and not to be stuck on the way (#1264) Yuki Okushi 2020-01-10 03:30:45 +09:00
  • f5fd6bc49f Fix actix-http examples (#1259) linkmauve 2020-01-06 16:15:04 +01:00
  • 2803fcbe22 Small grammaritical update to lib.rs (#1248) Jeremy Wright 2020-01-02 19:45:17 -07:00
  • 67793c5d92 add ssl feature migration Nikolay Kim 2019-12-30 21:22:04 +06:00
  • bcb5086c91 Added 2.0.0 rustls feature name change (#1244) Jonathan Brookins 2019-12-30 10:16:04 -05:00
  • 7bd2270290 Fix link to example in readme.md (#1236) wojciechkepka 2019-12-26 11:42:07 +01:00
  • a4ad5e6b69 update timeouts for test server Nikolay Kim 2019-12-25 20:52:20 +04:00
  • 6db909a3e7 update migration Nikolay Kim 2019-12-25 20:27:30 +04:00
  • 642ae161c0 prep actix-web release Nikolay Kim 2019-12-25 20:21:00 +04:00
  • 7b3c99b933 prep actix-framed release Nikolay Kim 2019-12-25 20:17:22 +04:00
  • f86ce0390e allow to specify multi pattern for resources Nikolay Kim 2019-12-25 20:13:52 +04:00
  • 7882f545e5 Allow to gracefully stop test server via TestServer::stop() Nikolay Kim 2019-12-25 12:10:28 +04:00
  • 1c75e6876b update migration Nikolay Kim 2019-12-22 17:16:07 +04:00
  • 6a0cd2dced Rename HttpServer::start() to HttpServer::run() Nikolay Kim 2019-12-22 17:12:22 +04:00
  • c7f3915779 update actix-service dep Nikolay Kim 2019-12-22 16:39:25 +04:00
  • f45db1f909 Enable GitHub Actions and fix file URL behavior (#1232) Yuki Okushi 2019-12-22 16:43:41 +09:00
  • 3751a4018e fixed test::init_service api docs (missing await) (#1230) Darin 2019-12-20 21:47:18 -05:00
  • 0cb1b0642f add test server data test Nikolay Kim 2019-12-20 23:18:59 +06:00
  • 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
  • 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
  • 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
  • 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
  • 30dcaf9da0 fix deprecated Error::description (#1218) Andrii Radyk 2019-12-16 02:43:19 +01: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