Commit Graph

31 Commits

Author SHA1 Message Date
Kavin 0d4eda637d Perform webp and avif conversion on blocking tasks. 2023-09-09 05:13:30 +01:00
Kavin ef6250ba72 Fix compile issues. 2023-08-21 23:03:00 +01:00
Kavin 63953d283e Add support for using proxies. 2023-08-21 22:56:18 +01:00
Kavin 5212b4213c Turn webp rewriting into a feature flag. 2023-08-05 16:26:19 +01:00
Bnyro b97632a387 cleanup query handling and domain validation 2023-08-04 11:32:29 +02:00
Kavin 1dd4afdb16 Add header value as bytes directly. 2023-07-19 03:12:02 +01:00
Kavin 401d1ba1fe Add ajay.app to allowed domains
This is required for adding dearrow support currently.
2023-07-19 00:35:51 +01:00
Kavin 5c9311f654 Put avif behind a feature flag. 2023-07-13 11:46:17 +01:00
Kavin 477c412875 Reduce speed in avif encoding. 2023-07-13 11:17:10 +01:00
Kavin 85a4beeb54 Fix panicking issue. 2023-07-13 11:00:57 +01:00
Kavin 6b46efb100 Add avif re-encoding support. 2023-07-12 16:44:11 +01:00
Kavin 043cc36dfd Use libwebp-sys crate directly. 2023-07-11 02:09:14 +01:00
Kavin 19bd7701ec Bump UA as firefox froze them. 2023-06-09 19:39:06 +01:00
Kavin 6624254534 Spoof Android client properly. 2023-06-02 11:03:49 +01:00
Kavin ab1f54bf51 Use the mimalloc allocator. 2023-05-23 04:03:52 +01:00
Kavin 6aeefc03e2 Optimize code to remove copy of query string. 2023-04-25 09:14:48 +01:00
Kavin 6dc1c6a896 Update FF UA. 2023-03-25 16:21:38 +00:00
Kavin 73717f6f37 Remove unnecessary non-capturing groups. 2023-03-25 15:53:25 +00:00
Kavin 86f5b67f2f replace lazy_static with once_cell 2023-03-25 15:25:51 +00:00
Kavin 8bbda01e9c Copy content-length header.
Closes #8
2023-02-28 17:54:48 +00:00
Kavin e9c84fbb7b Only match regex once. 2022-12-02 20:20:50 +00:00
Kavin 71cb04d028 Add parameter to disable rewriting. 2022-12-02 19:41:28 +00:00
Kavin 29874cfc09 Rewrite DASH manifests. 2022-11-18 19:29:55 +00:00
Kavin 567380d4aa Use only one regex for domain matching. 2022-11-03 21:53:36 +00:00
Kavin 8755b0a76e Simplify if unwrapping. 2022-11-03 21:53:03 +00:00
Kavin fa345b493b Fix for proxying LBRY HLS. 2022-11-02 21:47:20 +00:00
Kavin dafafaf418 Add option to disable ipv6. 2022-11-02 20:43:17 +00:00
Kavin f44df15206 Make clippy happy. 2022-11-02 20:34:14 +00:00
Kavin 44d1a0a053 Fix for query string not being passed. 2022-11-02 20:13:27 +00:00
Kavin 3ab1529ba7 Allow configuring listen options. 2022-11-02 18:42:12 +00:00
Kavin cc3258a70c Initial commit 2022-11-02 16:42:11 +00:00