aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tar.zig
AgeCommit message (Expand)Author
2023-11-21std.tar: trim also spaces from the beginning of file sizeMaciej 'vesim' Kuliński
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-08std.tar: fix creation of symlinks with omit_empty_directoriesAndrew Kelley
2023-10-08std.tar: add option for omitting empty directoriesAndrew Kelley
2023-10-02zig fetch: enhanced error reportingAndrew Kelley
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-02std.tar: support symlinksAndrew Kelley
2023-09-08std.tar: add support for file path in pax attributesnone
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-23std.tar: make sub dirs + trim spacesTravis Staloch
2023-02-01zig build: add executable bit and file path to package hashAndrew Kelley
2023-01-11fix build failures on 32-bit arm due to u64/usize coercionAndrew Kelley
2023-01-11std.tar: add strip_components optionAndrew Kelley
2023-01-11add std.tar for tar file unpackingAndrew Kelley