summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibArchive
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibArchive: Implement proper support for Tar file end markersTim Schumacher
2022-11-30LibArchive: Pass along errors from Tar header checksum validationTim Schumacher
2022-11-30LibArchive: Move loading the next tar header into a helper functionTim Schumacher
2022-11-30LibArchive: Use Core::Stream inside `TarInputStream`Tim Schumacher
2022-11-30LibArchive: Port `TarFileStream` to `Core::Stream`Tim Schumacher
2022-11-23LibArchive: Do not assert if the provided stream cannot be discardedimplicitfield
2022-11-23LibArchive: Simplify error handlingimplicitfield
2022-11-13LibArchive: Make get_field_as_integral error out on non-octal inputimplicitfield
2022-11-13LibArchive: Make TarInputStream::advance report errorsimplicitfield
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-31Utilities+LibArchive: Don't follow symlinksPeter Elliott
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-05-12LibArchive: Use named members for ZIP general purpose flagsTim Schumacher
2022-04-13LibArchive: Stop null-terminating StringView tar file header fieldsIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Libraries: Change enums to enum classes in LibArchiveLenny Maiorani
2022-03-08LibArchive: Accept space characters as terminators of tar numeric fieldsDaniel Bertalan
2022-03-05LibArchive: Implement a basic parser for tar extended headersTim Schumacher
2022-03-05LibArchive: Add TarFileHeader::content_is_like_extended_header()Tim Schumacher
2022-02-18LibArchive: Use designated initializersLenny Maiorani
2022-02-18LibArchive: Refactor zip header handlingLenny Maiorani
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-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
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-27LibArchive: Bounds check header offsets in Zip ParserIdan Horowitz
2021-03-27LibArchive: Make bounds checks stricter in the Zip parserIdan Horowitz
2021-03-23LibArchive: Implement ZipOutputStream for zip archive creationIdan Horowitz
2021-03-23LibArchive: Add Zip file parserIdan Horowitz
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz