1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 12:37:35 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Peter Elliott
dcee024fee LibArchive: Support POSIX.1-1988 tar files
These old tar files didn't have magic numbers, so I've also added a checksum
check to TarInputStream::valid()
2021-04-12 14:06:24 +02:00
Idan Horowitz
a809db90dd Libraries: Rename LibTar to LibArchive
This is in preparation for a new implementation of zip archive
extraction and creation.
2021-03-23 16:09:36 +01:00
Renamed from Userland/Libraries/LibTar/TarStream.cpp (Browse further)