Commit Graph

  • c6fa007e72
    Fix vcpkg cache (#1312) Yuki Okushi 2020-01-23 11:27:34 +0900
  • a3287948d1 allow explicit SameSite=None cookies (#1282) Rob Ede 2020-01-23 01:08:23 +0000
  • 0b2b3c1d01 Fix vcpkg cache Yuki Okushi 2020-01-23 07:18:40 +0900
  • b5880e1bda Merge branch 'master' of https://github.com/actix/actix-web into 1304-datafactory-panic Maksym Vorobiov 2020-01-23 01:32:45 +0200
  • ff00896b70 fix client expected assert per 1304 Maksym Vorobiov 2020-01-23 01:27:14 +0200
  • 8182fa0b9a
    allow explicit SameSite=None cookies Rob Ede 2020-01-21 09:59:26 +0000
  • a0fa6038a2 Initial Issue template cetra3 2020-01-23 09:28:38 +1030
  • 6e17063a1d add end to end test for error data factory Maksym Vorobiov 2020-01-23 00:34:02 +0200
  • c31411ff5a
    Merge branch 'master' into benches Yuki Okushi 2020-01-23 07:06:45 +0900
  • 2e9ab0625e
    Tweak actions (#1305) Yuki Okushi 2020-01-23 06:23:53 +0900
  • ef12dbe61b add test case for #1304 - conn issues on data error Maksym Vorobiov 2020-01-22 22:22:53 +0200
  • 02a088c70c
    Skip empty chucks for BodyStream and SizedStream when streaming response (#1267) tyranron 2020-01-22 21:19:26 +0100
  • 1798bb6e77 configure rustfmt correctly Michael Sowka 2020-01-22 21:01:27 +0100
  • 613015aff7 add restyled.io config Michael Sowka 2020-01-22 20:42:53 +0100
  • 1254035610 Revert "fix codecov format" Michael Sowka 2020-01-22 19:30:01 +0100
  • 6c01de5f12 Fix Windows build Yuki Okushi 2020-01-22 20:59:28 +0900
  • 3d96755b57 Add benchmark action Yuki Okushi 2020-01-22 19:03:41 +0900
  • a678c7fc63 Fixing #1295 convert UnsafeCell to RefCell in CloneableService Maksym Vorobiov 2020-01-22 01:33:59 +0200
  • 28d8106cf9 add cloneable service benchmarks Maksym Vorobiov 2020-01-22 01:04:28 +0200
  • 28c6b5f4b2 Update `call_service` documentation Yuki Okushi 2020-01-22 06:56:15 +0900
  • bcf7e0134e
    Merge pull request #2 from jhpratt/master kevinpoitra 2020-01-21 15:11:35 -0500
  • 538d028f2e fix newline Maksym Vorobiov 2020-01-21 19:06:24 +0200
  • 8cd02c14f3 add direct service benchmarks Maksym Vorobiov 2020-01-21 18:59:05 +0200
  • 3cb231a374
    fix codecov format godofdream 2020-01-21 13:28:34 +0100
  • 61aa8e7d1e
    Ignore Tests & Examples for CodeCoverage godofdream 2020-01-21 13:21:24 +0100
  • 5b870c05b7 add benchmark for full stack request lifecycle Maksym Vorobiov 2020-01-21 13:12:23 +0200
  • 55ef6b97b3
    Upgrade to time v0.2.4 Jacob Pratt 2020-01-21 03:05:12 -0500
  • cacb725022 remove unnecessary box cast Øsystems 2020-01-21 14:43:16 +1000
  • 9faebf313d Add tests Øsystems 2020-01-21 14:36:22 +1000
  • 847e815f43 replace get.is_some to contains_key Øsystems 2020-01-21 14:31:20 +1000
  • b69716cdfe
    Merge pull request #1 from jhpratt/master kevinpoitra 2020-01-20 16:37:36 -0500
  • df4040e20d
    Remove several uses of `Pin::new_unchecked` Aaron Hill 2020-01-20 15:15:11 -0500
  • 588d52add4
    Replace `Pin::new_unchecked` with #[pin_project] in `tuple_from_req!` Aaron Hill 2020-01-20 14:59:39 -0500
  • d1d441aeba eliminate handler naming restrictions #1277 Andrey Torsunov 2020-01-20 17:50:25 +0300
  • 630e837dce
    Merge pull request #1 from fafhrd91/master zzy 2020-01-19 13:04:20 +0800
  • 5192d296f9
    Upgrade to time 0.2.3 Jacob Pratt 2020-01-17 00:09:52 -0500
  • 4afe09b1dc
    Merge branch 'master' into master kevinpoitra 2020-01-16 13:38:50 -0500
  • 3a5b62b550
    Add dependencies instruction (#1281) Yuki Okushi 2020-01-16 23:17:17 +0900
  • 5a01e1ac09 Add dependencies instruction Yuki Okushi 2020-01-16 21:00:25 +0900
  • 412e54ce10 Fixed documentation typo for actix-files (#1278) Adam Kewley 2020-01-15 19:09:58 +0000
  • 96dfd5d9d4 Fixed documentation typo for actix-files Adam Kewley 2020-01-15 18:57:35 +0000
  • 20cc54a388 Simplified `Handle` trait cetra3 2020-01-14 13:22:39 +1030
  • 3e5e3cdac8
    Merge branch 'master' into master kevinpoitra 2020-01-11 06:15:49 -0500
  • bca41f8d40 Changes to Cors builder (#1266) Peter Hall 2020-01-10 19:53:17 +0000
  • eaf2441622
    Merge branch 'master' into patch-1 Yuki Okushi 2020-01-11 03:58:46 +0900
  • 7c974ee668 Update doc comment for `HttpRequest::app_data` (#1265) Jacob Brown 2020-01-10 12:55:20 -0600
  • c0b780613f
    Merge branch 'master' into docs-fix Yuki Okushi 2020-01-11 02:35:07 +0900
  • abb462ef85 Replace sha1 dependency with sha-1 (#1258) linkmauve 2020-01-10 18:34:31 +0100
  • d6ee500737
    Changes to Cors builder Peter Hall 2020-01-10 16:36:40 +0000
  • 84be66a2de Update CHANGES.md with the sha-1 migration Emmanuel Gil Peyrot 2020-01-06 12:32:45 +0100
  • a7c13e28c7 Replace sha1 dependency with sha-1 Emmanuel Gil Peyrot 2020-01-06 12:09:31 +0100
  • 44e65fcaf9 Add a test for hash_key() Emmanuel Gil Peyrot 2020-01-10 16:13:28 +0100
  • e66312b664 add extra constraints Nikolay Kim 2020-01-10 11:36:59 +0600
  • 39f4b2b39e Merge branch 'master' of github.com:actix/actix-web identity-v0.2.1 Nikolay Kim 2020-01-10 11:28:58 +0600
  • f6ff056b8a Fix panic with already borrowed: BorrowMutError #1263 Nikolay Kim 2020-01-10 11:26:54 +0600
  • a68177dd81
    Update src/request.rs Jacob Brown 2020-01-09 16:17:10 -0600
  • 897d015ac5 add `ignore` to doc comment Jacob Brown 2020-01-09 15:56:42 -0600
  • 713d3fd56d add `no_run` to doc comment Jacob Brown 2020-01-09 15:50:06 -0600
  • fa237dd128 update doc comment for `HttpRequest::app_data` Jacob Brown 2020-01-09 15:28:18 -0600
  • 51ab4fb73d
    Tweak actions to use cache and not to be stuck on the way (#1264) Yuki Okushi 2020-01-10 03:30:45 +0900
  • ef165978ad Tweak actions to use cache and not to be stuck on the way Yuki Okushi 2020-01-08 20:06:07 +0900
  • 7a43c564e1 Convert `Cookie::max_age` and `Cookie::expires` examples to `time` 0.2 kevinpoitra 2020-01-08 02:46:36 -0600
  • 85e341b0b0 Fix the actix-http:🍪:do_not_panic_on_large_max_ages test kevinpoitra 2020-01-08 02:20:57 -0600
  • 0eb8d07e84 Truncate any nanoseconds from a supplied `Duration` within `Cookie::set_max_age` to ensure two Cookies with the same amount whole seconds equate to one another kevinpoitra 2020-01-08 02:20:26 -0600
  • 7e569bccf6 Replace a few additional instances of `Duration::seconds(0)` with `Duration::zero()` kevinpoitra 2020-01-08 01:48:27 -0600
  • 3554e2d45e Use `OffsetDateTime::as_seconds_f64` instead of manually calculating the amount of seconds from nanoseconds kevinpoitra 2020-01-08 01:23:12 -0600
  • 29116b8465 Remove unneeded conversion of time::Duration to std::time::Duration kevinpoitra 2020-01-08 01:18:53 -0600
  • a1366e2097 Use the more readable version of `Duration::seconds(0)`, `Duration::zero()` kevinpoitra 2020-01-08 01:11:25 -0600
  • c3b4f05149 Enforce a UTC time offset when converting an `OffsetDateTime` into a Header value kevinpoitra 2020-01-08 01:09:21 -0600
  • edd2cb827e Use `time` without any of its deprecated functions kevinpoitra 2020-01-08 01:04:22 -0600
  • 92381b10fa Update CHANGES.md kevinpoitra 2020-01-07 22:12:26 -0600
  • a3b6f2981e Correctly parse C's asctime time format using time 0.2's new format patterns kevinpoitra 2020-01-07 22:05:28 -0600
  • 555dead1c4 Upgrade `time` to 0.2.2 kevinpoitra 2020-01-07 22:01:24 -0600
  • 34bbf75ecc Implement logic to convert a RFC 850 two-digit year into a full length year, and organize time parsing related functions kevinpoitra 2020-01-07 16:47:41 -0600
  • 16a7b357f6 Tweak CI config Yuki Okushi 2020-01-07 16:44:11 +0900
  • 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 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 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 jbrookins13 2019-12-29 20:26:23 -0500
  • 267a3f3d58 Add support for anyhow 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 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