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

Commit Graph

  • e245b1cffe Prepare for new release Yuki Okushi 2020-02-18 11:47:17 +09:00
  • 880206ee2e
    Merge pull request #8 from JohnTitor/migrate-redis redis-v0.8.1 Yuki Okushi 2020-02-18 10:56:32 +09:00
  • 8bc0227ec8 Fix clippy warning Yuki Okushi 2020-02-18 08:22:33 +09:00
  • e225e2aec7 Move env_logger to dev-dependencies Yuki Okushi 2020-02-18 08:11:36 +09:00
  • 66edc228c3 Prepare for new release Yuki Okushi 2020-02-18 08:01:26 +09:00
  • d159b5e5fe
    Merge pull request #7 from JohnTitor/migrate-protobuf protobuf-v0.5.1 Yuki Okushi 2020-02-18 07:23:39 +09:00
  • 920bb56919 Prepare for new release Yuki Okushi 2020-02-18 00:55:33 +09:00
  • e4ac892be2
    Merge pull request #5 from actix/JohnTitor-patch-2 Yuki Okushi 2020-02-15 01:55:31 +09:00
  • f3b2aa029a
    Merge pull request #4 from actix/JohnTitor-patch-1 Yuki Okushi 2020-02-15 01:55:07 +09:00
  • e5c418eaa3
    Fix syntax Yuki Okushi 2020-02-14 07:42:56 +09:00
  • c25df0148b
    Merge pull request #3 from dotdash/doc_fix Yuki Okushi 2020-02-14 07:41:49 +09:00
  • de276af9c6
    Disable coverage for PRs Yuki Okushi 2020-02-14 07:27:35 +09:00
  • d849157411 Update Session doc to refer to UserSession instead of RequestSession Björn Steinbrink 2020-02-10 15:26:37 +01:00
  • 3e17ad9a4e Remove unneeded single path import Björn Steinbrink 2020-02-11 16:25:11 +01:00
  • e68ec39bd7
    Merge pull request #2 from actix/setup-ci Yuki Okushi 2020-01-30 23:14:21 +09:00
  • 650470901b Clean up READMEs Yuki Okushi 2020-01-30 18:39:35 +09:00
  • 21994c13eb Fix/suppress clippy warnings Yuki Okushi 2020-01-30 18:21:02 +09:00
  • d8f3f94ece Clean up metadata Yuki Okushi 2020-01-30 18:08:20 +09:00
  • a0337d7851 Run CI with MSRV Yuki Okushi 2020-01-30 16:09:05 +09:00
  • c4c0680a6e Remove unused config Yuki Okushi 2020-01-30 15:24:34 +09:00
  • 91f6519177 Set up GitHub Actions Yuki Okushi 2020-01-30 14:44:05 +09:00
  • 8ab2229032
    add new crates to workspace Rob Ede 2020-01-30 02:06:00 +00:00
  • 90e00f7344
    fix badge links Rob Ede 2020-01-30 01:50:18 +00:00
  • cfb436a363
    unify {cors,identity,session} readmes Rob Ede 2020-01-30 01:42:01 +00:00
  • 13a42f7262
    Merge branch 'web' Rob Ede 2020-01-30 01:31:22 +00:00
  • 4b3500790d
    remove non-extra packages Rob Ede 2020-01-30 01:30:52 +00:00
  • 3cdc0b9d18
    fix badges Rob Ede 2020-01-30 01:14:55 +00:00
  • aac1158304
    merge project metadata Rob Ede 2020-01-30 00:31:25 +00:00
  • 276a5a3ee4
    Replace UnsafeCell with Cell in DateServiceInner (#1325) Aaron Hill 2020-01-29 07:05:08 -05:00
  • e05b153039
    Merge branch 'redis' Rob Ede 2020-01-29 12:02:32 +00:00
  • 849a85fba8
    Merge branch 'proto' Rob Ede 2020-01-29 12:02:28 +00:00
  • e1f99b0b9a
    Merge branch 'httpauth' Rob Ede 2020-01-29 12:02:17 +00:00
  • 022f329b4f initial commit Rob Ede 2020-01-29 11:29:42 +00:00
  • b4267818de move files into module Rob Ede 2020-01-29 11:33:00 +00:00
  • dbd52a48a4 move to own module Rob Ede 2020-01-29 11:36:31 +00:00
  • 2c216e471e move redis to own module Rob Ede 2020-01-29 11:37:27 +00:00
  • 664f9a8b2d
    Long lasting auto-prolonged session (#1292) Andrey Kutejko 2020-01-29 02:26:39 +01:00
  • c73c2dc12c
    Don't use cache in Windows CI (#1327) Yuki Okushi 2020-01-29 09:00:04 +09:00
  • e634e64847 Upgrade time to 0.2.5 (#1254) kevinpoitra 2020-01-28 06:44:22 -05:00
  • cdba30d45f Skip empty chucks for BodyStream and SizedStream (#1308) Kai Ren 2020-01-28 10:28:09 +01:00
  • 74dcc7366d Remove several uses of Pin::new_unchecked (#1294) Aaron Hill 2020-01-27 22:35:51 -05:00
  • d137a8635b Replace Pin::new_unchecked with #[pin_project] in tuple_from_req! (#1293) Aaron Hill 2020-01-27 20:45:26 -05:00
  • a2d4ff157e
    Update call_service documentation (#1302) Yuki Okushi 2020-01-28 08:09:46 +09:00
  • 71d11644a7 Add ability to name a handler function as 'config' (#1290) Andrey Torsunov 2020-01-26 01:22:40 +03:00
  • 8888520d83 Add benchmark for full stack request lifecycle (#1298) Maxim Vorobjov 2020-01-25 01:05:25 +02:00
  • 3ed6519c0c
    Update changelog (#13) Yuki Okushi 2020-01-25 02:45:24 +09:00
  • 71e2f682e2
    Update example (#12) Yuki Okushi 2020-01-25 02:39:32 +09:00
  • cf3577550c
    Tweak caches (#1319) Yuki Okushi 2020-01-25 02:27:13 +09:00
  • 777990d575
    Update dependencies and bump up version to 0.5 (#11) Yuki Okushi 2020-01-24 15:41:57 +09:00
  • 58844874a0 Fixing #1295 convert UnsafeCell to RefCell in CloneableService (#1303) Maxim Vorobjov 2020-01-24 07:51:38 +02:00
  • 78f24dda03 Initial Issue template (#1311) cetra3 2020-01-23 22:32:34 +00:00
  • e17b3accb9 Remove codecoverage for tests and examples (#1299) godofdream 2020-01-23 21:10:02 +01:00
  • c6fa007e72
    Fix vcpkg cache (#1312) Yuki Okushi 2020-01-23 11:27:34 +09:00
  • a3287948d1 allow explicit SameSite=None cookies (#1282) Rob Ede 2020-01-23 01:08:23 +00:00
  • 2e9ab0625e
    Tweak actions (#1305) Yuki Okushi 2020-01-23 06:23:53 +09:00
  • 3a5b62b550
    Add dependencies instruction (#1281) 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
  • fe2cc9bf4a Bump up prost to 0.6.0 (#10) Parker Timmerman 2020-01-15 11:48:34 -05:00
  • c4b3ef64c2
    Prepare release for 0.4.0 (#21) Yuki Okushi 2020-01-15 00:03:23 +09:00
  • 8dd2c77165
    Make the lint stricter (#20) Yuki Okushi 2020-01-14 13:31:20 +09:00
  • d757f44557
    Remove description() (#19) Yuki Okushi 2020-01-11 22:12:11 +09: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
  • 4d9fb6825c
    Update bytes to 0.5 and base64 to 0.11 (#18) Yuki Okushi 2020-01-10 05:57:42 +09: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
  • cfaa307d47
    Cache build to decrease CI time (#17) Yuki Okushi 2020-01-09 17:51:53 +09:00
  • b4508baf7e
    Run CI with GitHub Actions (#16) Yuki Okushi 2020-01-07 18:08:00 +09:00
  • deb1508d2f
    Cleanup documentation and metadata (#15) Yuki Okushi 2020-01-07 13:54:46 +09:00
  • d83cbc8542 Support actix-web 2.x (#14) Masaki Hara 2020-01-07 01:00:43 +09:00
  • f5fd6bc49f Fix actix-http examples (#1259) linkmauve 2020-01-06 16:15:04 +01:00
  • 2225642c6d
    Merge pull request #8 from JohnTitor/actix-web-2 Yuki Okushi 2020-01-03 16:59:29 +09:00
  • 2803fcbe22 Small grammaritical update to lib.rs (#1248) Jeremy Wright 2020-01-02 19:45:17 -07:00
  • d7387ca5b5 Tweak CI Yuki Okushi 2020-01-02 04:29:10 +09:00
  • 06a2499071 Update CHANGES.md Yuki Okushi 2020-01-02 04:26:17 +09:00
  • fe2553474e Run rustfmt Yuki Okushi 2020-01-02 04:22:52 +09:00
  • 0eeda4c398 Migrate to actix-web v2 Yuki Okushi 2020-01-02 03:40:29 +09:00
  • 342c711bad Make crate 2018 edition Yuki Okushi 2020-01-02 01:04:00 +09: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
  • 8f6a00324e
    Merge pull request #37 from pandaman64/patch-1 Nikolay Kim 2019-12-26 11:18:39 +04:00
  • 73e70bd249 bump actix-web version pandaman64 2019-12-26 15:47:31 +09: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
  • 2e1d98a4be update readme Nikolay Kim 2019-12-20 22:11:38 +06:00
  • 9b0a0f451b update actix; prep release Nikolay Kim 2019-12-20 22:09:08 +06:00