summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibArchive/Tar.h
AgeCommit message (Expand)Author
2023-03-13LibArchive: Read Tar archive headers through `read_value`Tim Schumacher
2023-01-08LibArchive+Utilities: Stop using DeprecatedStringimplicitfield
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibArchive: Implement proper support for Tar file end markersTim Schumacher
2022-11-13LibArchive: Make get_field_as_integral error out on non-octal inputimplicitfield
2022-10-31LibArchive: Support writing paths up to 255 charactersPeter Elliott
2022-10-31LibArchive: Refactor null-termination logic in TarFileHeaderPeter Elliott
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-05LibArchive: Guard against major() and minor() macros from old glibcAndrew Kaster
2022-06-06tar: Implement support for GNU longname headersTim Schumacher
2022-04-13LibArchive: Stop null-terminating StringView tar file header fieldsIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08LibArchive: Accept space characters as terminators of tar numeric fieldsDaniel Bertalan
2022-03-05LibArchive: Add TarFileHeader::content_is_like_extended_header()Tim Schumacher
2022-02-15LibArchive: Default initialize member variablesLenny Maiorani
2022-02-15LibArchive: Use constexpr variables where possibleLenny Maiorani
2022-02-15LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)Lenny Maiorani
2021-11-24LibArchive: Limit all Tar header fields to their buffer lengthTim Schumacher
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-05-17LibArchive: Move method implementations away from headerJean-Baptiste Boric
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz