ladybird/Userland/Libraries/LibArchive
Tim Schumacher 714f0c3dce LibArchive: Implement proper support for Tar file end markers
Previously this was handled implicitly, as our implementation of Tar
would just stop processing input as soon as it found something invalid.
However, since we now error out as soon as something is found to be
wrong, we require proper handling for zero blocks, which aren't actually
fatal.
2022-11-30 08:03:31 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Tar.cpp LibArchive: Implement proper support for Tar file end markers 2022-11-30 08:03:31 +01:00
Tar.h LibArchive: Implement proper support for Tar file end markers 2022-11-30 08:03:31 +01:00
TarStream.cpp LibArchive: Implement proper support for Tar file end markers 2022-11-30 08:03:31 +01:00
TarStream.h LibArchive: Implement proper support for Tar file end markers 2022-11-30 08:03:31 +01:00
Zip.cpp LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00
Zip.h LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00