Commit Graph

3 Commits

Author SHA1 Message Date
Carl W. Irving
c7b94e3e7d
fix(archive/untar.ts): cannot access symlinks in archives (#3686) 2023-10-06 15:33:36 +09:00
Marcos Casagrande
81f8f44f4d fix(archive): untar (denoland/deno#6217)
- Fix `Untar` for tarballs with multiple files (Currently throwing `"checksum error"`)
- Fix parsing, now all `ustar` versions should be supported. Linux `tar -cvf deno.tar dir/` is not working on master. 
- Added `asyncIterator`
- Added README.md
2021-02-01 10:46:57 +00:00
Jun Kato
98257ef303 feat: add Tar and Untar classes (#388)
Ported from danoweb
fccb5bfc60/server/tar.ts
fccb5bfc60/server/tar_test.ts
2019-05-14 17:59:42 -04:00