aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tar.zig
AgeCommit message (Expand)Author
2024-02-24std.tar fix assert exploited by fuzzingIgor Anić
2024-02-23std.tar fix integer overflow in header size parseIgor Anić
2024-02-23std.tar fix parsing mode field in tar headerIgor Anić
2024-02-23std.tar: remove abuse of inline fnAndrew Kelley
2024-02-22fix crash in tar found by fuzzingIgor Anić
2024-01-15Permits tar directory path without trailing slashcipharius
2024-01-13tar: improve diagnostic reportingIgor Anić
2024-01-13tar: rename reader to iteratorIgor Anić
2024-01-13tar: fix tests on 32-bit platformsIgor Anić
2024-01-13tar: move test cases to std/tar/testdataIgor Anić
2024-01-13tar: add Go test case files to the projectIgor Anić
2024-01-13tar: reorganize file, functions before testsIgor Anić
2024-01-13tar: use file word in less placesIgor Anić
2024-01-13tar: remove stratch from tar readerIgor Anić
2024-01-13tar: refactor pax attributeIgor Anić
2024-01-13tar: replace custom buffered reader with std.ioIgor Anić
2024-01-13tar: add module comment and referencesIgor Anić
2024-01-13tar: add pax file reader testsIgor Anić
2024-01-13tar: add file mode to result of tarbal iterationIgor Anić
2024-01-13tar: prefix test cases with 'tar'Igor Anić
2024-01-13tar: use Go test cases path from env variableIgor Anić
2024-01-13tar: use scratch buffer for file namesIgor Anić
2024-01-13tar: refactor reading pax attributesIgor Anić
2024-01-13tar: add gnu path and link extensions handlingIgor Anić
2024-01-13tar: handle pax null attrs and pax attr endingIgor Anić
2024-01-13tar: add header chksum checkingIgor Anić
2024-01-13tar: fix import pathIgor Anić
2024-01-13tar: add parsing size in gnu extended formatIgor Anić
2024-01-13tar: refactor reader and iteratorIgor Anić
2024-01-13tar: add pax linkpath attribute parsingIgor Anić
2024-01-13tar: add initial test casesIgor Anić
2024-01-13tar: refactor BufferIgor Anić
2024-01-13tar: refactor code to be more testableIgor Anić
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