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.zig
Age
Commit message (
Expand
)
Author
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
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-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-03
std.tar: add strip components error to diagnostics
Igor Anić
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-09
fetch: use empty string instead of null for root_dir
Igor Anić
2024-04-03
tar: find package root dir in pipeToFileSystem
Igor Anić
2024-04-02
std.tar: implement executable bit only
Igor Anić
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-11
std.tar: fix broken public interface
Igor Anić
2024-03-11
std.tar: use doctest
Igor Anić
2024-03-11
std.tar: fix test hanging on windows
Igor Anić
2024-03-11
disable test which is hanging on windows in ci
Igor Anić
2024-03-11
std.tar: fix build on 32 bit platform
Igor Anić
2024-03-11
std.tar: document iterator interface with example
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
Merge pull request #19126 from ianic/tar_case_sensitive
Andrew Kelley
2024-02-28
std.tar.iterator: make the buffers configurable
Andrew Kelley
2024-02-28
std.tar: avoid dependency on file system
Andrew Kelley
2024-02-29
std.tar: fix unconditional error return
Igor Anić
2024-02-26
Merge pull request #19081 from ianic/tar_case_sensitive
Andrew Kelley
2024-02-26
std.tar fix refactored function
Igor Anić
2024-02-25
std.tar skip test on windows
Igor Anić
2024-02-25
std.tar improve error reporting
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-23
std.tar fix integer overflow in header size parse
Igor Anić
2024-02-23
std.tar fix parsing mode field in tar header
Igor Anić
2024-02-23
std.tar: remove abuse of inline fn
Andrew Kelley
2024-02-22
fix crash in tar found by fuzzing
Igor Anić
2024-01-15
Permits tar directory path without trailing slash
cipharius
2024-01-13
tar: improve diagnostic reporting
Igor Anić
2024-01-13
tar: rename reader to iterator
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ć
2024-01-13
tar: add Go test case files to the project
Igor Anić
2024-01-13
tar: reorganize file, functions before tests
Igor Anić
2024-01-13
tar: use file word in less places
Igor Anić
2024-01-13
tar: remove stratch from tar reader
Igor Anić
2024-01-13
tar: refactor pax attribute
Igor Anić
[next]