.. |
config
|
Enable configuring imagemagick security policy from pictrs
|
2024-01-31 21:32:01 -06:00 |
discover
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
formats
|
Set default audio codecs if none are specified
|
2024-01-07 10:03:40 -06:00 |
generate
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
ingest
|
Replace most of actix-rt with tokio, give names to tasks
|
2023-10-20 19:08:11 -05:00 |
middleware
|
Enable serving over TLS
|
2024-01-31 17:47:42 -06:00 |
queue
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
repo
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
repo_04
|
Replace most of actix-rt with tokio, give names to tasks
|
2023-10-20 19:08:11 -05:00 |
store
|
replace remaining web::block with spawn_blocking
|
2024-01-30 14:16:05 -06:00 |
validate
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
backgrounded.rs
|
It compiles again
|
2024-02-03 18:18:13 -06:00 |
bytes_stream.rs
|
Reduce reliance on futures-util
|
2023-08-23 11:59:42 -05:00 |
concurrent_processor.rs
|
Update metrics to 0.22 (plus mechanical changes)
|
2023-12-26 18:06:38 -06:00 |
config.rs
|
Remove unneeded struct, import
|
2024-02-03 18:20:17 -06:00 |
details.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
discover.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
either.rs
|
Reduce reliance on futures-util
|
2023-08-23 11:59:42 -05:00 |
error.rs
|
Rework ProcessRead to require a closure for using the internal AsyncRead
|
2023-12-22 20:52:58 -06:00 |
error_code.rs
|
Add external validation check
|
2023-09-05 20:45:07 -05:00 |
exiftool.rs
|
Do more cleanup inline
|
2023-12-23 11:58:20 -06:00 |
ffmpeg.rs
|
Do more cleanup inline
|
2023-12-23 11:58:20 -06:00 |
file.rs
|
Add trace-level logs to every loop (paranoid)
|
2023-12-28 11:58:38 -06:00 |
formats.rs
|
Remove unneeded struct, import
|
2024-02-03 18:20:17 -06:00 |
future.rs
|
Update metrics to 0.22 (plus mechanical changes)
|
2023-12-26 18:06:38 -06:00 |
generate.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
ingest.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
init_tracing.rs
|
Log console address, prometheus address with tracing
|
2024-01-30 15:21:15 -06:00 |
lib.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
magick.rs
|
It compiles again
|
2024-02-03 18:18:13 -06:00 |
main.rs
|
Just have different mains
|
2023-10-07 12:31:05 -05:00 |
middleware.rs
|
Move internal middleware into own file
|
2023-09-30 17:33:01 -05:00 |
migrate_store.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
process.rs
|
Debug-log command arguments
|
2024-01-07 10:01:02 -06:00 |
processor.rs
|
Clippy
|
2023-08-28 18:49:30 -05:00 |
queue.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |
range.rs
|
Clippy
|
2024-01-04 10:42:34 -06:00 |
read.rs
|
Enable thumbnailing animations, use dynamic dispatch for a number of async readers
|
2023-09-24 11:54:16 -05:00 |
repo.rs
|
Count spawned tasks in cleanup, debug log queue length
|
2024-01-30 14:57:48 -06:00 |
repo_04.rs
|
Simplify old_repo, remove client_pool_size
|
2023-09-30 22:46:15 -05:00 |
serde_str.rs
|
Update alias query, process query to accept proxy url
|
2023-07-23 11:45:10 -05:00 |
state.rs
|
Pass a State value around rather than a bunch of arguments
|
2024-02-03 13:31:54 -06:00 |
store.rs
|
Use async fn in trait for Store
|
2024-01-15 15:51:20 -05:00 |
stream.rs
|
Take at most 2048 variants and proxies during each cleanup job
|
2024-01-25 16:26:29 -06:00 |
sync.rs
|
Inline process background future, clean tracing a bit
|
2023-12-22 13:12:19 -06:00 |
tls.rs
|
Enable serving over TLS
|
2024-01-31 17:47:42 -06:00 |
tmp_file.rs
|
Add warn logs when performing blocking removes due to dropped files
|
2023-12-23 12:10:25 -06:00 |
validate.rs
|
cargo fix & cargo fmt
|
2024-02-03 18:19:14 -06:00 |