aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tar.zig
AgeCommit message (Expand)Author
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-16std.tar: pass entry kind to rootDir to avoid setting root_dir to file (#23456)Tobias Simetsreiter
2024-10-04Remove old deprecated symbols in std (#21584)PauloCampana
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-03std.tar: add strip components error to diagnosticsIgor Anić
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-01std.tar: fix finding tar root_dir (#19829)Igor Anić
2024-04-09fetch: use empty string instead of null for root_dirIgor Anić
2024-04-03tar: find package root dir in pipeToFileSystemIgor Anić
2024-04-02std.tar: implement executable bit onlyIgor Anić
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-11std.tar: fix broken public interfaceIgor Anić
2024-03-11std.tar: use doctestIgor Anić
2024-03-11std.tar: fix test hanging on windowsIgor Anić
2024-03-11disable test which is hanging on windows in ciIgor Anić
2024-03-11std.tar: fix build on 32 bit platformIgor Anić
2024-03-11std.tar: document iterator interface with exampleIgor Anić
2024-03-11std.tar make iterator interface more ergonomicIgor Anić
2024-03-11std.tar: don't return in iterator initIgor Anić
2024-03-11std.tar: remove redundant test name prefixesIgor Anić
2024-03-11std.tar: test buffers provided to the iteratorIgor Anić
2024-03-11std.tar: add tests for file and symlink createIgor Anić
2024-03-10-femit-docs: creating sources.tarAndrew Kelley
2024-02-29Merge pull request #19126 from ianic/tar_case_sensitiveAndrew Kelley
2024-02-28std.tar.iterator: make the buffers configurableAndrew Kelley
2024-02-28std.tar: avoid dependency on file systemAndrew Kelley
2024-02-29std.tar: fix unconditional error returnIgor Anić
2024-02-26Merge pull request #19081 from ianic/tar_case_sensitiveAndrew Kelley
2024-02-26std.tar fix refactored functionIgor Anić
2024-02-25std.tar skip test on windowsIgor Anić
2024-02-25std.tar improve error reportingIgor Anić
2024-02-24std.tar don't overwrite existing fileIgor Anić
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ć