summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2026-05-04fix: lock the cache map mutex before checking itmainGravatar SayaAndy
feat: disable log output checksum validation skipped spam
2026-03-30fix: read input with readallGravatar SayaAndy
feat: update dependencies and go to 1.26
2026-02-09feat: add jpeg converterGravatar SayaAndy
fix: explicitly set content type for b2 feat: extend rewrite settings with "never overwrite" feat: move rewrite setting to converter config feat: allow to skip size config
2025-09-03feat: add cache map rwmutexGravatar SayaAndy
2025-08-24feat: add local cacheGravatar SayaAndy
2025-08-19feat: allow multiple converters for processingGravatar SayaAndy
2025-08-15refactor: split semaphore into pre-process & processGravatar SayaAndy
2025-07-16feat: implement local-unix clientsGravatar SayaAndy
2025-07-16format: rename processor to converterGravatar SayaAndy
2025-07-16feat: signal handling + log level settingGravatar SayaAndy
2025-07-15feat: implement concurrencyGravatar SayaAndy
2025-07-15feat: first working prototypeGravatar SayaAndy
2025-07-13feat: read configGravatar SayaAndy