Commit Graph

  • 7882f545e5 Allow to gracefully stop test server via TestServer::stop() Nikolay Kim 2019-12-25 12:10:28 +0400
  • 1c75e6876b update migration Nikolay Kim 2019-12-22 17:16:07 +0400
  • 6a0cd2dced Rename HttpServer::start() to HttpServer::run() Nikolay Kim 2019-12-22 17:12:22 +0400
  • c7f3915779 update actix-service dep Nikolay Kim 2019-12-22 16:39:25 +0400
  • a732988ca2
    Implement Body for Cow<'static, str> SOFe 2019-12-22 15:50:00 +0800
  • f45db1f909
    Enable GitHub Actions and fix file URL behavior (#1232) files-v0.2.1 Yuki Okushi 2019-12-22 16:43:41 +0900
  • 4a3cc60ff9 Prepare actix-files release Yuki Okushi 2019-12-22 16:09:20 +0900
  • 9de1dac449 Add entry to changelog Yuki Okushi 2019-12-22 16:07:17 +0900
  • 52e4a1c6a1 Use `/` instead of `\` on Windows Yuki Okushi 2019-12-22 15:35:32 +0900
  • a28d1d7778 Stop to run CI for i686-pc-windows-msvc for now Yuki Okushi 2019-12-22 08:28:22 +0900
  • a94deed341 Fix test for Windows Yuki Okushi 2019-12-22 03:17:40 +0900
  • 54559a3688 Fix unused imports on Windows Yuki Okushi 2019-12-22 02:50:50 +0900
  • 9d03d7fa28 Use GitHub Actions Yuki Okushi 2019-12-20 01:43:30 +0900
  • 3751a4018e fixed test::init_service api docs (missing await) (#1230) Darin 2019-12-20 21:47:18 -0500
  • 75c77bca3a fixed test::init_service api docs (missing await) dowwie 2019-12-20 13:59:58 -0500
  • 0cb1b0642f add test server data test Nikolay Kim 2019-12-20 23:18:59 +0600
  • 48476362a3 update changes session-v0.3.0 multipart-v0.2.0 identity-v0.2.0 files-v0.2.0 cors-v0.2.0 actors-v2.0.0 Nikolay Kim 2019-12-20 17:59:34 +0600
  • 2b4256baab add links to configs web-v2.0.0-rc Nikolay Kim 2019-12-20 17:49:05 +0600
  • e5a50f423d Make web::Data deref to Arc<T> #1214 Nikolay Kim 2019-12-20 17:45:35 +0600
  • 8b8a9a995d bump ver Nikolay Kim 2019-12-20 17:36:48 +0600
  • 74fa4060c2 fix awc tests Nikolay Kim 2019-12-20 17:27:32 +0600
  • 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 +0600
  • 20248daeda Allow to set peer_addr for TestRequest #1074 Nikolay Kim 2019-12-20 16:11:51 +0600
  • a08d8dab70 AppConfig::secure() is always false. #1202 Nikolay Kim 2019-12-20 16:04:51 +0600
  • fbbb4a86e9 feat: add access to the session also from immutable references (#1225) tglman 2019-12-20 07:59:07 +0000
  • 1d12ba9d5f Replace brotli with brotli2 #1224 http-v1.0.1 Nikolay Kim 2019-12-20 13:50:07 +0600
  • f056e9f44b set the actix-web client send the http2 packet without ssl. linguangming 2019-12-20 01:39:03 -0500
  • 8a63e21e2f feat: add access to the session also from immutable references Tglman 2019-12-19 19:40:27 +0000
  • 8c54054844 Use .advance() intead of .split_to() Nikolay Kim 2019-12-19 09:56:14 +0600
  • 1732ae8c79 fix Bodyencoding trait usage Nikolay Kim 2019-12-18 09:30:14 +0600
  • 3b860ebdc7 Fix poll_ready call for WebSockets upgrade (#1219) Rajasekharan Vengalil 2019-12-16 23:34:25 -0800
  • 1853016922 Poll upgrade service from H1ServiceHandler too Rajasekharan Vengalil 2019-12-16 10:01:10 -0800
  • 8741c094b4 Fix poll_ready call for WebSockets upgrade Rajasekharan Vengalil 2019-12-10 10:39:10 -0800
  • 29ac6463e1 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-12-16 17:22:49 +0600
  • 01613f334b Move BodyEncoding to dev module #1220 Nikolay Kim 2019-12-16 17:22:26 +0600
  • 30dcaf9da0 fix deprecated Error::description (#1218) Andrii Radyk 2019-12-16 02:43:19 +0100
  • 9d814e1484 fix deprecated Error::description Andrii Radyk 2019-12-15 23:31:41 +0100
  • b0aa9395da prep actix-web alpha.6 release Nikolay Kim 2019-12-15 22:51:14 +0600
  • a153374b61 migrate actix-web-actors Nikolay Kim 2019-12-15 22:45:38 +0600
  • a791aab418 prep awc release awc-v1.0.1 Nikolay Kim 2019-12-15 13:36:05 +0600
  • cb705317b8 compile with default-features off Nikolay Kim 2019-12-15 13:28:54 +0600
  • e8e0f98f96 fix docs.rs features list Nikolay Kim 2019-12-13 12:41:48 +0600
  • c878f66d05 fix docs.rs features list Nikolay Kim 2019-12-13 12:40:22 +0600
  • fac6dec3c9 update deps Nikolay Kim 2019-12-13 12:36:15 +0600
  • 232f71b3b5 update changes Nikolay Kim 2019-12-13 12:18:30 +0600
  • 8881c13e60 update changes Nikolay Kim 2019-12-13 12:16:43 +0600
  • d006a7b31f update changes http-test-v1.0.0 Nikolay Kim 2019-12-13 12:10:45 +0600
  • 3d64d565d9 fix warnings http-v1.0.0 awc-v1.0.0 Nikolay Kim 2019-12-13 11:46:02 +0600
  • c1deaaeb2f cleanup imports Nikolay Kim 2019-12-13 11:24:57 +0600
  • b81417c2fa fix warnings Nikolay Kim 2019-12-13 10:59:02 +0600
  • 4937c9f9c2 refactor http-test server Nikolay Kim 2019-12-12 23:08:38 +0600
  • db1d6b7963 refactor test server impl Nikolay Kim 2019-12-12 22:28:47 +0600
  • fa07415721 Replace flate2-xxx features with compress Nikolay Kim 2019-12-12 15:08:08 +0600
  • b4b3350b3e Add websockets continuation frame support Nikolay Kim 2019-12-12 14:06:54 +0600
  • 4a1695f719 fixes missing import in example (#1210) Jonathan Speiser 2019-12-11 20:06:22 -0500
  • be9005cf37
    Merge branch 'master' into patch-1 Nikolay Kim 2019-12-12 07:06:11 +0600
  • 1b8d747937 Fix extra line feed (#1209) 0x1793d1 2019-12-12 02:05:39 +0100
  • a43a005f59 Log path if it is not a directory (#1208) Emilio González 2019-12-11 19:04:53 -0600
  • 1aa64187c4
    Merge branch 'master' into master Nikolay Kim 2019-12-12 07:04:44 +0600
  • a612b74aeb actix-multipart: Fix multipart boundary reading (#1205) Alexander Larsson 2019-12-12 02:03:44 +0100
  • 715799f9db
    Merge branch 'master' into fix-multipart-boundary-master Nikolay Kim 2019-12-12 07:03:36 +0600
  • b7e67996b4
    fixes missing import in example Jonathan Speiser 2019-12-11 19:50:47 -0500
  • 56198225b4 Fix extra line feed 0x1793d1 2019-12-11 15:03:18 +0100
  • 131c897099 upgrade to actix-net release Nikolay Kim 2019-12-11 19:20:20 +0600
  • 5783fbc9cf Log path if it is not a directory Emilio González 2019-12-10 23:12:32 -0600
  • ef3a33b9d6 use std mutext instead of parking_lot Nikolay Kim 2019-12-10 09:00:51 +0600
  • c23020d266 Fix extra line feed (#1206) 0x1793d1 2019-12-09 17:40:37 +0100
  • 5132257b0d Fix buffer remaining capacity calcualtion Nikolay Kim 2019-12-09 21:44:26 +0600
  • 9f359f5502 Fix extra line feed 0x1793d1 2019-12-09 15:36:47 +0100
  • 0c1f5f9edc Check Upgrade service readiness before calling it Nikolay Kim 2019-12-09 17:40:15 +0600
  • dbdc3198ce actix-multipart: Update changes for boundary fix Alexander Larsson 2019-12-09 10:23:46 +0100
  • 40982d91bb actix-multipart: Fix multipart boundary reading Alexander Larsson 2019-12-09 10:19:59 +0100
  • e4382e4fc1 Fix broken docs (#1204) Sameer Dhar 2019-12-08 23:02:43 -0500
  • 8120939acc Fix broken docs Sameer Dhar 2019-12-08 22:34:41 -0500
  • a3ce371312 ws ping and pong uses bytes #1049 Nikolay Kim 2019-12-09 07:01:22 +0600
  • 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 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. 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 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. daxpedda 2019-12-07 11:08:28 +0100
  • 425654a18e
    Fix rustls build. daxpedda 2019-12-07 10:48:45 +0100