1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00

Commit graph

  • 48fdaf3df8
    fix choosing identity when q=0 Rob Ede 2023-11-19 17:43:54 +0000
  • 9d1f75d349
    fix: content type required flag (#3168) Marcio Ordonez 2023-11-19 08:22:55 -0300
  • 50f44398d4
    remove pr reference #3168 Rob Ede 2023-11-19 11:08:22 +0000
  • 925250370a
    clarify comments for invalid json mime type Rob Ede 2023-11-19 11:07:53 +0000
  • f7849d5e99
    Merge branch 'master' into fix/content-type-required Rob Ede 2023-11-19 11:03:09 +0000
  • c4ca352ebd
    use browser-realistic encoding tests Rob Ede 2023-11-19 10:56:02 +0000
  • 7e67dbdd69 changelog entry Amit Upadhyay 2023-11-15 13:53:26 +0530
  • f82f05c6c9 AcceptEncoding.{ranked,negotiate}() prefers brotli > zstd > gzip Amit Upadhyay 2023-11-15 13:49:30 +0530
  • e5ed406af6 AcceptEncoding.preference() prefers brotli > zstd > gzip Amit Upadhyay 2023-11-15 13:39:09 +0530
  • e50bceb914
    build(deps): bump taiki-e/install-action from 2.21.7 to 2.21.11 (#3185) dependabot[bot] 2023-11-13 02:00:08 +0000
  • 9ffcb56978
    build(deps): bump taiki-e/install-action from 2.21.7 to 2.21.11 #3185 dependabot[bot] 2023-11-13 01:05:27 +0000
  • f5655721aa
    ci: rename lint workflow Rob Ede 2023-11-10 14:06:35 +0000
  • 989548e36a
    chore: remove git from repo URLs Rob Ede 2023-11-06 23:54:38 +0000
  • 7d2349afb9
    build(deps): bump taiki-e/install-action from 2.21.3 to 2.21.7 (#3183) dependabot[bot] 2023-11-06 02:17:07 +0000
  • a6aff494a4
    build(deps): bump taiki-e/install-action from 2.21.3 to 2.21.7 #3183 dependabot[bot] 2023-11-06 01:02:11 +0000
  • e3432c88ce
    Merge branch 'master' into scope_work Jonathan Lim 2023-11-02 23:21:59 -0700
  • b78f6da05f
    build(deps): update zstd requirement from 0.12 to 0.13 (#3165) dependabot[bot] 2023-10-30 01:18:45 +0000
  • 3b8d4de0e0
    build(deps): bump taiki-e/install-action from 2.20.14 to 2.21.3 (#3179) dependabot[bot] 2023-10-30 01:12:42 +0000
  • a9c2a11409
    Merge branch 'master' into dependabot/cargo/zstd-0.13 #3165 Rob Ede 2023-10-30 01:00:06 +0000
  • 755ff3d792
    build(deps): bump taiki-e/install-action from 2.20.14 to 2.21.3 #3179 dependabot[bot] 2023-10-30 00:55:06 +0000
  • 0013ab5097
    temp demonstrate failure #3175 check-external-types Rob Ede 2023-10-30 00:36:06 +0000
  • cd3a01458a
    chore: update changelogs Rob Ede 2023-10-30 00:30:07 +0000
  • fdfac7110a
    Merge 2a9edd63b2 into 32ddf972c6 #3175 Rob Ede 2023-10-30 00:26:52 +0000
  • 2a9edd63b2
    chore: declare external types for remaining crates Rob Ede 2023-10-30 00:26:45 +0000
  • 40196f16be
    build(deps): bump taiki-e/cache-cargo-install-action from 1.2.2 to 1.3.0 (#3167) dependabot[bot] 2023-10-30 00:05:50 +0000
  • 32ddf972c6
    docs: add guarded-listings example Rob Ede 2023-10-30 00:03:22 +0000
  • ce18f35e03
    docs: improve HttpServer docs on worker / bind relationship wrt factory instantiations Rob Ede 2023-10-29 18:48:03 +0000
  • d3d0208cbd
    chore: fmt workflows Rob Ede 2023-10-29 01:56:10 +0000
  • 9e51116da2
    chore: remove unusable re-export Rob Ede 2023-10-29 01:53:03 +0000
  • a140793706
    ci: external types checking Rob Ede 2023-10-29 01:25:53 +0000
  • 4f1135804a
    Merge branch 'master' into scope_work Jonathan Lim 2023-10-23 20:01:49 -0700
  • c3fe22e255
    Merge 7ecbefde38 into 3193b81a3e #3153 Yury Yarashevich 2023-10-23 10:40:22 +0900
  • 3193b81a3e
    build(deps): bump taiki-e/install-action from 2.20.2 to 2.20.14 (#3173) dependabot[bot] 2023-10-23 01:21:06 +0000
  • 4c26142026
    build(deps): bump taiki-e/install-action from 2.20.2 to 2.20.14 #3173 dependabot[bot] 2023-10-23 00:58:45 +0000
  • 7ecbefde38 Added comment. #3153 Yury Yarashevich 2023-10-19 11:24:14 +0200
  • 7cc4210eb3 Unuse stream trait. Yury Yarashevich 2023-10-18 22:35:44 +0200
  • 292c95c8a4 Added cooperative budget. Yury Yarashevich 2023-10-18 22:18:42 +0200
  • 3f518e0001 Rename to ChunkedContentEncoder. Yury Yarashevich 2023-10-18 13:00:32 +0200
  • 9977623c0e fix: content type required flag unknown 2023-10-15 22:35:34 -0300
  • e0bd947dc7
    build(deps): bump taiki-e/cache-cargo-install-action from 1.2.2 to 1.3.0 #3167 dependabot[bot] 2023-10-16 00:47:01 +0000
  • bbf5cf3cd0
    Merge branch 'master' into scope_work Jonathan Lim 2023-10-15 02:24:06 -0700
  • e3adb45f55 Fix tests. Yury Yarashevich 2023-10-14 17:32:08 +0200
  • ccae712b9b Box encoder to resolve degradation in response-body-compression Yury Yarashevich 2023-10-14 08:40:10 +0200
  • a61a9b895b
    build(deps): update zstd requirement from 0.12 to 0.13 dependabot[bot] 2023-10-13 15:45:19 +0000
  • 3acdda48e0
    ci: reduce dependabot rate for Cargo updater Rob Ede 2023-10-13 17:41:21 +0200
  • 2c5b2b8bbf
    build(deps): bump taiki-e/install-action from 2.20.2 to 2.20.3 #3164 dependabot[bot] 2023-10-13 00:38:13 +0000
  • 935d36c441
    build(deps): bump taiki-e/install-action from 2.20.1 to 2.20.2 (#3163) dependabot[bot] 2023-10-12 09:41:10 +0100
  • 03501cbf98
    Merge branch 'master' into scope_work Jonathan Lim 2023-10-11 23:13:46 -0700
  • 6bb3f72b2f
    build(deps): bump taiki-e/install-action from 2.20.1 to 2.20.2 #3163 dependabot[bot] 2023-10-12 00:53:01 +0000
  • d90883f8f0 Prefer cooperative compression over blocking pool. Yury Yarashevich 2023-09-24 00:12:54 +0200
  • 05b4c4964f
    update handler failure mode docs Rob Ede 2023-10-11 16:07:15 +0200
  • 40b8ec7b97 Merge branch 'master' into scope_work Jon Lim 2023-10-08 20:57:01 -0700
  • fba766b4be
    build(deps): bump taiki-e/install-action from 2.19.4 to 2.20.1 (#3160) dependabot[bot] 2023-10-09 02:48:46 +0100
  • ff1490e6bb
    build(deps): bump taiki-e/install-action from 2.19.4 to 2.20.1 #3160 dependabot[bot] 2023-10-09 01:13:40 +0000
  • 76a0385f94
    build(deps): bump taiki-e/install-action from 2.19.3 to 2.19.4 (#3159) dependabot[bot] 2023-10-06 02:51:36 +0100
  • fc182386f0
    build(deps): bump taiki-e/install-action from 2.19.3 to 2.19.4 #3159 dependabot[bot] 2023-10-06 01:01:03 +0000
  • f1c9b93b87
    build(deps): bump taiki-e/install-action from 2.19.2 to 2.19.3 (#3156) dependabot[bot] 2023-10-03 10:45:32 +0100
  • 379706f599
    build(deps): bump taiki-e/install-action from 2.19.2 to 2.19.3 #3156 dependabot[bot] 2023-10-03 00:37:28 +0000
  • 55ddded315
    build(deps): bump taiki-e/install-action from 2.19.1 to 2.19.2 (#3154) dependabot[bot] 2023-10-02 00:43:19 +0000
  • 8f1b5d1f0f
    build(deps): bump taiki-e/install-action from 2.19.1 to 2.19.2 #3154 dependabot[bot] 2023-10-02 00:19:58 +0000
  • 2cfe257fc2
    build(deps): bump taiki-e/install-action from 2.18.17 to 2.19.1 (#3151) dependabot[bot] 2023-09-29 02:58:58 +0100
  • 0f144b500e
    build(deps): bump taiki-e/install-action from 2.18.17 to 2.19.1 #3151 dependabot[bot] 2023-09-29 00:21:58 +0000
  • ccabcd83c0
    build(deps): bump taiki-e/install-action from 2.18.16 to 2.18.17 (#3149) dependabot[bot] 2023-09-27 02:25:32 +0100
  • a1d3fc7b1b
    build(deps): bump taiki-e/install-action from 2.18.16 to 2.18.17 #3149 dependabot[bot] 2023-09-27 00:51:46 +0000
  • 13fed45bfa
    build(deps): bump taiki-e/install-action from 2.18.14 to 2.18.16 (#3144) dependabot[bot] 2023-09-25 02:28:45 +0100
  • 7a3b35bf91
    build(deps): bump taiki-e/install-action from 2.18.14 to 2.18.16 #3144 dependabot[bot] 2023-09-25 00:43:21 +0000
  • 333488940a
    build(deps): bump taiki-e/install-action from 2.18.13 to 2.18.14 #3142 dependabot[bot] 2023-09-22 00:35:56 +0000
  • e931a58092 format code with formatter Jon Lim 2023-09-20 19:55:12 -0700
  • 3c3b5d0cdf Merge branch 'master' into scope_work Jon Lim 2023-09-20 19:54:07 -0700
  • 8bd4b36ffe
    build(deps): bump taiki-e/install-action from 2.18.13 to 2.18.14 (#3142) dependabot[bot] 2023-09-22 05:36:18 +0100
  • 4ae7a00b3e
    Merge branch 'master' into scope_work Jonathan Lim 2023-09-17 20:41:31 -0700
  • 801a51b312
    build(deps): bump taiki-e/cache-cargo-install-action from 1.2.1 to 1.2.2 (#3139) dependabot[bot] 2023-09-18 01:17:47 +0000
  • b28e0fff4b
    build(deps): bump taiki-e/install-action from 2.18.9 to 2.18.13 (#3138) dependabot[bot] 2023-09-18 01:15:19 +0000
  • 9cb1cf9fca
    build(deps): bump taiki-e/cache-cargo-install-action from 1.2.1 to 1.2.2 #3139 dependabot[bot] 2023-09-18 00:56:50 +0000
  • dc3df0afbb
    build(deps): bump taiki-e/install-action from 2.18.9 to 2.18.13 #3138 dependabot[bot] 2023-09-18 00:56:47 +0000
  • 3e4c6438f3 add another test for combining and calling 2 scopes Jon Lim 2023-09-16 14:40:53 -0700
  • 3a5714836c
    Merge branch 'master' into scope_work Jonathan Lim 2023-09-16 14:24:03 -0700
  • 043bc88f73
    docs: add note about rt::spawn compat with tokio::main Rob Ede 2023-09-15 22:20:43 +0100
  • ec4633a911 code formatting cleanup Jon Lim 2023-09-13 22:45:37 -0700
  • efe990dca5 Merge branch 'master' into scope_work Jon Lim 2023-09-13 21:59:45 -0700
  • 6bedb958e4 add some unit tests Jon Lim 2023-09-13 21:57:54 -0700
  • e1c48dba26
    build(deps): bump taiki-e/install-action from 2.13.4 to 2.18.9 (#3133) dependabot[bot] 2023-09-13 01:06:53 +0000
  • 0881dbd0f4
    build(deps): bump taiki-e/install-action from 2.13.4 to 2.18.9 #3133 dependabot[bot] 2023-09-13 00:49:27 +0000
  • 5dcad17a61
    Merge branch 'master' into master #3038 Armand Mégrot 2023-09-12 10:51:58 +0200
  • 835a57afc6
    build(deps): bump actions/checkout from 3 to 4 (#3130) dependabot[bot] 2023-09-12 04:44:47 +0000
  • 1355a23f69
    build(deps): bump actions/checkout from 3 to 4 #3130 dependabot[bot] 2023-09-12 04:25:37 +0000
  • 81ac30f3df
    ci: overspecify actions versions Rob Ede 2023-09-12 05:24:55 +0100
  • d50eccb3f7
    ci: workaround anstyle msrv Rob Ede 2023-09-12 05:16:41 +0100
  • a7983351be
    docs: fix Data doc Rob Ede 2023-09-12 04:45:36 +0100
  • db69279557 started some test code Jon Lim 2023-09-10 16:13:12 -0700
  • ac82b56ad7 Update scope macro code to work with current HttpServiceFactory Jon Lim 2023-09-10 14:15:41 -0700
  • ad90bc926d add scope proc macro Jon Lim 2023-09-03 14:05:21 -0700
  • 215a52f565
    chore: avoid single char error bindings Rob Ede 2023-09-03 19:09:42 +0100
  • d445742974
    Update trust-dns-resolver requirement from 0.22 to 0.23 (#3121) dependabot[bot] 2023-09-03 04:40:41 +0000
  • f769a1adee
    fixup post-upgrade #3121 Rob Ede 2023-09-03 05:21:46 +0100
  • b1b9771a9e
    Update trust-dns-resolver requirement from 0.22 to 0.23 dependabot[bot] 2023-09-01 00:58:57 +0000
  • 76f6106f8f
    fix: wrap attribute codegen regression when using expression (#3119) codegen-v4.2.2 Rob Ede 2023-08-29 21:27:36 +0100
  • 323f653f20
    chore(actix-web-codegen): prepare release 4.2.2 #3119 Rob Ede 2023-08-29 21:22:14 +0100
  • 43f8e85c1d
    fix: wrap attribute codegen regression when using expression Rob Ede 2023-08-29 21:21:48 +0100
  • 39abe3ae5e
    docs: fix -http changelog Rob Ede 2023-08-29 01:57:19 +0100