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

Commit graph

  • dbe5cdad7f Ignore some tests on macOS and Windows Yuki Okushi 2020-01-07 03:02:30 +0900
  • dca8e23b4d
    Merge branch 'master' into master kevinpoitra 2020-01-06 13:57:13 -0500
  • f5fd6bc49f Fix actix-http examples (#1259) linkmauve 2020-01-06 16:15:04 +0100
  • 4103be0c37 Fix actix-http examples #1259 Emmanuel Gil Peyrot 2020-01-06 12:26:09 +0100
  • 52018a6c47 Fix a few errors with time related tests from the time upgrade kevinpoitra 2020-01-06 05:42:32 -0600
  • bd4807f4d3 Update CHANGES.md kevinpoitra 2020-01-06 05:09:58 -0600
  • 381c8ebe92 Remove unused time dependency from actix-multipart kevinpoitra 2020-01-06 05:08:03 -0600
  • 2158a8e097 Parse time strings with PrimitiveDateTime::parse instead of OffsetDateTime::parse kevinpoitra 2020-01-06 02:23:23 -0600
  • 729004aa6b Use OffsetDateTime instead of PrimitiveDateTime kevinpoitra 2020-01-05 21:25:49 -0600
  • ebe92a0f6c Upgrade time to 0.2.1 kevinpoitra 2020-01-04 13:21:01 -0600
  • 2803fcbe22 Small grammaritical update to lib.rs (#1248) Jeremy Wright 2020-01-02 19:45:17 -0700
  • 455b032125
    Small grammaritical update to lib.rs #1248 Jeremy Wright 2020-01-02 08:41:08 -0700
  • 67793c5d92 add ssl feature migration Nikolay Kim 2019-12-30 21:22:04 +0600
  • bcb5086c91 Added 2.0.0 rustls feature name change (#1244) Jonathan Brookins 2019-12-30 10:16:04 -0500
  • 63009aa155 Added 2.0.0 rustls feature name change #1244 jbrookins13 2019-12-29 20:26:23 -0500
  • 267a3f3d58 Add support for anyhow #1241 Kevin Liu 2019-12-27 20:39:47 -0800
  • 7bd2270290 Fix link to example in readme.md (#1236) wojciechkepka 2019-12-26 11:42:07 +0100
  • 7504676113
    Rustls should be uppercase #1236 wojciechkepka 2019-12-26 10:55:43 +0100
  • 0a959b9cf5
    Add links to openssl and rustls examples wojciechkepka 2019-12-26 10:52:13 +0100
  • 8342b6e0e7
    Fix link to example in readme.md wojciechkepka 2019-12-26 10:40:43 +0100
  • a4ad5e6b69 update timeouts for test server Nikolay Kim 2019-12-25 20:52:20 +0400
  • 6db909a3e7 update migration web-v2.0.0 Nikolay Kim 2019-12-25 20:27:30 +0400
  • 642ae161c0 prep actix-web release Nikolay Kim 2019-12-25 20:21:00 +0400
  • 7b3c99b933 prep actix-framed release framed-v0.3.0 Nikolay Kim 2019-12-25 20:17:22 +0400
  • f86ce0390e allow to specify multi pattern for resources Nikolay Kim 2019-12-25 20:13:52 +0400
  • 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> #1233 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 #1232 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) #1230 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. #1227 linguangming 2019-12-20 01:39:03 -0500
  • 8a63e21e2f feat: add access to the session also from immutable references #1225 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 #1219 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 #1218 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 #1210 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 #1208 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 #1205 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 #1209 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 #1206 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 #1204 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