index
:
sayauz/thumbnail-generator.git
main
Compresses in parallel and outputs a fileglob of webp from jpeg/png, put on S3/B2/locally
Saya Andy <saya.andy@posteo.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-04
fix: lock the cache map mutex before checking it
main
SayaAndy
2026-04-16
feat: s3 input & output clients
SayaAndy
2026-03-30
fix: read input with readall
SayaAndy
2026-02-09
feat: add jpeg converter
SayaAndy
2025-09-03
feat: add cache map rwmutex
SayaAndy
2025-08-24
feat: add local cache
SayaAndy
2025-08-23
feat: update go to 1.25
SayaAndy
2025-08-19
feat: allow multiple converters for processing
SayaAndy
2025-08-15
refactor: split semaphore into pre-process & process
SayaAndy
2025-07-16
fix: tweak behavior on no mddate attribute found
SayaAndy
2025-07-16
feat: add gitignore rules for configs
SayaAndy
2025-07-16
feat: implement local-unix clients
SayaAndy
2025-07-16
format: rename processor to converter
SayaAndy
2025-07-16
feat: signal handling + log level setting
SayaAndy
2025-07-15
feat: implement concurrency
SayaAndy
2025-07-15
feat: first working prototype
SayaAndy
2025-07-15
feat: prepare all internal pkg (input/output client & processor)
SayaAndy
2025-07-13
feat: read config
SayaAndy
2025-07-13
Initial commit
Saya Andy