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

Commit Graph

  • d3ccf46e92 Clean-up metadata Yuki Okushi 2020-02-27 09:53:27 +09:00
  • cd1765035c Avoid re-definition Yuki Okushi 2020-02-26 09:41:15 +09:00
  • ea28219d0f reenable actix-http test-ws Maksym Vorobiov 2020-02-18 23:04:47 +02:00
  • 77058ef779 adopt MessageBody Pin changes to actix-web root Maksym Vorobiov 2020-02-18 20:48:37 +02:00
  • e5f2feec45 reenable actix-http from local path Maksym Vorobiov 2020-02-18 20:28:45 +02:00
  • 0a86907dd2 use mem::replace instead of mem::take rust 1.40+ Maksym Vorobiov 2020-02-16 19:48:09 +02:00
  • 78749a4b7e rollback actix-http version change Maksym Vorobiov 2020-02-15 17:26:46 +02:00
  • de815dd99c Fixed condition for finishing transfer of response Maksym Vorobiov 2020-02-10 16:19:48 +02:00
  • e6078bf792 Fix EncoderBody enum to align with Body::Message Maksym Vorobiov 2020-02-10 15:19:56 +02:00
  • a84b37199a Add Unpin to Body to get rid of unsafe in MessageBody Maksym Vorobiov 2020-02-10 15:06:11 +02:00
  • c05f9475c5 refactor dispatcher to avoid possible UB with DispatcherState Pin Maksym Vorobiov 2020-02-10 13:17:38 +02:00
  • 69dab0063c Get rid of one more unsafe Maksym Vorobiov 2020-02-10 12:12:23 +02:00
  • ec5c779732 unlink MessageBody from Unpin Maksym Vorobiov 2020-02-03 22:55:49 +02:00
  • 2e2ea7ab80 remove extra whitespaces and Unpins Maksym Vorobiov 2020-01-31 22:16:31 +02:00
  • eeebc653fd change actix-http version to alpha Maksym Vorobiov 2020-01-31 13:29:51 +02:00
  • 835a00599c rollback missed dependencies and CHANGES in crates except actix-http Maksym Vorobiov 2020-01-31 12:39:53 +02:00
  • d9c415e540 disable weird poll test until actix-web based on actix-http:2 Maksym Vorobiov 2020-01-31 12:09:18 +02:00
  • 09a391a3ca rollback changes to actix-web, awc and test-server for now Maksym Vorobiov 2020-01-31 10:29:10 +02:00
  • 62aba424e2 Rollback actix-http-test dependency to show the issue Maksym Vorobiov 2020-01-30 19:33:49 +02:00
  • 9d04b250f9 This is a squashed commit: Maksym Vorobiov 2020-01-29 11:15:13 +03:00
  • a4148de226 add test crashing with segfault according to #1321 Maksym Vorobiov 2020-01-28 19:08:03 +03:00
  • 48ef4d7a26
    Add actix-http support for actix error messages (#1379) Maxim Vorobjov 2020-02-27 02:34:49 +02:00
  • 71c4bd1b30
    Remove uses of Pin::new_unchecked in h1 Dispatcher (#1374) Aaron Hill 2020-02-25 18:21:05 -05:00
  • de1d6ad5cb
    Merge pull request #1344 from actix/replace-unsafe-content-length-helper Yuki Okushi 2020-02-25 17:02:22 +09:00
  • 2a72e8d119
    Merge branch 'master' into replace-unsafe-content-length-helper Yuki Okushi 2020-02-25 14:30:04 +09:00
  • 2a8e5fdc73
    Merge pull request #1370 from mattgathu/feat/helper-function-for-trace-method Yuki Okushi 2020-02-25 14:24:09 +09:00
  • b213c07799
    Merge branch 'master' into feat/helper-function-for-trace-method Yuki Okushi 2020-02-25 12:36:20 +09:00
  • 3d6b8686ad
    Merge pull request #1373 from JohnTitor/new-codegen codegen-v0.2.1 Yuki Okushi 2020-02-25 09:32:48 +09:00
  • a4f87a53da
    Update CHANGES.md Yuki Okushi 2020-02-25 08:42:39 +09:00
  • 08f172a0aa
    Merge branch 'master' into new-codegen Yuki Okushi 2020-02-25 08:29:31 +09:00
  • 7792eaa16e
    Merge pull request #1378 from JohnTitor/fix-doc Yuki Okushi 2020-02-25 08:29:14 +09:00
  • 845ce3cf34 Fix doc comment Yuki Okushi 2020-02-25 07:46:03 +09:00
  • 7daef22e24
    Merge branch 'master' into new-codegen Yuki Okushi 2020-02-25 06:58:49 +09:00
  • 1249262c35
    Merge pull request #1372 from JohnTitor/time-0.2.7 Yuki Okushi 2020-02-25 06:58:33 +09:00
  • 94da08f506
    increase content-length fast path to responses up to 1MB Rob Ede 2020-02-24 20:58:41 +00:00
  • d143c44130
    Update the ChangeLog Matt Gathu 2020-02-23 09:33:28 +01:00
  • 8ec8ccf4fb
    Create helper function for HTTP Trace Method Matt Gathu 2020-02-22 16:19:29 +01:00
  • c8ccc69b93 actix-http: update time to 0.2.7 Yuki Okushi 2020-02-23 07:09:00 +09:00
  • f9f9fb4c84 actix-http-test: update time to 0.2.7 Yuki Okushi 2020-02-23 07:08:50 +09:00
  • 1b77963aac actix-web: update time to 0.2.7 Yuki Okushi 2020-02-23 07:08:22 +09:00
  • 036ffd43f9 Prepare for new release Yuki Okushi 2020-02-23 06:40:02 +09:00
  • bdccccd536
    Merge pull request #1368 from mattgathu/add-missing-docs-attr-to-codegen-structs Yuki Okushi 2020-02-23 06:26:42 +09:00
  • 060c392c67
    Add missing_docs attribute to generated structs Matt Gathu 2020-02-22 10:32:12 +01:00
  • 245f96868a
    impl downcast_ref for MessageBody (#1287) Daniel YU 2020-02-21 12:31:51 +08:00
  • b3f1071aaf
    Merge pull request #1361 from Aaron1011/fix/connector-pool-support Yuki Okushi 2020-02-21 06:01:26 +09:00
  • e6811e8818
    Use #[pin_project] with ConnectorPoolSupport Aaron Hill 2020-02-19 21:03:53 -05:00
  • 809930d36e
    Add dependencies to docs example (#1343) Elliot Jackson 2020-02-19 21:13:10 +01:00
  • f266b44cb0
    replace unsafe blocks in write_usize helper Rob Ede 2020-02-16 15:20:25 +00:00
  • 31a3515e90
    add safe vs unsafe benchmarks Rob Ede 2020-02-07 00:42:16 +00:00
  • 82b2786d6b
    replace unsafe content length implementation Rob Ede 2020-02-06 23:51:02 +00:00
  • 6ab7cfa2be
    Remove descriptions about undefined uds feature from docs (#1356) Masayuki Nagamachi 2020-02-16 04:18:31 +09:00
  • 9b3f7248a8
    Merge pull request #1354 from actix/JohnTitor-patch-1 Yuki Okushi 2020-02-14 08:18:09 +09:00
  • a1835d6510
    Disable coverage for PRs Yuki Okushi 2020-02-14 07:31:29 +09:00
  • 4484b3f66e
    Merge pull request #1347 from actix/bye-travis Yuki Okushi 2020-02-12 05:54:32 +09:00
  • cde3ae5f61 Remove Travis config Yuki Okushi 2020-02-08 05:36:11 +09:00
  • 7d40b66300 Add some Actions workflows Yuki Okushi 2020-02-08 04:28:34 +09:00
  • 63730c1f73
    Merge pull request #1345 from JohnTitor/fix-warnings Yuki Okushi 2020-02-08 04:17:04 +09:00
  • 53ff3ad099 More ignore test causes timeout Yuki Okushi 2020-02-07 23:17:03 +09:00
  • 6406f56ca2 Fix/suppress warnings Yuki Okushi 2020-02-07 23:16:32 +09:00
  • 7880d5e2bf
    Remove extra '#' so docs render correctly. (#1338) 1.0 Harrison 2020-02-07 08:01:23 -06:00
  • 728b944360
    Extensions module improvement and tests. (#1297) zero-systems 2020-02-07 17:08:25 +10:00
  • 3851a377df
    Fix minor grammatical errors (#1341) Levi Notik 2020-02-06 13:00:22 -05:00
  • fe13789345
    Use Pin<Box<S>> in BodyStream and SizedStream (#1328) Aaron Hill 2020-01-30 19:39:34 -05:00
  • 3033f187d2
    Enforce safety of downcast_ref at compile time. (#1326) Aaron Hill 2020-01-30 09:43:35 -05:00
  • 276a5a3ee4
    Replace UnsafeCell with Cell in DateServiceInner (#1325) Aaron Hill 2020-01-29 07:05:08 -05: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
  • cf3577550c
    Tweak caches (#1319) Yuki Okushi 2020-01-25 02:27:13 +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
  • 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 identity-v0.2.1 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 web-v2.0.0 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 framed-v0.3.0 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