COMMITS
/ lib/std/tar.zig November 20, 2025
B
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk committed
October 17, 2025
A
std.Io: add dirOpenDir and WASI impl
Andrew Kelley committed
July 21, 2025
A
std.tar: update to new I/O API
Andrew Kelley committed
June 28, 2025
A
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley committed
April 27, 2025
S
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai committed
April 16, 2025
T
std.tar: pass entry kind to rootDir to avoid setting root_dir to file (#23456)
Tobias Simetsreiter committed
October 4, 2024
P
Remove old deprecated symbols in std (#21584)
PauloCampana committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
August 16, 2024
I
std.tar: add writer (#19603)
Igor Anić committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
April 11, 2024
I
std.tar: add strip components error to diagnostics
Igor Anić committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
May 1, 2024
I
std.tar: fix finding tar root_dir (#19829)
Igor Anić committed
April 4, 2024
I
fetch: use empty string instead of null for root_dir
Igor Anić committed
April 3, 2024
I
tar: find package root dir in pipeToFileSystem
Igor Anić committed
April 1, 2024
I
std.tar: implement executable bit only
Igor Anić committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
March 10, 2024
I
std.tar: fix broken public interface
Igor Anić committed
I
std.tar: use doctest
Igor Anić committed
March 9, 2024
I
std.tar: fix test hanging on windows
Igor Anić committed
March 4, 2024
I
disable test which is hanging on windows in ci
Igor Anić committed
March 2, 2024
I
std.tar: fix build on 32 bit platform
Igor Anić committed
I
std.tar: document iterator interface with example
Igor Anić committed
I
std.tar make iterator interface more ergonomic
Igor Anić committed
I
std.tar: don't return in iterator init
Igor Anić committed
March 1, 2024
I
std.tar: remove redundant test name prefixes
Igor Anić committed
I
std.tar: test buffers provided to the iterator
Igor Anić committed
I
std.tar: add tests for file and symlink create
Igor Anić committed
March 7, 2024
A
-femit-docs: creating sources.tar
Andrew Kelley committed
February 29, 2024
A
Merge pull request #19126 from ianic/tar_case_sensitive
Andrew Kelley committed
A
std.tar.iterator: make the buffers configurable
Andrew Kelley committed
A
std.tar: avoid dependency on file system
Andrew Kelley committed
I
std.tar: fix unconditional error return
Igor Anić committed
February 26, 2024
A
Merge pull request #19081 from ianic/tar_case_sensitive
Andrew Kelley committed
February 25, 2024
I
std.tar fix refactored function
Igor Anić committed
I
std.tar skip test on windows
Igor Anić committed
I
std.tar improve error reporting
Igor Anić committed
February 24, 2024
I
std.tar don't overwrite existing file
Igor Anić committed
I
std.tar fix assert exploited by fuzzing
Igor Anić committed
February 23, 2024
I
std.tar fix integer overflow in header size parse
Igor Anić committed
I
std.tar fix parsing mode field in tar header
Igor Anić committed
February 22, 2024
A
std.tar: remove abuse of inline fn
Andrew Kelley committed
I
fix crash in tar found by fuzzing
Igor Anić committed
November 30, 2023
C
Permits tar directory path without trailing slash
cipharius committed
December 18, 2023
I
tar: improve diagnostic reporting
Igor Anić committed
December 12, 2023
I
tar: rename reader to iterator
Igor Anić committed
I
tar: fix tests on 32-bit platforms
Igor Anić committed
December 11, 2023
I
tar: move test cases to std/tar/testdata
Igor Anić committed
I
tar: add Go test case files to the project
Igor Anić committed
I
tar: reorganize file, functions before tests
Igor Anić committed