summaryrefslogtreecommitdiff
path: root/Userland/unzip.cpp
AgeCommit message (Expand)Author
2020-10-01Userland: Fix buffer overflow in unzipTibor Nagy
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
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