summaryrefslogtreecommitdiff
path: root/std/archive/testdata
AgeCommit message (Collapse)Author
2020-06-10fix(std/archive): untar (#6217)Marcos Casagrande
- 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
2019-10-09Move everything into std subdirRyan Dahl