Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | LibArchive: Limit all Tar header fields to their buffer length | Tim Schumacher | |
2021-09-01 | Everywhere: Use my cool new @serenityos.org email address | Peter Elliott | |
2021-05-17 | LibArchive: Move method implementations away from header | Jean-Baptiste Boric | |
2021-04-29 | Everywhere: "file name" => "filename" | 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 | |
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * | |||
2021-04-18 | Everywhere: Fix a bunch of typos | Linus Groh | |
2021-04-12 | LibArchive: Support POSIX.1-1988 tar files | Peter Elliott | |
These old tar files didn't have magic numbers, so I've also added a checksum check to TarInputStream::valid() | |||
2021-03-23 | Libraries: Rename LibTar to LibArchive | Idan Horowitz | |
This is in preparation for a new implementation of zip archive extraction and creation. |