2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-10 06:25:00 +00:00
Commit graph

21 commits

Author SHA1 Message Date
6f44b05c0a Remove references to Arbiter 2023-09-29 11:54:43 -05:00
745e990fa0 Remove direct dependency on actix-rt and actix-server 2023-09-24 15:45:10 -05:00
2b10c48619 Update io-uring to use streem for file bytes 2023-09-10 23:45:24 -04:00
1b97ac1c5a Start replacing manual stream implementations with streem 2023-09-10 18:55:13 -04:00
a43de122f9 postgres: add already-claimed case, general: tracing paranoia 2023-09-03 21:30:47 -05:00
95637fdfe5 Remove direct dep on futures-util 2023-08-23 19:10:10 -05:00
8f50a15b25 Reduce reliance on futures-util 2023-08-23 11:59:42 -05:00
2274dfecb4 Fix io-uring - read_to_end was polling Stream mapped through StreamReader after completion 2023-07-05 00:35:07 -05:00
718f09c43a Clean tracing, simplify validation, rename InputFormat -> VideoFormat 2022-10-01 21:17:18 -05:00
e493e90dd4 Defensive tracing 2022-04-07 12:56:40 -05:00
0e490ff54a Remove custom BytesFreezer stream 2022-03-29 14:28:08 -05:00
445c99dbf1 Re-use existing BytesMut when streaming file 2022-01-13 18:11:46 -06:00
ccb9f49b8b Implement storage migration 2021-10-31 21:11:35 -05:00
f9f4fc63d6 Optionally support s3-compatible storage (untested) 2021-10-27 23:06:03 -05:00
26a2401027 Use tmp files for mp4s 2021-10-23 14:14:12 -05:00
48557bc2ea Make pict-rs generic over file storage 2021-10-22 23:48:56 -05:00
e7b4e4d1cc Remove a few boxes 2021-10-20 18:58:32 -05:00
2fb8d3e39a Reduce required Unpin bounds with pin-project-lite 2021-10-18 18:02:33 -05:00
786d8469ee It works 2021-10-13 19:50:07 -05:00
09cb2a53b0 Rewrite to avoid direct AsyncX impls 2021-10-13 19:06:53 -05:00
2318fd9dca Enable io-uring 2021-10-12 23:16:31 -05:00