aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tar
AgeCommit message (Expand)Author
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-07-09std: fix typos (#20560)Jora Troosh
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-02std.tar: implement executable bit onlyIgor Anić
2024-03-11std.tar: use doctestIgor Anić
2024-03-11std.tar: fix path testing on windowsIgor 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-29Re-enable and fix tar pipeToFileSystem test on WindowsRyan Liptak
2024-02-29Merge pull request #19126 from ianic/tar_case_sensitiveAndrew Kelley
2024-02-29std.tar: disable test failing on windowsIgor Anić
2024-02-28std.tar.iterator: make the buffers configurableAndrew Kelley
2024-02-26Merge pull request #19081 from ianic/tar_case_sensitiveAndrew Kelley
2024-02-25std.tar skip test on windowsIgor Anić
2024-02-25std.tar improve error reportingIgor Anić
2024-02-25std.tar add case sensitive file name testIgor Anić
2024-02-24std.tar don't overwrite existing fileIgor Anić
2024-02-24std.tar fix assert exploited by fuzzingIgor Anić
2024-02-22fix crash in tar found by fuzzingIgor Anić
2024-01-13tar: rename reader to iteratorIgor Anić
2024-01-13tar: use @embedFile in testsIgor Anić
2024-01-13tar: fix tests on 32-bit platformsIgor Anić
2024-01-13tar: move test cases to std/tar/testdataIgor Anić