You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar.zig:
* convert V7Header, UstarHeader, StarHeader, GnuHeader to have fields of
byte arrays instead of accessor methods.
* Header.getFormat() - optimize by using 64 bit compares rather than
mem.eql().
* gnu_long{name,link} - allow for these to be longer than 512 bytes by
using an internal heap.page_allocator backed arena in
pipeToFileSystem().
* symlinks: cleanup logic and skip if wasi
* use std.os.toPosixPath() instead of custom one.
tests: minor cosmetic changes
0 commit comments