| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-05 | internal/pkg: compute http identifier from url | Ophestra | |
| The previous implementation exposes arbitrary user input to the cache as an identifier, which is highly error-prone and can cause the cache to enter an inconsistent state if the user is not careful. This change replaces the implementation to compute identifier late, using url string as params. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2026-01-05 | internal/pkg: improve artifact interface | Ophestra | |
| This moves all cache I/O code to Cache. Artifact now only contains methods for constructing their actual contents. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2026-01-04 | internal/pkg: implement tar artifact | Ophestra | |
| This is useful for unpacking tarballs downloaded from the internet. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
