Age | Commit message (Expand) | Author |
---|---|---|
2020-10-01 | Userland: Fix buffer overflow in unzip | Tibor Nagy |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-12 | Userland: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-07-31 | Userland: Add missing checks for MappedFile.is_valid() | Ben Wiederhake |
2020-07-14 | unzip: Correct compression method offset value | AnotherTest |
2020-07-13 | unzip: Remove some magic numbers and create directories when needed | AnotherTest |
2020-07-13 | unzip: mmap() the zip file if possible to avoid spamming syscalls | AnotherTest |
2020-05-09 | Userland: Add unzip command | Andres Vieira |