1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-17 03:07:56 +02:00

Commit Graph

  • 996f1d7eae
    bump msrv in ci and readme Rob Ede 2020-05-13 01:57:37 +01:00
  • 63864ecf9e
    support parsing of SameSite=None (#1503) Takeru Sato 2020-05-13 01:48:35 +09:00
  • bbd4d19830
    Merge pull request #1486 from actix/feat/data-cascade Yuki Okushi 2020-05-09 09:40:25 +09:00
  • 879cad9422
    allow parent data containers to be accessed from child scopes Rob Ede 2020-05-09 00:31:26 +01:00
  • 6e8ff5c905
    Merge pull request #1495 from JohnTitor/new-web web-v3.0.0-alpha.2 Yuki Okushi 2020-05-08 07:28:18 +09:00
  • b66c3083a5
    Update the actix-web dependency to 3.0.0-alpha.2 Yuki Okushi 2020-05-08 06:46:42 +09:00
  • b6b3481c6f
    web: Bump up to 3.0.0-alpha.2 Yuki Okushi 2020-05-08 06:46:13 +09:00
  • 574714d156
    Merge pull request #1494 from JohnTitor/new-actors actors-v3.0.0-alpha.1 Yuki Okushi 2020-05-08 06:17:15 +09:00
  • 54abf356d4
    actors: Bump up to 3.0.0-alpha.1 Yuki Okushi 2020-05-08 03:33:29 +09:00
  • 9cb3b0ef58
    Merge pull request #1493 from JohnTitor/http-next http-v2.0.0-alpha.3 Yuki Okushi 2020-05-08 03:09:52 +09:00
  • 9d0c80b6ce
    Update actix-http deps Yuki Okushi 2020-05-08 02:33:55 +09:00
  • 0bc4a5e703
    http: Bump up to 2.0.0-alpha.3 Yuki Okushi 2020-05-08 02:33:33 +09:00
  • 9d94fb91b2
    correct spelling of ConnectError::Unresolved (#1487) Rob Ede 2020-05-07 18:26:48 +01:00
  • 9164ed1f0c
    add resource middleware on actix-web-codegen (#1467) Quentin de Quelen 2020-05-07 11:31:12 +02:00
  • b521e9b221
    conditional test compilation [range, charset] (#1483) Rob Ede 2020-05-03 14:33:29 +01:00
  • f37cb6dd0b
    refactor h1 status line helper to remove unsafe usage (#1484) Rob Ede 2020-05-03 09:37:40 +01:00
  • d5ceae2074
    Replace deprecated now with now_utc (#1481) Mikail Bagishov 2020-05-02 12:14:50 +03:00
  • c27d3fad8e
    clarify resource/scope app data overriding (#1476) Rob Ede 2020-04-29 18:20:47 +01:00
  • bb17280f51
    simplify data factory future polling (#1473) Rob Ede 2020-04-29 07:38:53 +01:00
  • b047413b39
    Small ws codec fix (#1465) Huston Bokinsky 2020-04-28 19:13:09 -07:00
  • ce24630d31
    Fix typos in MIGRATION.md (#1470) Huy 2020-04-22 11:39:09 -07:00
  • 751253f23e
    Merge pull request #1463 from actix/fix/doc-typos Yuki Okushi 2020-04-21 13:47:03 +09:00
  • 5b0f7fff69
    fix spelling errors in doc comments Rob Ede 2020-04-21 04:09:35 +01:00
  • 54619cb680
    actix-http: Remove failure support (#1449) Yuki Okushi 2020-04-16 06:54:34 +09:00
  • 5b36381cb0
    Merge pull request #1452 from actix/fix/default-service-data Yuki Okushi 2020-04-16 06:01:56 +09:00
  • 45e2e40140
    set data container on default service calls Rob Ede 2020-04-14 02:33:19 +01:00
  • df3f722589
    Merge pull request #1451 from actix/cache Yuki Okushi 2020-04-13 06:06:45 +09:00
  • e7ba871bbf
    Remove cache config from GHA workflows Yuki Okushi 2020-04-13 03:42:44 +09:00
  • ebc2e67015
    Merge pull request #1442 from JohnTitor/workspace-doc Yuki Okushi 2020-04-09 00:48:08 +09:00
  • 74ddc852c8
    Tweak README Yuki Okushi 2020-04-08 04:48:01 +09:00
  • dfaa330a94
    Deploy all the workspace crates' docs Yuki Okushi 2020-04-08 04:42:38 +09:00
  • 0ad02ee0e0
    Add convenience functions for testing (#1401) Tore Pettersen 2020-04-05 21:12:44 +02:00
  • aaff68bf05
    Change NormalizePath to append trailing slash (#1433) Stephen Eckels 2020-04-04 14:26:40 -04:00
  • fcb1dec235
    Merge pull request #1431 from OSSystems/topic/explicit-features-requirements Yuki Okushi 2020-03-28 10:58:00 +09:00
  • 7b7daa75a4 Add explicit feature requirements for examples and tests Otavio Salvador 2020-03-25 23:49:24 -03:00
  • 2067331884
    Refactor actix-codegen duplicate code (#1423) Ivan Tham 2020-03-20 03:40:42 +08:00
  • bf630d9475
    Merge pull request #1422 from OSSystems/topic/impl-error-more-types Yuki Okushi 2020-03-19 05:05:57 +09:00
  • 146ae4da18 Implement std::error::Error for our custom errors Otavio Salvador 2020-03-17 22:51:06 -03:00
  • 52c5755d56
    Merge pull request #1421 from actix/JohnTitor-patch-1 Yuki Okushi 2020-03-18 06:16:41 +09:00
  • 5548c57a09
    Upload coverage on PRs Yuki Okushi 2020-03-18 05:04:30 +09:00
  • 0d958fabd7
    📝 Improve the code example for JsonConfig (#1418) Stig Johan Berggren 2020-03-17 00:23:54 +01:00
  • c67e4c1fe8
    Refactored macros (#1333) Oleg Nosov 2020-03-15 01:23:28 +03:00
  • 4875dfbec7
    Merge pull request #1416 from JohnTitor/fix-doc Yuki Okushi 2020-03-13 07:06:57 +09:00
  • d602a7e386
    Fix read_body doc Yuki Okushi 2020-03-13 05:52:58 +09:00
  • 9f196fe5a5
    Merge pull request #1413 from OSSystems/topic/fix-warnings Yuki Okushi 2020-03-12 16:24:44 +09:00
  • e4adcd1935
    Merge pull request #1411 from JohnTitor/patch Yuki Okushi 2020-03-12 16:21:34 +09:00
  • 7e0d898d5a Fix clippy warnings Otavio Salvador 2020-03-12 00:52:21 -03:00
  • 51518721e5
    Add notes to READMEs Yuki Okushi 2020-03-12 07:57:38 +09:00
  • c02d3e205b
    Clean-up metadata Yuki Okushi 2020-03-12 07:57:20 +09:00
  • a253d7d3ce
    Merge pull request #1410 from JohnTitor/new-web web-v3.0.0-alpha.1 Yuki Okushi 2020-03-12 05:12:54 +09:00
  • 0152cedc5d
    Update changelog Yuki Okushi 2020-03-12 03:24:15 +09:00
  • a6a47b95ee
    Exclude actix-cors Yuki Okushi 2020-03-12 03:04:31 +09:00
  • 1b28a5d48b
    Update actix-web dependency to 3.0.0-alpha.1 Yuki Okushi 2020-03-12 03:03:50 +09:00
  • c147b94832
    Bump up to 3.0.0-alpha.1 Yuki Okushi 2020-03-12 03:03:22 +09:00
  • 95f9a12a5e
    dev-deps: Update env_logger to 0.7 Yuki Okushi 2020-03-12 02:58:22 +09:00
  • 73eeab0e90
    Merge pull request #1391 from JohnTitor/new-awc awc-v2.0.0-alpha.1 Yuki Okushi 2020-03-11 21:15:48 +09:00
  • ce1e996b41
    Update release date Yuki Okushi 2020-03-11 20:42:45 +09:00
  • e718f65121
    Update tests Yuki Okushi 2020-03-08 16:42:45 +09:00
  • a9a475d555
    Make test_server async fn Yuki Okushi 2020-03-08 16:42:26 +09:00
  • b93e1555ec
    Update actix-connect to 2.0.0-alpha.2 Yuki Okushi 2020-03-08 15:23:38 +09:00
  • 6f33b7ea42
    Update awc dependency Yuki Okushi 2020-03-01 10:47:24 +09:00
  • 294523a32f
    Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-03-01 10:45:26 +09:00
  • 6b626c7d77
    dev-deps: Update env_logger to 0.7 Yuki Okushi 2020-03-01 10:44:26 +09:00
  • 2ddbe2b15c
    Merge pull request #1400 from JohnTitor/actions-2.0 Yuki Okushi 2020-03-08 03:04:31 +09:00
  • 87378a7410
    Demote lint level to warn Yuki Okushi 2020-02-27 22:35:57 +09:00
  • ad0d809af6
    Disable coverage for PRs Yuki Okushi 2020-02-14 07:31:29 +09:00
  • 7b00c16d44
    Add some Actions workflows Yuki Okushi 2020-02-08 04:28:34 +09:00
  • 155a6db4cd
    More ignore test causes timeout Yuki Okushi 2020-02-07 23:17:03 +09:00
  • 228e886986
    Don't use cache in Windows CI (#1327) Yuki Okushi 2020-01-29 09:00:04 +09:00
  • 4aa4b5f928
    Tweak caches (#1319) Yuki Okushi 2020-01-25 02:27:13 +09:00
  • 54ff97470e
    Initial Issue template (#1311) cetra3 2020-01-23 22:32:34 +00:00
  • f02ad2913f
    Fix vcpkg cache (#1312) Yuki Okushi 2020-01-23 11:27:34 +09:00
  • 96b0dfeac3
    Tweak actions (#1305) Yuki Okushi 2020-01-23 06:23:53 +09:00
  • 5da9e277a2
    Merge pull request #1399 from JohnTitor/new-http http-v2.0.0-alpha.2 Yuki Okushi 2020-03-08 01:47:40 +09:00
  • 0d5646a8b6
    Run rustfmt Yuki Okushi 2020-03-08 00:52:39 +09:00
  • 7941594f94
    Update actix-http dependency Yuki Okushi 2020-03-08 00:50:20 +09:00
  • 6f63acaf01
    Bump up to 2.0.0-alpha.2 Yuki Okushi 2020-03-08 00:48:45 +09:00
  • 7172885beb
    Update changelog Yuki Okushi 2020-03-08 00:43:17 +09:00
  • cf721c5fff
    Update README example Yuki Okushi 2020-03-08 00:43:01 +09:00
  • 10e3e72595
    Http2 client configuration to improve performance (#1394) Maxim Vorobjov 2020-03-07 04:09:31 +02:00
  • a7d805aab7
    Merge pull request #1396 from Aaron1011/fix/reapply-dispatcher Yuki Okushi 2020-03-05 02:48:20 +09:00
  • e90950fee1
    Re-apply commit 2cf7b3ad20fb823314426a5e33b0805045ec1d8a Aaron Hill 2020-03-04 11:27:58 -05:00
  • c8f0672ef7
    Merge pull request #1395 from JohnTitor/rustls Yuki Okushi 2020-03-04 15:56:27 +09:00
  • 9d661dc4f3 Update changelog Yuki Okushi 2020-03-04 15:20:14 +09:00
  • 687dc609dd Update rustls to 0.17 Yuki Okushi 2020-03-04 15:11:31 +09:00
  • b9b52079e0 Update actix-tls to 2.0.0-alpha.1 Yuki Okushi 2020-03-04 15:10:23 +09:00
  • 117d28f7ba Update actix-connect to 2.0.0-alpha.1 Yuki Okushi 2020-03-04 15:09:31 +09:00
  • 795a575fc5
    Merge pull request #1386 from JohnTitor/deny-to-warn Yuki Okushi 2020-02-28 14:17:11 +09:00
  • b4d63667df Demote lint level to warn Yuki Okushi 2020-02-27 22:35:57 +09:00
  • 3dc859af58
    Fix missing std::error::Error implement for MultipartError. (#1382) __JM_Joy__ 2020-02-27 21:34:06 +08:00
  • 1fa02b5f1c
    Merge pull request #1385 from JohnTitor/http-2-alpha http-v2.0.0-alpha.1 Yuki Okushi 2020-02-27 14:47:32 +09:00
  • c9fdcc596d Update actix to 0.10.0-alpha.1 Yuki Okushi 2020-02-27 12:46:29 +09:00
  • 6cc83dbb67 Allow clippy lint for compatibility Yuki Okushi 2020-02-27 12:45:11 +09:00
  • 3b675c9125 Update actix-http to 2.0.0-alpha.1 Yuki Okushi 2020-02-27 11:34:58 +09:00
  • 15a2587887 Bump up to 2.0.0-alpha.1 Yuki Okushi 2020-02-27 11:22:38 +09:00
  • 0173f99726 Update changelog Yuki Okushi 2020-02-27 11:20:41 +09:00
  • f27dd19093 Fix Clippy warnings Yuki Okushi 2020-02-27 11:20:30 +09:00
  • 7ba14fd113 Run rustfmt Yuki Okushi 2020-02-27 11:10:55 +09:00
  • 903ae47baa dev-deps: Update env_logger to 0.7 Yuki Okushi 2020-02-27 11:08:45 +09:00
  • 95c18dbdf3
    Merge pull request #1367 from actix/msg-body Yuki Okushi 2020-02-27 10:42:14 +09:00