Commit Graph

186 Commits

Author SHA1 Message Date
Kavin a2e77d2668 Fix for another edge case. 2023-11-28 03:47:04 +00:00
Kavin 3e8098d105 Fix issues with skipping certain stream segments. 2023-11-28 02:54:02 +00:00
Kavin 67a519978b Merge pull request #120 from TeamPiped/ump-support
Add support for handling ump responses
2023-11-27 23:58:37 +00:00
Kavin 2164f907ef Add support for handling ump responses. 2023-11-27 23:54:55 +00:00
renovate[bot] cc5337325d chore(deps): lock file maintenance 2023-11-27 02:12:54 +00:00
Kavin 496f58f81a fix: Add support for generating qhash in rewritten manifests
Closes https://github.com/TeamPiped/Piped/issues/3162
2023-11-21 12:45:53 +00:00
Kavin d72fb3c445 Include path in hash 2023-11-20 08:32:37 +00:00
Kavin 01697ebb86 Filter qhash query parameter. 2023-11-20 08:09:38 +00:00
Kavin dfe87e0292 Fix clippy issue. 2023-11-20 08:05:47 +00:00
Kavin 0a6feb88ae Merge pull request #116 from TeamPiped/blake3-query-hashing
Implement blake3 cryptographic hash verification for query string
2023-11-20 05:24:46 +00:00
Kavin 2aa3053d34 Remove use of channel. 2023-11-20 05:21:46 +00:00
Kavin 830363ca64 Remove rayon feature. 2023-11-20 05:14:26 +00:00
Kavin 2abd43bfb2 Make the hashing run on spawn_blocking. 2023-11-20 05:13:31 +00:00
Kavin faafbcb737 Implement blake3 cryptographic hash verification for query string. 2023-11-20 05:13:31 +00:00
renovate[bot] c136f79cc2 chore(deps): lock file maintenance 2023-11-20 02:06:30 +00:00
Kavin 04e383557d Merge pull request #117 from RealOrangeOne/native-spawn-blocking-return
Let `spawn_blocking` handle returning its own value
2023-11-18 17:34:59 +00:00
Jake Howard 031df8da4d Let spawn_blocking handle returning its own value
This means one fewer thing to await on, and spin up inside a request. It _might_ be faster, who knows, but it can't hurt.
2023-11-18 16:32:28 +00:00
renovate[bot] 9cda613cd2 chore(deps): lock file maintenance 2023-11-13 00:14:57 +00:00
renovate[bot] c445f844bc fix(deps): update rust crate tokio to 1.34.0 2023-11-09 22:59:43 +00:00
renovate[bot] b2bde77221 chore(deps): lock file maintenance 2023-11-06 03:45:24 +00:00
renovate[bot] 8f65ae0f88 chore(deps): lock file maintenance 2023-11-06 01:39:46 +00:00
Kavin fffe690964 Add SIMD optimization feature flag. 2023-10-30 23:52:21 +00:00
renovate[bot] f3a4092f5c chore(deps): lock file maintenance 2023-10-30 02:04:32 +00:00
renovate[bot] b36d114dc3 fix(deps): update rust crate rgb to 0.8.37 2023-10-29 12:59:05 +00:00
renovate[bot] 03adf97fb3 chore(deps): lock file maintenance 2023-10-23 02:08:13 +00:00
Bnyro 63e5d77636 Merge pull request #30 from Jeidnx/check_env
Actually check boolean env vars
2023-10-20 16:18:40 +02:00
Bnyro 151b10775f refactor: properly check boolean env vars
Co-authored-by: Jeidnx <jeidnx@domainhier.de>
2023-10-20 16:14:35 +02:00
renovate[bot] 07d35aa4b2 fix(deps): update rust crate regex to 1.10.2 2023-10-16 17:30:04 +00:00
renovate[bot] d17f56645b chore(deps): lock file maintenance 2023-10-16 02:01:00 +00:00
renovate[bot] e166248424 fix(deps): update rust crate regex to 1.10.1 2023-10-14 16:29:19 +00:00
Kavin bd9232d6c2 Small change and cargo fmt. 2023-10-10 02:08:05 +01:00
renovate[bot] 4472a17049 fix(deps): update rust crate regex to 1.10.0 2023-10-09 22:16:12 +00:00
renovate[bot] c73e69310a fix(deps): update rust crate tokio to 1.33.0 2023-10-09 11:45:55 +00:00
renovate[bot] f9c33f4edf chore(deps): lock file maintenance 2023-10-09 01:03:27 +00:00
renovate[bot] 510d8879d9 fix(deps): update rust crate reqwest to 0.11.22 2023-10-03 16:12:33 +00:00
renovate[bot] 9e3a9e9dab fix(deps): update rust crate reqwest to 0.11.21 2023-10-02 19:18:48 +00:00
renovate[bot] cf487f6a0e chore(deps): lock file maintenance 2023-10-02 01:38:13 +00:00
renovate[bot] 1b86373072 fix(deps): update rust crate regex to 1.9.6 2023-09-30 14:02:49 +00:00
Kavin 57bac7177c Fix compile issues. 2023-09-29 22:29:26 +01:00
Kavin 59eb2a1db8 Small code improvements. 2023-09-29 13:10:48 +01:00
Kavin 899997a1ec Merge pull request #90 from chaoticryptidz/minimal-cargo-tidy
Allow more minimal cargo features & allow setting UDS filename
2023-09-29 13:05:50 +01:00
Kavin 0edb727a03 Small code improvement, 2023-09-29 13:00:59 +01:00
Kavin 3d99bdd454 Fix image transcoding check. 2023-09-29 13:00:33 +01:00
chaos 30c0926f2e change default features for image to only build support for jpeg/webp decode as served by youtube and checked before decoding 2023-09-27 22:44:45 +01:00
chaos 70a167d34a re-add compatibility with only UDS set 2023-09-27 21:41:09 +01:00
chaos bf95377e9a chore(deps): lock file maintenance 2023-09-27 21:41:09 +01:00
renovate[bot] ba4a01dab4 fix(deps): update rust crate ravif to 0.11.3 2023-09-27 21:41:09 +01:00
chaos 7789af5658 Reformat code 2023-09-27 21:40:54 +01:00
chaos f3754b46cf Allow more minimal cargo features, tidy code, allow setting unix domain socket filename 2023-09-27 21:40:47 +01:00
renovate[bot] 884df6a08e chore(deps): lock file maintenance 2023-09-25 02:07:28 +00:00