Age | Commit message (Expand) | Author |
---|---|---|
2022-05-12 | LibArchive: Use named members for ZIP general purpose flags | Tim Schumacher |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-18 | Libraries: Change enums to enum classes in LibArchive | Lenny Maiorani |
2022-02-18 | LibArchive: Use designated initializers | Lenny Maiorani |
2022-02-18 | LibArchive: Refactor zip header handling | Lenny Maiorani |
2021-11-11 | Everywhere: Pass AK::ReadonlyBytes by value | Andreas Kling |
2021-04-22 | AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers | Idan Horowitz |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-27 | LibArchive: Bounds check header offsets in Zip Parser | Idan Horowitz |
2021-03-23 | LibArchive: Implement ZipOutputStream for zip archive creation | Idan Horowitz |
2021-03-23 | LibArchive: Add Zip file parser | Idan Horowitz |