summaryrefslogtreecommitdiff
path: root/Userland/unzip.cpp
AgeCommit message (Expand)Author
2020-07-31Userland: Add missing checks for MappedFile.is_valid()Ben Wiederhake
2020-07-14unzip: Correct compression method offset valueAnotherTest
2020-07-13unzip: Remove some magic numbers and create directories when neededAnotherTest
2020-07-13unzip: mmap() the zip file if possible to avoid spamming syscallsAnotherTest
2020-05-09Userland: Add unzip commandAndres Vieira