aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/image
Commit message (Expand)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-1/+1
* all: enable run_fsck by defaultAleksandr Nogikh2025-02-062-7/+28
* sys/syz-sysgen: serialize descriptions as gob and embedDmitry Vyukov2025-01-231-1/+1
* fsck: fix permissions of the temp fs image when a sandbox is usedFlorent Revest2025-01-131-0/+2
* prog: annotate image assets with fsck logsFlorent Revest2024-12-092-0/+152
* pkg/image: provide stats about imagesDmitry Vyukov2024-07-052-1/+26
* all: go fix everythingDmitry Vyukov2024-04-262-2/+0
* all: use special placeholder for errorsTaras Madan2023-07-241-3/+3
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-232-4/+3
* pkg/image: treat empty compressed image as valid imageDmitry Vyukov2022-12-223-2/+12
* pkg/image: optimize image decompressionDmitry Vyukov2022-12-224-9/+177
* pkg/image: make Decompress easier to useDmitry Vyukov2022-12-222-20/+28
* pkg/image: factor out from progDmitry Vyukov2022-12-222-0/+115