index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
tar
Age
Commit message (
Expand
)
Author
2025-04-16
std.tar: pass entry kind to rootDir to avoid setting root_dir to file (#23456)
Tobias Simetsreiter
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-01
std.tar: fix finding tar root_dir (#19829)
Igor Anić
2024-04-02
std.tar: implement executable bit only
Igor Anić
2024-03-11
std.tar: use doctest
Igor Anić
2024-03-11
std.tar: fix path testing on windows
Igor Anić
2024-03-11
std.tar make iterator interface more ergonomic
Igor Anić
2024-03-11
std.tar: don't return in iterator init
Igor Anić
2024-03-11
std.tar: remove redundant test name prefixes
Igor Anić
2024-03-11
std.tar: test buffers provided to the iterator
Igor Anić
2024-03-11
std.tar: add tests for file and symlink create
Igor Anić
2024-03-10
-femit-docs: creating sources.tar
Andrew Kelley
2024-02-29
Re-enable and fix tar pipeToFileSystem test on Windows
Ryan Liptak
2024-02-29
Merge pull request #19126 from ianic/tar_case_sensitive
Andrew Kelley
2024-02-29
std.tar: disable test failing on windows
Igor Anić
2024-02-28
std.tar.iterator: make the buffers configurable
Andrew Kelley
2024-02-26
Merge pull request #19081 from ianic/tar_case_sensitive
Andrew Kelley
2024-02-25
std.tar skip test on windows
Igor Anić
2024-02-25
std.tar improve error reporting
Igor Anić
2024-02-25
std.tar add case sensitive file name test
Igor Anić
2024-02-24
std.tar don't overwrite existing file
Igor Anić
2024-02-24
std.tar fix assert exploited by fuzzing
Igor Anić
2024-02-22
fix crash in tar found by fuzzing
Igor Anić
2024-01-13
tar: rename reader to iterator
Igor Anić
2024-01-13
tar: use @embedFile in tests
Igor Anić
2024-01-13
tar: fix tests on 32-bit platforms
Igor Anić
2024-01-13
tar: move test cases to std/tar/testdata
Igor Anić